Merge remote-tracking branch 'origin/master'

这个提交包含在:
craig-warren
2016-08-21 21:24:03 +01:00
当前提交 06cef7474a

查看文件

@@ -62,7 +62,7 @@ def process_singlecmds(singlecmds, G):
# Number of threads (OpenMP) to use
cmd = '#num_threads'
if sys.platform = 'darwin':
if sys.platform == 'darwin':
os.environ['OMP_WAIT_POLICY'] = 'ACTIVE' # What to do with threads when they are waiting; can drastically effect performance
os.environ['OMP_DYNAMIC'] = 'FALSE'
os.environ['OMP_PROC_BIND'] = 'TRUE' # Bind threads to physical cores