|
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. | |
| subroutine | verbose_log_message (this, message) |
| Will log a message whilst attaching a number in the beginning. | |
| subroutine | log_message (this, message) |
| Will only log if the rank is zero. | |
Base MPI module.
Uses MPI module from GBTOlib.
| subroutine BaseMPI_module::basempi_ctor | ( | class(basempi) | this | ) |
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.