Skip to content

Commit

Permalink
[production/RRFS.v1] Fix 'check all' using 0-sized arrays (#2158)
Browse files Browse the repository at this point in the history
* "point to the physics updates for RRFS.v1 code freeze"

* Update rt.sh for wcoss2 disk location
Updates list of tests to run for RRFSv1
Adds wcoss2 regression test log

* add orion/hercules RT log: passed

* Update RegressionTests_hera.log: passed

* Update RegressionTests_orion.log: passed

* Update RegressionTests_hercules.log: passed

* Adds wcoss2 RT file

---------

Co-authored-by: Haiqin.Li <Haiqin.Li@noaa.gov>
Co-authored-by: JONG KIM <jong.kim@noaa.gov>
Co-authored-by: matthew pyle <Matthew.Pyle@noaa.gov>
  • Loading branch information
4 people authored Mar 5, 2024
1 parent 7c52456 commit d53f87a
Show file tree
Hide file tree
Showing 6 changed files with 3,396 additions and 20,445 deletions.
2 changes: 1 addition & 1 deletion cmake/Intel.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif()

if(DEBUG)
add_definitions(-DDEBUG)
set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -O0 -check -check noarg_temp_created -check nopointer -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -ftrapuv -init=snan,arrays")
set(CMAKE_Fortran_FLAGS_DEBUG "${CMAKE_Fortran_FLAGS_DEBUG} -O0 -check all -check noarg_temp_created -warn -warn noerrors -fp-stack-check -fstack-protector-all -fpe0 -debug -ftrapuv -init=snan,arrays")
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -O0 -ftrapuv")
else()
if(FASTER)
Expand Down
Loading

0 comments on commit d53f87a

Please sign in to comment.