UPP (develop)
Loading...
Searching...
No Matches
COLLECT_LOC.f File Reference

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.
 

Detailed Description

Subroutine that collect gathers from all MPI tasks.

Parameters
[in]AArray being gathered.
[out]Agathered array - only valid on task 0.

Gather "A" from all MPI tasks onto task 0.

Program history log:

Date Programmer Comments
2000-01-06 Jim Tuccillo Initial
2021-06-01 George Vandenberghe 2D Decomposition
Author
Jim Tuccillo IBM
Date
2000-01-06

Definition in file COLLECT_LOC.f.

Function/Subroutine Documentation

◆ collect_all()

subroutine collect_all ( real, dimension(ista:iend,jsta:jend), intent(in)  a,
real, dimension(im,jm), intent(out)  b 
)

COLLECT_ALL()

Parameters
[in]Areal array Array being gathered.
[out]Breal array Gathered array - only valid on task 0.

Definition at line 93 of file COLLECT_LOC.f.

Referenced by cldrad().

◆ collect_loc()

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.

Parameters
[in]Areal array Array being gathered.
[out]Breal 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().