Todo
move allgatherv to a separate declaration
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 |
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 |
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 |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Gathers matrix 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 |
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 |
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 |
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 |
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 |
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 |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Gathers matrix 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 |
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 |
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 |
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 |
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 |
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 |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Gathers matrix 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 |
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 |
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 |
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 |
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 |
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 |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Gathers matrix 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 |
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 |
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 |
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 |
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 |
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 |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Gathers matrix 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 |
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 |
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 |
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 |
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 |
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 |
|
| type(mp_comm_type), | intent(in) | :: | gid |
Message passing environment identifier |
Gathers matrix 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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |
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 |