Octopus
|
Data Types | |
interface | mpi_displacements |
Functions/Subroutines | |
subroutine | mpi_displacements_int32 (recvcounts, displs) |
Compute the displacements required for (all)gather(v) and (all)scatter(v). More... | |
subroutine | mpi_displacements_int64 (recvcounts, displs) |
Compute the displacements required for (all)gather(v) and (all)scatter(v). More... | |
|
private |
Compute the displacements required for (all)gather(v) and (all)scatter(v).
[in] | recvcounts | The number of elements that are received from each process |
[out] | displs | Entry i specifies the displacement (relative to recvbuf) |
Definition at line 130 of file mpi_distribute.F90.
|
private |
Compute the displacements required for (all)gather(v) and (all)scatter(v).
[in] | recvcounts | The number of elements that are received from each process |
[out] | displs | Entry i specifies the displacement (relative to recvbuf) |
Definition at line 151 of file mpi_distribute.F90.