Loading...
Searching...
No Matches
Go to the source code of this file.
|
| type(mpi_comm), public | comm::neko_comm |
| | MPI communicator.
|
| |
| type(mpi_comm), public | comm::neko_global_comm |
| |
| type(mpi_datatype), public | comm::mpi_real_precision |
| | MPI type for working precision of REAL types.
|
| |
| type(mpi_datatype), public | comm::mpi_extra_precision |
| |
| integer, public | comm::pe_rank |
| | MPI rank.
|
| |
| integer, public | comm::pe_size |
| | MPI size of communicator.
|
| |
| logical, public | comm::nio |
| | I/O node.
|
| |
| integer, public | comm::global_pe_rank |
| | Global MPI rank.
|
| |
| integer, public | comm::global_pe_size |
| | Global MPI size of communicator.
|
| |
| integer, public | comm::neko_mpi_thread_provided |
| | Thread support provided by the MPI library.
|
| |