Skip to content

Commit 8318232

Browse files
committed
here is the coawst version
1 parent e49cee9 commit 8318232

File tree

4,302 files changed

+4165
-18238
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

4,302 files changed

+4165
-18238
lines changed

CMakeLists.txt

100644100755
Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,10 @@ if(hasParent)
2020
remove_definitions(-DDEBUG)
2121
endif()
2222

23-
set(valid_caps "MULTI_ESMF" "NUOPC_MESH")
24-
25-
set(UFS_CAP "" CACHE STRING "Valid options are ${valid_caps}")
23+
set(MULTI_ESMF OFF CACHE BOOL "Build ww3_multi_esmf library")
2624
set(NETCDF ON CACHE BOOL "Build NetCDF programs (requires NetCDF)")
2725
set(ENDIAN "BIG" CACHE STRING "Endianness of unformatted output files. Valid values are 'BIG', 'LITTLE', 'NATIVE'.")
2826
set(EXCLUDE_FIND "" CACHE STRING "Don't try and search for these libraries (assumd to be handled by the compiler/wrapper)")
29-
set(BUILD_TOOLS OFF CACHE BOOL "Build WW3 tools")
3027

3128
# make sure all "exclude_find" entries are lower case
3229
list(TRANSFORM EXCLUDE_FIND TOLOWER)
@@ -47,12 +44,6 @@ else()
4744
endif()
4845
endif()
4946

50-
if(UFS_CAP)
51-
if(NOT UFS_CAP IN_LIST valid_caps)
52-
message(FATAL_ERROR "Invalid UFS_CAP selection. Valids options are ${valid_caps}")
53-
endif()
54-
endif()
55-
5647
message(STATUS "Build with switch: ${switch_file}")
5748
# Copy switch file to build dir
5849
configure_file(${switch_file} ${CMAKE_BINARY_DIR}/switch COPYONLY)
@@ -67,9 +58,3 @@ if(NOT CMAKE_BUILD_TYPE MATCHES "^(Debug|Release|RelWithDebInfo|MinSizeRel)$")
6758
endif()
6859

6960
add_subdirectory(model)
70-
71-
# Turn on unit testing.
72-
include(CTest)
73-
if(BUILD_TESTING)
74-
add_subdirectory(regtests/unittests)
75-
endif()

CONTRIBUTING.md

100644100755
File mode changed.

LICENSE.md

100644100755
File mode changed.

README.md

100644100755
File mode changed.

VERSION

100644100755
File mode changed.

cmake/FindESMF.cmake

100644100755
File mode changed.

cmake/FindMETIS.cmake

100644100755
File mode changed.

cmake/FindNetCDF.cmake

100644100755
File mode changed.

cmake/FindOASIS.cmake

100644100755
File mode changed.

cmake/FindParMETIS.cmake

100644100755
File mode changed.

0 commit comments

Comments
 (0)