![]() |
QMCPACK
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| template<typename T > | |
| void | gsum (T &, int) |
| dummy declarations to be specialized More... | |
| template<typename T , typename IT > | |
| void | gatherv (T *sb, T *rb, int n, IT &counts, IT &displ, int dest) |
| template<typename T > | |
| void | allgather (T *sb, T *rb, int count) |
| template<typename T > | |
| void | gsum (T &) |
| void allgather | ( | T * | sb, |
| T * | rb, | ||
| int | count | ||
| ) |
Definition at line 107 of file CommOperatorsSingle.h.
| void gatherv | ( | T * | sb, |
| T * | rb, | ||
| int | n, | ||
| IT & | counts, | ||
| IT & | displ, | ||
| int | dest | ||
| ) |
Definition at line 99 of file CommOperatorsSingle.h.
Referenced by AtomicOrbitals< ST >::gather_tables(), SplineC2R< ST >::gather_tables(), SplineR2R< ST >::gather_tables(), SplineC2C< ST >::gather_tables(), SplineC2COMPTarget< ST >::gather_tables(), SplineC2ROMPTarget< ST >::gather_tables(), and HDFWalkerOutput::write_configuration().
|
inline |
| void gsum | ( | T & | ) |
Definition at line 111 of file CommOperatorsSingle.h.