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.
XCTest_PBE
1 parent 2f75188 commit dae4a1eCopy full SHA for dae4a1e
source/module_xc/test/CMakeLists.txt
@@ -2,5 +2,6 @@ remove_definitions(-DUSE_LIBXC)
2
3
AddTest(
4
TARGET XCTest_PBE
5
+ LIBS MPI::MPI_CXX # required by global.h; for details, `remove_definitions(-D__MPI)`.
6
SOURCES test_xc.cpp ../xc_functional.cpp ../xc_functional_wrapper_xc.cpp ../xc_functional_wrapper_gcxc.cpp ../xc_funct_corr_gga.cpp ../xc_funct_corr_lda.cpp ../xc_funct_exch_gga.cpp ../xc_funct_exch_lda.cpp ../xc_funct_hcth.cpp
7
)
0 commit comments