Skip to content

Commit dc1c879

Browse files
committed
update the CMakefile
1 parent 83a370b commit dc1c879

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

source/module_basis/module_pw/test/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
add_definitions(-D__NORMAL)
2-
if (USE_CUDA)
3-
list (APPEND FFT_SRC ../../../module_base/module_fft/fft_cuda.cpp)
4-
endif()
52
AddTest(
63
TARGET pw_test
74
LIBS parameter ${math_libs} planewave device

tests/integrate/Autotest.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
# ABACUS executable path
4-
abacus=/home/ubuntu/desktop/github/abacus/abacus-develop/build/abacus
4+
abacus=abacus
55
# number of MPI processes
66
np=4
77
nt=$OMP_NUM_THREADS # number of OpenMP threads, default is $OMP_NUM_THREADS
@@ -12,7 +12,7 @@ stress_threshold=0.001
1212
# check accuracy
1313
ca=8
1414
# specify the test cases file
15-
cases_file=CASES_GPU.txt
15+
cases_file=CASES_CPU.txt
1616
# regex of case name
1717
case='^[^#].*_.*$'
1818
# enable AddressSanitizer

0 commit comments

Comments
 (0)