MPI-SCATCI
2.0
An MPI version of SCATCI
|
Base MPI module. More...
Data Types | |
type | basempi |
Base MPI type. More... | |
Functions/Subroutines | |
subroutine | basempi_ctor (this) |
Constructs the BaseMPI object by assigning rank and nProcs. More... | |
subroutine | verbose_log_message (this, message) |
Will log a message whilst attaching a number in the beginning. More... | |
subroutine | log_message (this, message) |
Will only log if the rank is zero. More... | |
Base MPI module.
Uses MPI module from GBTOlib.
|
private |
Constructs the BaseMPI object by assigning rank and nProcs.
Checks if MPI is running; if it is then assign values.
Definition at line 69 of file BaseMPI_module.f90.
|
private |
|
private |
Will log a message whilst attaching a number in the beginning.
Definition at line 83 of file BaseMPI_module.f90.