Skip to content

Commit

Permalink
block the io_comp because of adios2 undefined function error
Browse files Browse the repository at this point in the history
  • Loading branch information
hxu65 committed Feb 4, 2024
1 parent b2dfd7b commit f2650d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
add_subdirectory(unit)
#add_subdirectory(integration)
#add_subdirectory(real_apps)
add_subdirectory(real_apps)
add_subdirectory(mocks)
6 changes: 3 additions & 3 deletions test/real_apps/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
add_subdirectory(gray-scott)
add_subdirectory(io_comp)
add_subdirectory(operator_comp)
#add_subdirectory(io_comp)
#add_subdirectory(operator_comp)
add_subdirectory(metadata_comp)

#bootstraping
Expand All @@ -14,4 +14,4 @@ add_subdirectory(metadata_comp)
#add_test(NAME operator_comp COMMAND jarvis run pbs operator_comp_multi_node TAG polaris_tests)
#add_test(NAME operator_comp COMMAND jarvis run slurm operator_comp_multi_node queue=my_group_queue TAG pnnl_tests)
#
#ctest -D local_tests
#ctest -D local_tests

0 comments on commit f2650d2

Please sign in to comment.