Skip to content

Commit

Permalink
Remove gnumake build remnants, change v16beta to v16 (#234)
Browse files Browse the repository at this point in the history
* Remove gnumake files
* Replace v16beta with v16 for all CCPP suites
* Remove unused CCPP_INCLUDE_DIRS/CCPP_LIB_DIRS from ccpp/CMakeLists.txt
  • Loading branch information
climbfuji authored Jan 29, 2021
1 parent 307f001 commit c2fc3de
Show file tree
Hide file tree
Showing 16 changed files with 5 additions and 1,418 deletions.
2 changes: 0 additions & 2 deletions ccpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ endif()
# Set include directories for make, also set CCPP_... for external projects
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/framework/src)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}/physics)
SET(CCPP_INCLUDE_DIRS "${CMAKE_CURRENT_BINARY_DIR}/framework/src;${CMAKE_CURRENT_BINARY_DIR}/physics")
SET(CCPP_LIB_DIRS "${CMAKE_CURRENT_BINARY_DIR}/framework/src;${CMAKE_CURRENT_BINARY_DIR}/physics")

#------------------------------------------------------------------------------
# Generate Compiler flags for C/CXX/Fortran - set to match NEMSfv3gfs flags
Expand Down
193 changes: 0 additions & 193 deletions ccpp/build_ccpp.sh

This file was deleted.

71 changes: 0 additions & 71 deletions ccpp/driver/makefile

This file was deleted.

101 changes: 0 additions & 101 deletions ccpp/set_compilers.sh

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<suite name="FV3_GFS_v16beta" version="1">
<suite name="FV3_GFS_v16" version="1">
<!-- <init></init> -->
<group name="fast_physics">
<subcycle loop="1">
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>

<suite name="FV3_GFS_v16beta_RRTMGP" version="1">
<suite name="FV3_GFS_v16_RRTMGP" version="1">
<!-- <init></init> -->
<group name="fast_physics">
<subcycle loop="1">
Expand Down
Loading

0 comments on commit c2fc3de

Please sign in to comment.