Information about parallel runs
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | comm_size |
size of MPI communicator |
|||
integer, | public | :: | rank |
MPI rank |
|||
integer, | public | :: | root |
MPI root rank |
|||
integer, | public | :: | comm |
MPI communicator |
|||
integer, | public | :: | nThreads |
Maximal Number of OpenMP threads |
|||
logical, | public | :: | isRoot |
Whether this process is the root |
type tem_comm_env_type !> size of MPI communicator integer :: comm_size !> MPI rank integer :: rank !> MPI root rank integer :: root !> MPI communicator integer :: comm !> Maximal Number of OpenMP threads integer :: nThreads !> Whether this process is the root logical :: isRoot end type tem_comm_env_type