Skip to content

Commit

Permalink
Diag
Browse files Browse the repository at this point in the history
  • Loading branch information
eisenhauer committed Jun 15, 2020
1 parent f657d7c commit 476c9ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions testing/adios2/engine/staging-common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ if(ADIOS2_HAVE_SST)
gtest_add_tests_helper(StagingMPMD MPI_ONLY "" Engine.Staging. ".SST.BP" EXTRA_ARGS "SST" "MarshalMethod=BP")
gtest_add_tests_helper(Threads MPI_NONE "" Engine.Staging. "SST.FFS" EXTRA_ARGS "SST" "MarshalMethod=FFS")
gtest_add_tests_helper(Threads MPI_NONE "" Engine.Staging. "SST.BP" EXTRA_ARGS "SST" "MarshalMethod=BP")
set_tests_properties(Engine.Staging.TestThreads.BasicSST.BP.Serial PROPERTIES ENVIRONMENT SstVerbose=1)
set_tests_properties(Engine.Staging.TestThreads.BasicSST.FFS.Serial PROPERTIES ENVIRONMENT SstVerbose=1)
# gtest_add_tests_helper(Threads MPI_NONE "" Engine.Staging. "BP4_stream" EXTRA_ARGS "BP4" "")
endif()

Expand Down

0 comments on commit 476c9ad

Please sign in to comment.