From d81fd1465bc287a485e22f117a0ee7421aea93e7 Mon Sep 17 00:00:00 2001 From: SamuelDegelia-NOAA Date: Fri, 27 Sep 2024 18:41:50 +0000 Subject: [PATCH] Restore cmakelists --- rrfs-test/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/rrfs-test/CMakeLists.txt b/rrfs-test/CMakeLists.txt index 7394b6e..21fb4b6 100644 --- a/rrfs-test/CMakeLists.txt +++ b/rrfs-test/CMakeLists.txt @@ -73,7 +73,6 @@ if(FV3_DYCORE) set(MPI_ARGS "${MPI_ARGS} --exclusive") endif() set(MPI_ARGS "${MPI_ARGS} --ntasks-per-node=4") - set(MPI_ARGS "${MPI_ARGS} --qos=debug") # FOR TESTING, REMOVE ME get_all_keys(rrfs_mpasjedi_tests caselist) foreach(case ${caselist})