Kaynağa Gözat

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 yıl önce
ebeveyn
işleme
7ca97d290e
1 değiştirilmiş dosya ile 6 ekleme ve 0 silme
  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>