Browse Source

document OMP_NUM_THREADS enviro variable

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@49655 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 13 years ago
parent
commit
7ca97d290e
1 changed files with 6 additions and 0 deletions
  1. 6 0
      lib/init/variables.html

+ 6 - 0
lib/init/variables.html

@@ -267,6 +267,12 @@ PERMANENT
   <dt>GRASS_NO_GLX_PIXMAPS</dt>
   <dd>[nviz]<br>
     Set to any value to disable the use of GLX Pixmaps.</dd>
+
+  <dt>OMP_NUM_THREADS</dt>
+  <dd>[OpenMP]<br>
+    If OpenMP support is enabled this limits the number of threads.
+    The default is set to the number of CPUs on the system.
+    Setting to '1' effectively disables parallel processing.</dd>
 </dl>
 
 <a name="rendering"></a>