From 2b6526e1873c25d13e52b80f9e457c0f50395532 Mon Sep 17 00:00:00 2001 From: Samuel Degelia Date: Wed, 23 Oct 2024 04:11:37 +0000 Subject: [PATCH] Change exclusive to memory request --- rrfs-test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rrfs-test/CMakeLists.txt b/rrfs-test/CMakeLists.txt index 67e31b2..5b013cd 100644 --- a/rrfs-test/CMakeLists.txt +++ b/rrfs-test/CMakeLists.txt @@ -130,7 +130,7 @@ if(MPAS_DYCORE) file(CREATE_LINK ${src_casedir}/data ${casedir}/data SYMBOLIC) configure_file(${src_casedir}/data/obs/bufr/rap.t00z.prepbufr.tm00 ${casedir}/prepbufr COPYONLY) file(COPY ${src_yaml}/${case}.yaml DESTINATION ${casedir}) - set(MPI_ARGS "--time=00:05:00 --exclusive") + set(MPI_ARGS "--time=00:05:00 --mem=64G") set(IODA_CONV_COMP_TOL "5.0e-4") ecbuild_add_test( TARGET ${case} MPI 1