Skip to content

Commit

Permalink
Update local_checks.sh
Browse files Browse the repository at this point in the history
update local script for new climacommon

rev
  • Loading branch information
LenkaNovak committed Apr 8, 2024
1 parent e911a79 commit a31a5e7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/mpi_tests/local_checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

export MODULEPATH="/groups/esm/modules:$MODULEPATH"
module purge
module load climacommon/2024_03_18
module load climacommon/2024_04_05

export CC_PATH=$(pwd)/ # adjust this to the path of your ClimaCoupler.jl directory
export RUN_NAME=coarse_single_ft64_hourly_checkpoints_restart
Expand All @@ -18,7 +18,6 @@ export OPENBLAS_NUM_THREADS=1
export JULIA_NVTX_CALLBACKS=gc
export OMPI_MCA_opal_warn_on_missing_libcuda=0
export JULIA_MAX_NUM_PRECOMPILE_FILES=100
export JULIA_CPU_TARGET='broadwell;skylake;icelake;cascadelake;epyc'
export SLURM_KILL_BAD_EXIT=1

julia --project=experiments/AMIP/ -e 'using Pkg; Pkg.instantiate(;verbose=true)'
Expand Down

0 comments on commit a31a5e7

Please sign in to comment.