Skip to content

Commit

Permalink
Disable strict control replication checks in Circuit.
Browse files Browse the repository at this point in the history
  • Loading branch information
elliottslaughter committed Aug 31, 2024
1 parent 39be61a commit aa7d3f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/circuit/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ else()
endif()
target_link_libraries(circuit Legion::Legion ResilienceStatic)
set_target_properties(circuit PROPERTIES CXX_STANDARD 17)
add_test(NAME circuit COMMAND ${PROJECT_SOURCE_DIR}/tests/runner.py -- ${RESILIENCE_TEST_LAUNCHER} $<TARGET_FILE:circuit> -lg:eager_alloc_percentage 20 -lg:safe_ctrlrepl 2)
add_test(NAME circuit_disable COMMAND ${PROJECT_SOURCE_DIR}/tests/runner.py -- ${RESILIENCE_TEST_LAUNCHER} $<TARGET_FILE:circuit> -lg:eager_alloc_percentage 20 -lg:safe_ctrlrepl 2 -checkpoint:disable)
add_test(NAME circuit COMMAND ${PROJECT_SOURCE_DIR}/tests/runner.py -- ${RESILIENCE_TEST_LAUNCHER} $<TARGET_FILE:circuit> -lg:eager_alloc_percentage 20 -lg:safe_ctrlrepl 1)
add_test(NAME circuit_disable COMMAND ${PROJECT_SOURCE_DIR}/tests/runner.py -- ${RESILIENCE_TEST_LAUNCHER} $<TARGET_FILE:circuit> -lg:eager_alloc_percentage 20 -lg:safe_ctrlrepl 1 -checkpoint:disable)

0 comments on commit aa7d3f7

Please sign in to comment.