Skip to content

Commit

Permalink
Merge pull request #731 from CliMA/ln/up-ccommon
Browse files Browse the repository at this point in the history
Update local_checks.sh
  • Loading branch information
LenkaNovak authored Apr 9, 2024
2 parents e911a79 + a31a5e7 commit f6a43c2
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 f6a43c2

Please sign in to comment.