Skip to content

Commit fd94c51

Browse files
committed
run julia with color
1 parent 6a5c89c commit fd94c51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/mpi_tests/local_checks.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ julia --project=artifacts -e 'using Pkg; Pkg.precompile()'
2929
julia --project=artifacts -e 'using Pkg; Pkg.status()'
3030
julia --project=artifacts artifacts/download_artifacts.jl
3131

32-
srun -K julia --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_FILE
32+
srun -K julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_FILE
3333

3434
# restart from simulation time of 400 seconds
3535
export RESTART_T=400
@@ -40,7 +40,7 @@ cp $CONFIG_FILE $RESTART_CONFIG_FILE
4040
sed -i 's/t_end: \"800secs\"/t_end: \"3600secs\"/g' $RESTART_CONFIG_FILE
4141

4242
# rerun the model
43-
srun -K julia --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $RESTART_CONFIG_FILE --restart_dir $RESTART_DIR --restart_t $RESTART_T
43+
srun -K julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $RESTART_CONFIG_FILE --restart_dir $RESTART_DIR --restart_t $RESTART_T
4444

4545
# throw an error if no restart checkpoint files are found
4646
if [ $(ls -1 $RESTART_DIR/checkpoint | wc -l) -lt 5 ]; then

0 commit comments

Comments
 (0)