All-to-all data exchange, rank 1 arrays, equal sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_4), | intent(in), | CONTIGUOUS | :: | sb(:) |
array with data to send |
|
integer(kind=int_4), | intent(out), | CONTIGUOUS | :: | rb(:) |
array into which data is received |
|
integer, | intent(in) | :: | count |
number of elements to send/receive (product of the extents of the first two dimensions) |
||
type(mp_comm_type), | intent(in) | :: | group |
Message passing environment identifier |
All-to-all data exchange, rank-2 arrays, equal sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_4), | intent(in), | CONTIGUOUS | :: | sb(:,:) | ||
integer(kind=int_4), | intent(out), | CONTIGUOUS | :: | rb(:,:) | ||
integer, | intent(in) | :: | count | |||
type(mp_comm_type), | intent(in) | :: | group |
All-to-all data exchange, rank 4 data, equal sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_4), | intent(in), | DIMENSION(:, :, :, :), CONTIGUOUS | :: | sb | ||
integer(kind=int_4), | intent(out), | DIMENSION(:, :, :, :), CONTIGUOUS | :: | rb | ||
integer, | intent(in) | :: | count | |||
type(mp_comm_type), | intent(in) | :: | group |
All-to-all data exchange, rank-1 data of different sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_4), | intent(in), | CONTIGUOUS | :: | sb(:) |
Data to send |
|
integer, | intent(in), | CONTIGUOUS | :: | scount(:) |
Data counts for data sent to other processes Respective data offsets for data sent to process |
|
integer, | intent(in), | CONTIGUOUS | :: | sdispl(:) |
Data counts for data sent to other processes Respective data offsets for data sent to process |
|
integer(kind=int_4), | intent(inout), | CONTIGUOUS | :: | rb(:) |
Buffer into which to receive data |
|
integer, | intent(in), | CONTIGUOUS | :: | rcount(:) |
Data counts for data received from other processes Respective data offsets for data received from other processes |
|
integer, | intent(in), | CONTIGUOUS | :: | rdispl(:) |
Data counts for data received from other processes Respective data offsets for data received from other processes |
|
type(mp_comm_type), | intent(in) | :: | group |
Message passing environment identifier |
All-to-all data exchange, rank 1 arrays, equal sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_8), | intent(in), | CONTIGUOUS | :: | sb(:) |
array with data to send |
|
integer(kind=int_8), | intent(out), | CONTIGUOUS | :: | rb(:) |
array into which data is received |
|
integer, | intent(in) | :: | count |
number of elements to send/receive (product of the extents of the first two dimensions) |
||
type(mp_comm_type), | intent(in) | :: | group |
Message passing environment identifier |
All-to-all data exchange, rank-2 arrays, equal sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_8), | intent(in), | CONTIGUOUS | :: | sb(:,:) | ||
integer(kind=int_8), | intent(out), | CONTIGUOUS | :: | rb(:,:) | ||
integer, | intent(in) | :: | count | |||
type(mp_comm_type), | intent(in) | :: | group |
All-to-all data exchange, rank 4 data, equal sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_8), | intent(in), | DIMENSION(:, :, :, :), CONTIGUOUS | :: | sb | ||
integer(kind=int_8), | intent(out), | DIMENSION(:, :, :, :), CONTIGUOUS | :: | rb | ||
integer, | intent(in) | :: | count | |||
type(mp_comm_type), | intent(in) | :: | group |
All-to-all data exchange, rank-1 data of different sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int_8), | intent(in), | CONTIGUOUS | :: | sb(:) |
Data to send |
|
integer, | intent(in), | CONTIGUOUS | :: | scount(:) |
Data counts for data sent to other processes Respective data offsets for data sent to process |
|
integer, | intent(in), | CONTIGUOUS | :: | sdispl(:) |
Data counts for data sent to other processes Respective data offsets for data sent to process |
|
integer(kind=int_8), | intent(inout), | CONTIGUOUS | :: | rb(:) |
Buffer into which to receive data |
|
integer, | intent(in), | CONTIGUOUS | :: | rcount(:) |
Data counts for data received from other processes Respective data offsets for data received from other processes |
|
integer, | intent(in), | CONTIGUOUS | :: | rdispl(:) |
Data counts for data received from other processes Respective data offsets for data received from other processes |
|
type(mp_comm_type), | intent(in) | :: | group |
Message passing environment identifier |
All-to-all data exchange, rank 1 arrays, equal sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(in), | CONTIGUOUS | :: | sb(:) |
array with data to send |
|
real(kind=real_8), | intent(out), | CONTIGUOUS | :: | rb(:) |
array into which data is received |
|
integer, | intent(in) | :: | count |
number of elements to send/receive (product of the extents of the first two dimensions) |
||
type(mp_comm_type), | intent(in) | :: | group |
Message passing environment identifier |
All-to-all data exchange, rank-2 arrays, equal sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(in), | CONTIGUOUS | :: | sb(:,:) | ||
real(kind=real_8), | intent(out), | CONTIGUOUS | :: | rb(:,:) | ||
integer, | intent(in) | :: | count | |||
type(mp_comm_type), | intent(in) | :: | group |
All-to-all data exchange, rank 4 data, equal sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(in), | DIMENSION(:, :, :, :), CONTIGUOUS | :: | sb | ||
real(kind=real_8), | intent(out), | DIMENSION(:, :, :, :), CONTIGUOUS | :: | rb | ||
integer, | intent(in) | :: | count | |||
type(mp_comm_type), | intent(in) | :: | group |
All-to-all data exchange, rank-1 data of different sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_8), | intent(in), | CONTIGUOUS | :: | sb(:) |
Data to send |
|
integer, | intent(in), | CONTIGUOUS | :: | scount(:) |
Data counts for data sent to other processes Respective data offsets for data sent to process |
|
integer, | intent(in), | CONTIGUOUS | :: | sdispl(:) |
Data counts for data sent to other processes Respective data offsets for data sent to process |
|
real(kind=real_8), | intent(inout), | CONTIGUOUS | :: | rb(:) |
Buffer into which to receive data |
|
integer, | intent(in), | CONTIGUOUS | :: | rcount(:) |
Data counts for data received from other processes Respective data offsets for data received from other processes |
|
integer, | intent(in), | CONTIGUOUS | :: | rdispl(:) |
Data counts for data received from other processes Respective data offsets for data received from other processes |
|
type(mp_comm_type), | intent(in) | :: | group |
Message passing environment identifier |
All-to-all data exchange, rank 1 arrays, equal sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(in), | CONTIGUOUS | :: | sb(:) |
array with data to send |
|
real(kind=real_4), | intent(out), | CONTIGUOUS | :: | rb(:) |
array into which data is received |
|
integer, | intent(in) | :: | count |
number of elements to send/receive (product of the extents of the first two dimensions) |
||
type(mp_comm_type), | intent(in) | :: | group |
Message passing environment identifier |
All-to-all data exchange, rank-2 arrays, equal sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(in), | CONTIGUOUS | :: | sb(:,:) | ||
real(kind=real_4), | intent(out), | CONTIGUOUS | :: | rb(:,:) | ||
integer, | intent(in) | :: | count | |||
type(mp_comm_type), | intent(in) | :: | group |
All-to-all data exchange, rank 4 data, equal sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(in), | DIMENSION(:, :, :, :), CONTIGUOUS | :: | sb | ||
real(kind=real_4), | intent(out), | DIMENSION(:, :, :, :), CONTIGUOUS | :: | rb | ||
integer, | intent(in) | :: | count | |||
type(mp_comm_type), | intent(in) | :: | group |
All-to-all data exchange, rank-1 data of different sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=real_4), | intent(in), | CONTIGUOUS | :: | sb(:) |
Data to send |
|
integer, | intent(in), | CONTIGUOUS | :: | scount(:) |
Data counts for data sent to other processes Respective data offsets for data sent to process |
|
integer, | intent(in), | CONTIGUOUS | :: | sdispl(:) |
Data counts for data sent to other processes Respective data offsets for data sent to process |
|
real(kind=real_4), | intent(inout), | CONTIGUOUS | :: | rb(:) |
Buffer into which to receive data |
|
integer, | intent(in), | CONTIGUOUS | :: | rcount(:) |
Data counts for data received from other processes Respective data offsets for data received from other processes |
|
integer, | intent(in), | CONTIGUOUS | :: | rdispl(:) |
Data counts for data received from other processes Respective data offsets for data received from other processes |
|
type(mp_comm_type), | intent(in) | :: | group |
Message passing environment identifier |
All-to-all data exchange, rank 1 arrays, equal sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(in), | CONTIGUOUS | :: | sb(:) |
array with data to send |
|
complex(kind=real_8), | intent(out), | CONTIGUOUS | :: | rb(:) |
array into which data is received |
|
integer, | intent(in) | :: | count |
number of elements to send/receive (product of the extents of the first two dimensions) |
||
type(mp_comm_type), | intent(in) | :: | group |
Message passing environment identifier |
All-to-all data exchange, rank-2 arrays, equal sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(in), | CONTIGUOUS | :: | sb(:,:) | ||
complex(kind=real_8), | intent(out), | CONTIGUOUS | :: | rb(:,:) | ||
integer, | intent(in) | :: | count | |||
type(mp_comm_type), | intent(in) | :: | group |
All-to-all data exchange, rank 4 data, equal sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(in), | DIMENSION(:, :, :, :), CONTIGUOUS | :: | sb | ||
complex(kind=real_8), | intent(out), | DIMENSION(:, :, :, :), CONTIGUOUS | :: | rb | ||
integer, | intent(in) | :: | count | |||
type(mp_comm_type), | intent(in) | :: | group |
All-to-all data exchange, rank-1 data of different sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_8), | intent(in), | CONTIGUOUS | :: | sb(:) |
Data to send |
|
integer, | intent(in), | CONTIGUOUS | :: | scount(:) |
Data counts for data sent to other processes Respective data offsets for data sent to process |
|
integer, | intent(in), | CONTIGUOUS | :: | sdispl(:) |
Data counts for data sent to other processes Respective data offsets for data sent to process |
|
complex(kind=real_8), | intent(inout), | CONTIGUOUS | :: | rb(:) |
Buffer into which to receive data |
|
integer, | intent(in), | CONTIGUOUS | :: | rcount(:) |
Data counts for data received from other processes Respective data offsets for data received from other processes |
|
integer, | intent(in), | CONTIGUOUS | :: | rdispl(:) |
Data counts for data received from other processes Respective data offsets for data received from other processes |
|
type(mp_comm_type), | intent(in) | :: | group |
Message passing environment identifier |
All-to-all data exchange, rank 1 arrays, equal sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(in), | CONTIGUOUS | :: | sb(:) |
array with data to send |
|
complex(kind=real_4), | intent(out), | CONTIGUOUS | :: | rb(:) |
array into which data is received |
|
integer, | intent(in) | :: | count |
number of elements to send/receive (product of the extents of the first two dimensions) |
||
type(mp_comm_type), | intent(in) | :: | group |
Message passing environment identifier |
All-to-all data exchange, rank-2 arrays, equal sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(in), | CONTIGUOUS | :: | sb(:,:) | ||
complex(kind=real_4), | intent(out), | CONTIGUOUS | :: | rb(:,:) | ||
integer, | intent(in) | :: | count | |||
type(mp_comm_type), | intent(in) | :: | group |
All-to-all data exchange, rank 4 data, equal sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(in), | DIMENSION(:, :, :, :), CONTIGUOUS | :: | sb | ||
complex(kind=real_4), | intent(out), | DIMENSION(:, :, :, :), CONTIGUOUS | :: | rb | ||
integer, | intent(in) | :: | count | |||
type(mp_comm_type), | intent(in) | :: | group |
All-to-all data exchange, rank-1 data of different sizes
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=real_4), | intent(in), | CONTIGUOUS | :: | sb(:) |
Data to send |
|
integer, | intent(in), | CONTIGUOUS | :: | scount(:) |
Data counts for data sent to other processes Respective data offsets for data sent to process |
|
integer, | intent(in), | CONTIGUOUS | :: | sdispl(:) |
Data counts for data sent to other processes Respective data offsets for data sent to process |
|
complex(kind=real_4), | intent(inout), | CONTIGUOUS | :: | rb(:) |
Buffer into which to receive data |
|
integer, | intent(in), | CONTIGUOUS | :: | rcount(:) |
Data counts for data received from other processes Respective data offsets for data received from other processes |
|
integer, | intent(in), | CONTIGUOUS | :: | rdispl(:) |
Data counts for data received from other processes Respective data offsets for data received from other processes |
|
type(mp_comm_type), | intent(in) | :: | group |
Message passing environment identifier |