File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 41
41
endif ()
42
42
target_link_libraries (circuit Legion::Legion ResilienceStatic )
43
43
set_target_properties (circuit PROPERTIES CXX_STANDARD 17 )
44
- 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 )
45
- 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 )
44
+ 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 )
45
+ 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 )
You can’t perform that action at this time.
0 commit comments