Skip to content

Commit d767c86

Browse files
committed
change OMP num
1 parent 6d271d1 commit d767c86

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

workflows/nt3_mlrMBO/scripts/theta_run_model.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ benchmark_timeout=$8
4747
export KMP_BLOCKTIME=30
4848
export KMP_SETTINGS=1
4949
export KMP_AFFINITY=granularity=fine,verbose,compact,1,0
50-
export OMP_NUM_THREADS=144
50+
export OMP_NUM_THREADS=128
5151

5252
export PYTHONHOME="/lus/theta-fs0/projects/Candle_ECP/ncollier/py2_tf_gcc6.3_eigen3_native"
5353
PYTHON="$PYTHONHOME/bin/python"

workflows/p2b1_mlrMBO/scripts/theta_run_model.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ benchmark_timeout=$7
5050
export KMP_BLOCKTIME=30
5151
export KMP_SETTINGS=1
5252
export KMP_AFFINITY=granularity=fine,verbose,compact,1,0
53-
export OMP_NUM_THREADS=144
53+
export OMP_NUM_THREADS=128
5454

5555
export PYTHONHOME="/lus/theta-fs0/projects/Candle_ECP/ncollier/py2_tf_gcc6.3_eigen3_native"
5656
PYTHON="$PYTHONHOME/bin/python"

workflows/p3b1_mlrMBO/scripts/theta_run_model.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ benchmark_timeout=$7
4545
export KMP_BLOCKTIME=30
4646
export KMP_SETTINGS=1
4747
export KMP_AFFINITY=granularity=fine,verbose,compact,1,0
48-
export OMP_NUM_THREADS=144
48+
export OMP_NUM_THREADS=128
4949

5050
export PYTHONHOME="/lus/theta-fs0/projects/Candle_ECP/ncollier/py2_tf_gcc6.3_eigen3_native"
5151
PYTHON="$PYTHONHOME/bin/python"

0 commit comments

Comments
 (0)