Gathers a datum from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_4), | intent(in) | :: | msgout |
Datum to send |
||
integer(kind=int_4), | intent(out), | CONTIGUOUS | :: | msgin(:) |
Received data |
|
type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
||
type(mp_request_type), | intent(inout) | :: | request |
Gathers a datum from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_8), | intent(in) | :: | msgout |
Datum to send |
||
integer(kind=int_8), | intent(out), | CONTIGUOUS | :: | msgin(:) |
Received data |
|
type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
||
type(mp_request_type), | intent(inout) | :: | request |
Gathers a datum from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(in) | :: | msgout |
Datum to send |
||
real(kind=real_4), | intent(out), | CONTIGUOUS | :: | msgin(:) |
Received data |
|
type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
||
type(mp_request_type), | intent(inout) | :: | request |
Gathers a datum from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(in) | :: | msgout |
Datum to send |
||
real(kind=real_8), | intent(out), | CONTIGUOUS | :: | msgin(:) |
Received data |
|
type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
||
type(mp_request_type), | intent(inout) | :: | request |
Gathers a datum from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(in) | :: | msgout |
Datum to send |
||
complex(kind=real_4), | intent(out), | CONTIGUOUS | :: | msgin(:) |
Received data |
|
type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
||
type(mp_request_type), | intent(inout) | :: | request |
Gathers a datum from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(in) | :: | msgout |
Datum to send |
||
complex(kind=real_8), | intent(out), | CONTIGUOUS | :: | msgin(:) |
Received data |
|
type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
||
type(mp_request_type), | intent(inout) | :: | request |
Gathers rank-1 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_4), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-1 data to send |
|
integer(kind=int_4), | intent(out), | CONTIGUOUS | :: | msgin(:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-1 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_8), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-1 data to send |
|
integer(kind=int_8), | intent(out), | CONTIGUOUS | :: | msgin(:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-1 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-1 data to send |
|
real(kind=real_4), | intent(out), | CONTIGUOUS | :: | msgin(:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-1 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-1 data to send |
|
real(kind=real_8), | intent(out), | CONTIGUOUS | :: | msgin(:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-1 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-1 data to send |
|
complex(kind=real_4), | intent(out), | CONTIGUOUS | :: | msgin(:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-1 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-1 data to send |
|
complex(kind=real_8), | intent(out), | CONTIGUOUS | :: | msgin(:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-2 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_4), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-2 data to send |
|
integer(kind=int_4), | intent(out), | CONTIGUOUS | :: | msgin(:,:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-2 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_8), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-2 data to send |
|
integer(kind=int_8), | intent(out), | CONTIGUOUS | :: | msgin(:,:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-2 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-2 data to send |
|
real(kind=real_4), | intent(out), | CONTIGUOUS | :: | msgin(:,:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-2 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-2 data to send |
|
real(kind=real_8), | intent(out), | CONTIGUOUS | :: | msgin(:,:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-2 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-2 data to send |
|
complex(kind=real_4), | intent(out), | CONTIGUOUS | :: | msgin(:,:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-2 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-2 data to send |
|
complex(kind=real_8), | intent(out), | CONTIGUOUS | :: | msgin(:,:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-2 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_4), | intent(in), | CONTIGUOUS | :: | msgout(:,:) |
Rank-2 data to send |
|
integer(kind=int_4), | intent(out), | CONTIGUOUS | :: | msgin(:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-2 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_8), | intent(in), | CONTIGUOUS | :: | msgout(:,:) |
Rank-2 data to send |
|
integer(kind=int_8), | intent(out), | CONTIGUOUS | :: | msgin(:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-2 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(in), | CONTIGUOUS | :: | msgout(:,:) |
Rank-2 data to send |
|
real(kind=real_4), | intent(out), | CONTIGUOUS | :: | msgin(:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-2 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(in), | CONTIGUOUS | :: | msgout(:,:) |
Rank-2 data to send |
|
real(kind=real_8), | intent(out), | CONTIGUOUS | :: | msgin(:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-2 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(in), | CONTIGUOUS | :: | msgout(:,:) |
Rank-2 data to send |
|
complex(kind=real_4), | intent(out), | CONTIGUOUS | :: | msgin(:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-2 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(in), | CONTIGUOUS | :: | msgout(:,:) |
Rank-2 data to send |
|
complex(kind=real_8), | intent(out), | CONTIGUOUS | :: | msgin(:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-2 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_4), | intent(in), | CONTIGUOUS | :: | msgout(:,:) |
Rank-2 data to send |
|
integer(kind=int_4), | intent(out), | CONTIGUOUS | :: | msgin(:,:,:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-2 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_8), | intent(in), | CONTIGUOUS | :: | msgout(:,:) |
Rank-2 data to send |
|
integer(kind=int_8), | intent(out), | CONTIGUOUS | :: | msgin(:,:,:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-2 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(in), | CONTIGUOUS | :: | msgout(:,:) |
Rank-2 data to send |
|
real(kind=real_4), | intent(out), | CONTIGUOUS | :: | msgin(:,:,:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-2 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(in), | CONTIGUOUS | :: | msgout(:,:) |
Rank-2 data to send |
|
real(kind=real_8), | intent(out), | CONTIGUOUS | :: | msgin(:,:,:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-2 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(in), | CONTIGUOUS | :: | msgout(:,:) |
Rank-2 data to send |
|
complex(kind=real_4), | intent(out), | CONTIGUOUS | :: | msgin(:,:,:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-2 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(in), | CONTIGUOUS | :: | msgout(:,:) |
Rank-2 data to send |
|
complex(kind=real_8), | intent(out), | CONTIGUOUS | :: | msgin(:,:,:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-3 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_4), | intent(in), | CONTIGUOUS | :: | msgout(:,:,:) |
Rank-3 data to send |
|
integer(kind=int_4), | intent(out), | CONTIGUOUS | :: | msgin(:,:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-3 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_8), | intent(in), | CONTIGUOUS | :: | msgout(:,:,:) |
Rank-3 data to send |
|
integer(kind=int_8), | intent(out), | CONTIGUOUS | :: | msgin(:,:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-3 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(in), | CONTIGUOUS | :: | msgout(:,:,:) |
Rank-3 data to send |
|
real(kind=real_4), | intent(out), | CONTIGUOUS | :: | msgin(:,:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-3 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(in), | CONTIGUOUS | :: | msgout(:,:,:) |
Rank-3 data to send |
|
real(kind=real_8), | intent(out), | CONTIGUOUS | :: | msgin(:,:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-3 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(in), | CONTIGUOUS | :: | msgout(:,:,:) |
Rank-3 data to send |
|
complex(kind=real_4), | intent(out), | CONTIGUOUS | :: | msgin(:,:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers rank-3 data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(in), | CONTIGUOUS | :: | msgout(:,:,:) |
Rank-3 data to send |
|
complex(kind=real_8), | intent(out), | CONTIGUOUS | :: | msgin(:,:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid | |||
type(mp_request_type), | intent(out) | :: | request |
Gathers vector data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_4), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-1 data to send |
|
integer(kind=int_4), | intent(out), | CONTIGUOUS | :: | msgin(:) |
Received data |
|
integer, | intent(in), | CONTIGUOUS | :: | rcount(:) | ||
integer, | intent(in), | CONTIGUOUS | :: | rdispl(:) | ||
type(mp_comm_type), | intent(in) | :: | gid |
Size of sent data for every process Offset of sent data for every process Message passing environment identifier |
||
type(mp_request_type), | intent(inout) | :: | request |
Gathers vector data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_4), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-1 data to send |
|
integer(kind=int_4), | intent(out), | CONTIGUOUS | :: | msgin(:) |
Received data |
|
integer, | intent(in), | CONTIGUOUS | :: | rcount(:,:) | ||
integer, | intent(in), | CONTIGUOUS | :: | rdispl(:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid |
Size of sent data for every process Offset of sent data for every process Message passing environment identifier |
||
type(mp_request_type), | intent(inout) | :: | request |
Gathers vector data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_8), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-1 data to send |
|
integer(kind=int_8), | intent(out), | CONTIGUOUS | :: | msgin(:) |
Received data |
|
integer, | intent(in), | CONTIGUOUS | :: | rcount(:) | ||
integer, | intent(in), | CONTIGUOUS | :: | rdispl(:) | ||
type(mp_comm_type), | intent(in) | :: | gid |
Size of sent data for every process Offset of sent data for every process Message passing environment identifier |
||
type(mp_request_type), | intent(inout) | :: | request |
Gathers vector data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_8), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-1 data to send |
|
integer(kind=int_8), | intent(out), | CONTIGUOUS | :: | msgin(:) |
Received data |
|
integer, | intent(in), | CONTIGUOUS | :: | rcount(:,:) | ||
integer, | intent(in), | CONTIGUOUS | :: | rdispl(:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid |
Size of sent data for every process Offset of sent data for every process Message passing environment identifier |
||
type(mp_request_type), | intent(inout) | :: | request |
Gathers vector data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-1 data to send |
|
real(kind=real_4), | intent(out), | CONTIGUOUS | :: | msgin(:) |
Received data |
|
integer, | intent(in), | CONTIGUOUS | :: | rcount(:) | ||
integer, | intent(in), | CONTIGUOUS | :: | rdispl(:) | ||
type(mp_comm_type), | intent(in) | :: | gid |
Size of sent data for every process Offset of sent data for every process Message passing environment identifier |
||
type(mp_request_type), | intent(inout) | :: | request |
Gathers vector data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-1 data to send |
|
real(kind=real_4), | intent(out), | CONTIGUOUS | :: | msgin(:) |
Received data |
|
integer, | intent(in), | CONTIGUOUS | :: | rcount(:,:) | ||
integer, | intent(in), | CONTIGUOUS | :: | rdispl(:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid |
Size of sent data for every process Offset of sent data for every process Message passing environment identifier |
||
type(mp_request_type), | intent(inout) | :: | request |
Gathers vector data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-1 data to send |
|
real(kind=real_8), | intent(out), | CONTIGUOUS | :: | msgin(:) |
Received data |
|
integer, | intent(in), | CONTIGUOUS | :: | rcount(:) | ||
integer, | intent(in), | CONTIGUOUS | :: | rdispl(:) | ||
type(mp_comm_type), | intent(in) | :: | gid |
Size of sent data for every process Offset of sent data for every process Message passing environment identifier |
||
type(mp_request_type), | intent(inout) | :: | request |
Gathers vector data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-1 data to send |
|
real(kind=real_8), | intent(out), | CONTIGUOUS | :: | msgin(:) |
Received data |
|
integer, | intent(in), | CONTIGUOUS | :: | rcount(:,:) | ||
integer, | intent(in), | CONTIGUOUS | :: | rdispl(:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid |
Size of sent data for every process Offset of sent data for every process Message passing environment identifier |
||
type(mp_request_type), | intent(inout) | :: | request |
Gathers vector data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-1 data to send |
|
complex(kind=real_4), | intent(out), | CONTIGUOUS | :: | msgin(:) |
Received data |
|
integer, | intent(in), | CONTIGUOUS | :: | rcount(:) | ||
integer, | intent(in), | CONTIGUOUS | :: | rdispl(:) | ||
type(mp_comm_type), | intent(in) | :: | gid |
Size of sent data for every process Offset of sent data for every process Message passing environment identifier |
||
type(mp_request_type), | intent(inout) | :: | request |
Gathers vector data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-1 data to send |
|
complex(kind=real_4), | intent(out), | CONTIGUOUS | :: | msgin(:) |
Received data |
|
integer, | intent(in), | CONTIGUOUS | :: | rcount(:,:) | ||
integer, | intent(in), | CONTIGUOUS | :: | rdispl(:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid |
Size of sent data for every process Offset of sent data for every process Message passing environment identifier |
||
type(mp_request_type), | intent(inout) | :: | request |
Gathers vector data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-1 data to send |
|
complex(kind=real_8), | intent(out), | CONTIGUOUS | :: | msgin(:) |
Received data |
|
integer, | intent(in), | CONTIGUOUS | :: | rcount(:) | ||
integer, | intent(in), | CONTIGUOUS | :: | rdispl(:) | ||
type(mp_comm_type), | intent(in) | :: | gid |
Size of sent data for every process Offset of sent data for every process Message passing environment identifier |
||
type(mp_request_type), | intent(inout) | :: | request |
Gathers vector data from all processes and all processes receive the same data
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(in), | CONTIGUOUS | :: | msgout(:) |
Rank-1 data to send |
|
complex(kind=real_8), | intent(out), | CONTIGUOUS | :: | msgin(:) |
Received data |
|
integer, | intent(in), | CONTIGUOUS | :: | rcount(:,:) | ||
integer, | intent(in), | CONTIGUOUS | :: | rdispl(:,:) | ||
type(mp_comm_type), | intent(in) | :: | gid |
Size of sent data for every process Offset of sent data for every process Message passing environment identifier |
||
type(mp_request_type), | intent(inout) | :: | request |