Skip to content

Commit

Permalink
Revert script setting
Browse files Browse the repository at this point in the history
  • Loading branch information
houjun committed Aug 30, 2024
1 parent a80d42a commit d300068
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/tests/mpi_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

extra_cmd=""

if [[ "$NERSC_HOST" == "perlmutter" ]]; then
if [[ "$SUPERCOMPUTER" == "perlmutter" ]]; then
extra_cmd="--mem=25600 --cpu_bind=cores --overlap"
fi

Expand Down
2 changes: 1 addition & 1 deletion src/tests/run_checkpoint_restart_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Cori CI needs srun even for serial tests
run_cmd=""
if [[ "$NERSC_HOST" == "perlmutter" ]]; then
if [[ "$SUPERCOMPUTER" == "perlmutter" ]]; then
run_cmd="srun -n 1 --mem=25600 --cpu_bind=cores --overlap"
fi

Expand Down
2 changes: 1 addition & 1 deletion src/tests/run_multiple_mpi_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

extra_cmd=""

if [[ "$NERSC_HOST" == "perlmutter" ]]; then
if [[ "$SUPERCOMPUTER" == "perlmutter" ]]; then
extra_cmd="--mem=25600 --cpu_bind=cores --overlap"
fi

Expand Down
2 changes: 1 addition & 1 deletion src/tests/run_multiple_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Cori CI needs srun even for serial tests
run_cmd=""
if [[ "$NERSC_HOST" == "perlmutter" ]]; then
if [[ "$SUPERCOMPUTER" == "perlmutter" ]]; then
run_cmd="srun -n 1 --mem=25600 --cpu_bind=cores --overlap"
fi

Expand Down
2 changes: 1 addition & 1 deletion src/tests/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# Cori CI needs srun even for serial tests
run_cmd=""
if [[ "$NERSC_HOST" == "perlmutter" ]]; then
if [[ "$SUPERCOMPUTER" == "perlmutter" ]]; then
run_cmd="srun -n 1 --mem=25600 --cpu_bind=cores --overlap"
fi

Expand Down

0 comments on commit d300068

Please sign in to comment.