Skip to content

Commit

Permalink
Merge pull request #1005 from eisenhauer/KillReadersTweak
Browse files Browse the repository at this point in the history
Try sockets control transport for kill readers until we get alternatives working
  • Loading branch information
eisenhauer committed Nov 17, 2018
2 parents dd1fe0a + 39cf1f0 commit de5f338
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/adios2/engine/sst/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ endif()
add_test(
NAME ADIOSSstKillReadersTest.Serialized
COMMAND ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/run_multi_test -test_protocol kill_readers
-verbose -nw 3 -nr 2 -max_readers 1 -warg 'RendezvousReaderCount:0' -rarg '--ignore_time_gap')
-verbose -nw 3 -nr 2 -max_readers 1 -warg 'RendezvousReaderCount:0,ControlTransport:sockets' -rarg '--ignore_time_gap')
set_tests_properties(ADIOSSstKillReadersTest.Serialized PROPERTIES TIMEOUT 300 RUN_SERIAL 1)

add_test(
Expand Down

0 comments on commit de5f338

Please sign in to comment.