Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions test/apps/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ teca_add_app_test(test_bayesian_ar_detect_app_packed_data_mpi
REQ_TECA_DATA)

teca_add_app_test(test_integrated_water_vapor_app_threads
teca_integrated_water_vapor
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/test_integrated_water_vapor_app.sh
${CMAKE_BINARY_DIR}/${BIN_PREFIX} ${TECA_DATA_ROOT} -1 2
FEATURES ${TECA_HAS_NETCDF}
Expand All @@ -82,6 +83,7 @@ teca_add_app_test(test_integrated_water_vapor_app_mpi_threads
REQ_TECA_DATA)

teca_add_app_test(test_integrated_vapor_transport_app_threads
teca_integrated_water_vapor
COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/test_integrated_vapor_transport_app.sh
${CMAKE_BINARY_DIR}/${BIN_PREFIX} ${TECA_DATA_ROOT} -1
FEATURES ${TECA_HAS_NETCDF}
Expand Down