Skip to content

Commit

Permalink
correction to run_test.sh CI_TEST changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelTrahanNOAA committed Jul 12, 2024
1 parent 9bed864 commit 4bb67bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ export OMP_ENV=${OMP_ENV:-""}
if [[ ${SCHEDULER} = 'none' ]]; then
ulimit -s unlimited
if [[ ${CI_TEST} = 'true' ]]; then
( eval "${OMP_ENV}" ;
( eval "${OMP_ENV:+export $OMP_ENV}" ;
redirect_out_err mpiexec -n "${TASKS}" ./fv3.exe )
else
redirect_out_err mpiexec -n "${TASKS}" ./fv3.exe
Expand Down

0 comments on commit 4bb67bf

Please sign in to comment.