|
UPP (upp-srw-2.2.0)
|
Subroutine that collect gathers from all MPI tasks. More...
Go to the source code of this file.
Functions/Subroutines | |
| subroutine | collect_all (a, b) |
| subroutine | collect_loc (a, b) |
Subroutine that collect gathers from all MPI tasks.
| [in] | A | Array being gathered. |
| [out] | A | gathered array - only valid on task 0. |
Gather "A" from all MPI tasks onto task 0.
| Date | Programmer | Comments |
|---|---|---|
| 2000-01-06 | Jim Tuccillo | Initial |
| 2021-06-01 | George Vandenberghe | 2D Decomposition |
Definition in file COLLECT_LOC.f.
| subroutine collect_all | ( | real, dimension(ista:iend,jsta:jend), intent(in) | a, |
| real, dimension(im,jm), intent(out) | b | ||
| ) |
Definition at line 82 of file COLLECT_LOC.f.
| subroutine collect_loc | ( | real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(in) | a, |
| real, dimension(im,jm), intent(out) | b | ||
| ) |
Definition at line 16 of file COLLECT_LOC.f.