envs_mpi.h Source File
LibRPA
|
envs_mpi.h
Go to the documentation of this file.
Definition: parallel_mpi.h:75
Definition: parallel_mpi.h:45
int myid_global
Rank of process in the global communciator.
Definition: envs_mpi.cpp:11
void initialize_mpi(const MPI_Comm &mpi_comm_global_in)
Initialize the MPI environment of LibRPA.
Definition: envs_mpi.cpp:25
MPI_Comm mpi_comm_global
Global communicator.
Definition: envs_mpi.cpp:15
int size_global
Number of processes in the global communciator.
Definition: envs_mpi.cpp:13
LIBRPA::MPI_COMM_handler mpi_comm_global_h
Handler of the global communicator.
Definition: envs_mpi.cpp:17
void finalize_mpi()
Finalize the MPI environment of LibRPA.
Definition: envs_mpi.cpp:68
LIBRPA::BLACS_CTXT_handler blacs_ctxt_global_h
Handler of the global BLACS context.
Definition: envs_mpi.cpp:19
bool is_mpi_initialized()
Check whether the MPI environment of LibRPA is correctly initialized.
Definition: envs_mpi.cpp:63
Definition: analycont.cpp:14
Generated by