We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94ac9a commit 5778f4eCopy full SHA for 5778f4e
examples/circuit/CMakeLists.txt
@@ -40,5 +40,6 @@ else()
40
add_executable(circuit ${CPU_SOURCES})
41
endif()
42
target_link_libraries(circuit Legion::Legion ResilienceStatic)
43
+set_target_properties(circuit PROPERTIES CXX_STANDARD 11)
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)
0 commit comments