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 da68912 commit cfc0744Copy full SHA for cfc0744
source/module_cell/bcast_cell.cpp
@@ -1,6 +1,10 @@
1
#include "unitcell.h"
2
#include "module_base/parallel_common.h"
3
#include "module_parameter/parameter.h"
4
+#ifdef __EXX
5
+#include "module_ri/serialization_cereal.h"
6
+#include "module_hamilt_pw/hamilt_pwdft/global.h"
7
+#endif
8
namespace unitcell
9
{
10
void bcast_atoms(Atom* atoms,
0 commit comments