@@ -347,7 +347,7 @@ IF(NOT Kokkos_ENABLE_CUDA)
347347 #see issue #420.
348348 set (testName ${testNameRoot} _CoupledThickness)
349349 configure_file (${CMAKE_CURRENT_SOURCE_DIR } /input_fo_gis_coupled.yaml
350- ${CMAKE_CURRENT_BINARY_DIR } /input_fo_gis_coupled.yaml )
350+ ${CMAKE_CURRENT_BINARY_DIR } /input_fo_gis_coupled.yaml )
351351
352352 add_test (${testName} ${Albany.exe} input_fo_gis_coupled.yaml )
353353 set_tests_properties (${testName} PROPERTIES LABELS "LandIce;Forward" )
@@ -361,13 +361,37 @@ IF(NOT Kokkos_ENABLE_CUDA)
361361 set_tests_properties (${testName} PROPERTIES LABELS "LandIce;Forward" FIXTURES_REQUIRED humboldtMeshSetup)
362362
363363 else ()
364- set (testName ${testNameRoot} _Humboldt_Transient)
365- configure_file (${CMAKE_CURRENT_SOURCE_DIR } /input_fo_humboldt_transient.yaml
366- ${CMAKE_CURRENT_BINARY_DIR } /input_fo_humboldt_transient.yaml )
367- add_test (${testName} ${Albany.exe} input_fo_humboldt_transient.yaml )
364+ set (testName ${testNameRoot} _Humboldt_Transient_STK3D)
365+ configure_file (${CMAKE_CURRENT_SOURCE_DIR } /input_fo_humboldt_transient_stk3d.yaml
366+ ${CMAKE_CURRENT_BINARY_DIR } /input_fo_humboldt_transient_stk3d.yaml )
367+ add_test (${testName} ${Albany.exe} input_fo_humboldt_transient_stk3d.yaml )
368+ set_tests_properties (${testName} PROPERTIES LABELS "LandIce;Forward" FIXTURES_REQUIRED humboldtMeshSetup)
369+
370+ set (testName ${testNameRoot} _Humboldt_Transient_STK)
371+ configure_file (${CMAKE_CURRENT_SOURCE_DIR } /input_fo_humboldt_transient_stk.yaml
372+ ${CMAKE_CURRENT_BINARY_DIR } /input_fo_humboldt_transient_stk.yaml )
373+ add_test (${testName} ${Albany.exe} input_fo_humboldt_transient_stk.yaml )
368374 set_tests_properties (${testName} PROPERTIES LABELS "LandIce;Forward" FIXTURES_REQUIRED humboldtMeshSetup)
369- endif ()
370375
376+ if (ALBANY_OMEGAH)
377+ # TODO: when exo2osh treats nodesets correctly, we can uncomment this (and remove code in AsciiMeshes/Humboldt)
378+ # set (testName ${testNameRoot}_Humboldt_Transient_Omega_h)
379+ # add_test (NAME ${testName}_CreateHumboldtOsh
380+ # COMMAND ${OMEGAH_EXO2OSH} humboldt_contiguous_2d.exo humboldt_contiguous_2d.osh
381+ # WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/../AsciiMeshes/Humboldt)
382+ # set_tests_properties (${testName}_CreateHumboldtOsh PROPERTIES
383+ # LABELS "LandIce;Forward;Omega_h"
384+ # FIXTURES_SETUP CreateHumboldtOshMesh)
385+
386+ configure_file (${CMAKE_CURRENT_SOURCE_DIR } /input_fo_humboldt_transient_omegah.yaml
387+ ${CMAKE_CURRENT_BINARY_DIR } /input_fo_humboldt_transient_omegah.yaml )
388+ add_test (${testName} ${Albany.exe} input_fo_humboldt_transient_omegah.yaml )
389+ set_tests_properties (${testName} PROPERTIES
390+ LABELS "LandIce;Forward;Omega_h" )
391+ # set_tests_properties(${testName} PROPERTIES
392+ # FIXTURES_REQUIRED CreateHumboldtOshMesh)
393+ endif ()
394+ endif ()
371395endif ()
372396
373397####################################
0 commit comments