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 5d54f28 commit 52df6afCopy full SHA for 52df6af
tests/16_SDFT_GPU/CMakeLists.txt
@@ -10,7 +10,7 @@ if(ENABLE_ASAN)
10
else()
11
add_test(
12
NAME 16_SDFT_GPU
13
- COMMAND ${BASH} ../integrate/Autotest.sh -t CASES_GPU.txt -a ${ABACUS_BIN_PATH} -n 4
+ COMMAND ${BASH} ../integrate/Autotest.sh -f CASES_GPU.txt -a ${ABACUS_BIN_PATH} -n 4
14
WORKING_DIRECTORY ${ABACUS_TEST_DIR}/16_SDFT_GPU
15
)
16
endif()
0 commit comments