Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MpiMutex), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MpiMutex), | intent(inout) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(MpiMutex), | intent(inout) | :: | this |
type :: MpiMutex private integer :: comm integer :: npes integer :: rank integer :: window integer :: pe_locks_type type (c_ptr) :: locks_ptr logical, allocatable :: local_data(:) contains procedure :: acquire procedure :: release procedure :: free_mpi_resources end type MpiMutex