mirror of
https://github.com/paboyle/Grid.git
synced 2026-08-31 06:49:36 +01:00
Stop mucking about with THREAD_MULTIPLE
This commit is contained in:
@@ -76,7 +76,7 @@ run_cell () {
|
||||
|
||||
# name environment
|
||||
run_cell E1_omp1 OMP_NUM_THREADS=1
|
||||
run_cell E2_omp1_multiple OMP_NUM_THREADS=1 GRID_MPI_THREAD_MULTIPLE=1 MPICH_MAX_THREAD_SAFETY=multiple # = the SLATE harness environment
|
||||
#run_cell E2_omp1_multiple (MPI_THREAD_MULTIPLE init: 21.2 s, NIL; the GRID_MPI_THREAD_MULTIPLE hack was removed 2026-08-28)
|
||||
run_cell E3_omp7 OMP_NUM_THREADS=7 # the example's thread count
|
||||
run_cell E4_omp7_ballast OMP_NUM_THREADS=7 S2D_BALLAST_GB=10.6 # + the example's device residency
|
||||
run_cell E5_omp1_ballast OMP_NUM_THREADS=1 S2D_BALLAST_GB=10.6 # ballast alone
|
||||
|
||||
Reference in New Issue
Block a user