diff --git a/regtests/bin/matrix_cmake_ncep b/regtests/bin/matrix_cmake_ncep index ccd3074804..e554ac00fd 100755 --- a/regtests/bin/matrix_cmake_ncep +++ b/regtests/bin/matrix_cmake_ncep @@ -165,10 +165,11 @@ main_dir="`cd $main_dir 1>/dev/null 2>&1 && pwd`" # Compile option if [ "$cmplOption" = 'y' ] then - opt="-c $cmplr -S -T" + opt="-o all -c $cmplr -S -T" else - opt="-S" + opt="-o all -S" fi + # Batch queue option if [ "$batchq" = 'slurm' ] then diff --git a/regtests/bin/run_cmake_test b/regtests/bin/run_cmake_test index ef8dce448a..15f0221dc2 100755 --- a/regtests/bin/run_cmake_test +++ b/regtests/bin/run_cmake_test @@ -406,7 +406,7 @@ then if [[ "$outopt" = "all" ]] || [[ "$outopt" = "grib" ]] ; then cat $file_c | sed 's/DIST/SHRD/' | sed 's/MPI //' | \ - sed 's/OMPG //' | sed 's/NOGRB/NCEP2/' \ + sed 's/OMPG //' | sed 's/NOGRB/NCEP2/' | \ sed 's/OMPH //' | sed 's/PDLIB //' | \ sed 's/B4B //' > $path_build/switch else