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 f5478ac commit ecfeba7Copy full SHA for ecfeba7
tests/12_NAO_Gamma_GPU/CMakeLists.txt
@@ -4,13 +4,13 @@ find_program(BASH bash)
4
if(ENABLE_ASAN)
5
add_test(
6
NAME 12_NAO_Gamma_GPU_test_with_asan
7
- COMMAND ${BASH} ../integrate/Autotest.sh -a ${ABACUS_BIN_PATH} -n 2 -s true
+ COMMAND ${BASH} ../integrate/Autotest.sh -f CASES_GPU.txt -a ${ABACUS_BIN_PATH} -n 2 -s true
8
WORKING_DIRECTORY ${ABACUS_TEST_DIR}/12_NAO_Gamma_GPU
9
)
10
else()
11
12
NAME 12_NAO_Gamma_GPU
13
- COMMAND ${BASH} ../integrate/Autotest.sh -a ${ABACUS_BIN_PATH} -n 4
+ COMMAND ${BASH} ../integrate/Autotest.sh -f CASES_GPU.txt -a ${ABACUS_BIN_PATH} -n 4
14
15
16
endif()
0 commit comments