MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
DistributedProfiler
Interface
3 statements
Source File
DistributedProfiler.F90
MAPL_DistributedProfiler
DistributedProfiler
Contents
Module Procedures
new_DistributedProfiler
public interface DistributedProfiler
Module Procedures
private function new_DistributedProfiler(name, gauge, comm, comm_world) result(distributed_profiler)
Arguments
Type
Intent
Optional
Attributes
Name
character(len=*),
intent(in)
::
name
class(
AbstractGauge
),
intent(in)
::
gauge
integer,
intent(in)
::
comm
integer,
intent(in),
optional
::
comm_world
Return Value
type(
DistributedProfiler
), target