Skip to content

Commit

Permalink
CI: Test only if netcdf has netcdf4 capability
Browse files Browse the repository at this point in the history
  • Loading branch information
gdsjaar committed Oct 14, 2024
1 parent 59f7fc8 commit 3716e4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/seacas/libraries/ioss/src/main/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ TRIBITS_ADD_ADVANCED_TEST(exodus32_to_exodus32
XHOSTTYPE Windows
)

if (TPL_Netcdf_Enables_Netcdf4)
SET(IOSHELL_ARG --split_times 1 --in_type generated 10x10x10+shell:xXyYzZ+times:4+variables:element,2,nodal,3)
TRIBITS_ADD_ADVANCED_TEST(
io_shell_group_ungroup
Expand Down Expand Up @@ -154,6 +155,7 @@ TRIBITS_ADD_ADVANCED_TEST(exodus32_to_exodus32
COMM serial
FINAL_PASS_REGULAR_EXPRESSION
)
endif()

if (TPL_ENABLE_MPI)
IF (TPL_Netcdf_PARALLEL)
Expand Down

0 comments on commit 3716e4a

Please sign in to comment.