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 8614c82 commit 5b50b4cCopy full SHA for 5b50b4c
source/module_hamilt_lcao/module_gint/gint_k_pvpr.cpp
@@ -12,8 +12,10 @@
12
#include "module_basis/module_ao/ORB_read.h"
13
#include "module_cell/module_neighbor/sltk_grid_driver.h"
14
#include "module_hamilt_pw/hamilt_pwdft/global.h"
15
-#include <mpi.h>
16
#include "module_hamilt_lcao/module_hcontainer/hcontainer_funcs.h"
+#ifdef __MPI
17
+#include <mpi.h>
18
+#endif
19
20
// transfer_pvpR, NSPIN = 1 or 2
21
void Gint_k::transfer_pvpR(hamilt::HContainer<double>* hR, const UnitCell* ucell, Grid_Driver* gd)
0 commit comments