UPP (develop)
|
Subroutine that collect gathers from all MPI tasks. More...
Go to the source code of this file.
Functions/Subroutines | |
subroutine | collect_all (a, b) |
COLLECT_ALL() | |
subroutine | collect_loc (a, b) |
COLLECT_LOC. | |
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 | ||
) |
COLLECT_ALL()
[in] | A | real array Array being gathered. |
[out] | B | real array Gathered array - only valid on task 0. |
Definition at line 93 of file COLLECT_LOC.f.
Referenced by cldrad().
subroutine collect_loc | ( | real, dimension(ista_2l:iend_2u,jsta_2l:jend_2u), intent(in) | a, |
real, dimension(im,jm), intent(out) | b | ||
) |
COLLECT_LOC.
[in] | A | real array Array being gathered. |
[out] | B | real array Gathered array - only valid on task 0. |
Definition at line 22 of file COLLECT_LOC.f.
Referenced by initpost(), initpost_gfs_nems_mpiio(), initpost_mpas(), and initpost_nems().