CABLE
Source Files
Modules
Procedures
Derived Types
Namelists
Program
mpi_grp_t
Interface
3 statements
Source File
cable_mpi.F90
cable_mpi_mod
mpi_grp_t
Contents
Module Procedures
mpi_grp_constructor
public interface mpi_grp_t
Overload the default construct for mpi_grp_t
Module Procedures
private function
mpi_grp_constructor
(comm) result(mpi_grp)
Contructor for mpi_grp_t class.
Read more…
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in),
optional
::
comm
MPI communicator
Return Value
type(
mpi_grp_t
)