From a31a5e707335d98dec30fe58c1543dc2f3a6fcc5 Mon Sep 17 00:00:00 2001 From: LenkaNovak <38083334+LenkaNovak@users.noreply.github.com> Date: Mon, 8 Apr 2024 14:27:54 -0700 Subject: [PATCH] Update local_checks.sh update local script for new climacommon rev --- test/mpi_tests/local_checks.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/mpi_tests/local_checks.sh b/test/mpi_tests/local_checks.sh index cb4f49c4f..b0a110a32 100644 --- a/test/mpi_tests/local_checks.sh +++ b/test/mpi_tests/local_checks.sh @@ -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 @@ -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)'