Skip to content

Commit

Permalink
turn on the ufs-weather-model
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaesung committed Oct 25, 2023
1 parent a33cea7 commit 04b7afa
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,15 @@ include_directories( ${NETCDF_INCLUDE_DIRS} )
################################################################################
set( LANDDA_LINKER_LANGUAGE CXX)

#ExternalProject_Add(ufs-weather-model
# PREFIX ${CMAKE_CURRENT_BINARY_DIR}/ufs-weather-model
# GIT_REPOSITORY https://github.com/ufs-community/ufs-weather-model
# GIT_SUBMODULES_RECURSE TRUE
# GIT_TAG develop
# SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/ufs-weather-model
# CMAKE_ARGS ${SOURCE_DIR} -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release
# INSTALL_COMMAND cmake
# )
ExternalProject_Add(ufs-weather-model
PREFIX ${CMAKE_CURRENT_BINARY_DIR}/ufs-weather-model
GIT_REPOSITORY https://github.com/ufs-community/ufs-weather-model
GIT_SUBMODULES_RECURSE TRUE
GIT_TAG develop
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/ufs-weather-model
CMAKE_ARGS ${SOURCE_DIR} -DAPP=LND -DMPI=ON -DCMAKE_BUILD_TYPE=Release
INSTALL_COMMAND cmake
)

add_subdirectory( tile2tile )
add_subdirectory( ufs-land-driver-emc-dev )
Expand Down

0 comments on commit 04b7afa

Please sign in to comment.