Skip to content

Commit

Permalink
Feature/updateww3thread (ufs-community#6)
Browse files Browse the repository at this point in the history
* updating WW3 with porting updates and updates for threadding
  • Loading branch information
JessicaMeixner-NOAA authored Mar 15, 2021
1 parent 955c6bf commit aa3b25b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -204,13 +204,7 @@ endif()
###############################################################################
if(WW3)
if(CMAKE_Platform)
if(${CMAKE_Platform} STREQUAL "hera.intel")
set(WW3_COMP "hera")
elseif(${CMAKE_Platform} STREQUAL "orion.intel")
set(WW3_COMP "orion")
elseif(${CMAKE_Platform} STREQUAL "cheyenne.intel")
set(WW3_COMP "cheyenne")
elseif(${CMAKE_Platform} STREQUAL "wcoss2")
if(${CMAKE_Platform} STREQUAL "wcoss2")
set(WW3_COMP "wcoss_cray")
elseif(${CMAKE_Platform} MATCHES "linux*" OR ${CMAKE_Platform} MATCHES "macosx*")
if (CMAKE_Fortran_COMPILER_ID MATCHES "GNU")
Expand Down
2 changes: 1 addition & 1 deletion WW3
Submodule WW3 updated 189 files

0 comments on commit aa3b25b

Please sign in to comment.