Skip to content

Commit

Permalink
Change exclusive to memory request
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelDegelia-NOAA committed Oct 23, 2024
1 parent 9be3a90 commit 2b6526e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rrfs-test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b6526e

Please sign in to comment.