OSX: Start with OMP_NUM_THREADS default unchanged, to let the user decide about optimized value, default == all cores used

This commit is contained in:
Jens Verwiebe 2011-10-17 10:30:08 +00:00
parent fda2045150
commit 9a5921883e

@ -46,7 +46,7 @@
<key>LSEnvironment</key>
<dict>
<key>OMP_NUM_THREADS</key>
<string>2</string>
<string></string>
</dict>
</dict>
</plist>