ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "mpi.h"
#include <complex>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | Parallel_Common |
Functions | |
void | Parallel_Common::bcast_complex_double (std::complex< double > *object, const int n) |
void | Parallel_Common::bcast_string (std::string *object, const int n) |
void | Parallel_Common::bcast_double (double *object, const int n) |
void | Parallel_Common::bcast_int (int *object, const int n) |
void | Parallel_Common::bcast_char (char *object, const int n) |
void | Parallel_Common::bcast_complex_double (std::complex< double > &object) |
void | Parallel_Common::bcast_string (std::string &object) |
void | Parallel_Common::bcast_double (double &object) |
void | Parallel_Common::bcast_int (int &object) |
void | Parallel_Common::bcast_bool (bool &object) |