Skip to content

Commit 3fe0c03

Browse files
committed
Update elecstate test to remove commands of omp macro definition
1 parent cd183cb commit 3fe0c03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/module_elecstate/test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ remove_definitions(-D__UT_USE_CUDA)
55
remove_definitions(-D__UT_USE_ROCM)
66
remove_definitions(-D__ROCM)
77
remove_definitions(-D__DEEPKS)
8-
remove_definitions(-D_OPENMP)
8+
# remove_definitions(-D_OPENMP)
99
remove_definitions(-DUSE_PAW)
1010

1111
if (ENABLE_MPI)

0 commit comments

Comments
 (0)