ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
Namespaces | Functions
parallel_common.h File Reference
#include "mpi.h"
#include <complex>
#include <string>
Include dependency graph for parallel_common.h:
This graph shows which files directly or indirectly include this file:

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)