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

Subroutine that collect gathers from all MPI tasks. More...

Go to the source code of this file.

Functions/Subroutines

subroutine collect (a, b)
 COLLECT() Subroutine that collect gathers from all MPI tasks.
 

Detailed Description

Subroutine that collect gathers from all MPI tasks.

Parameters
[in]AArray being gathered.
[out]Bgathered 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
Author
Jim Tuccillo IBM
Date
2000-01-06

Definition in file COLLECT.f.

Function/Subroutine Documentation

◆ collect()

subroutine collect ( real, dimension ( im, jm ), intent(in)  a,
real, dimension ( im, jm ), intent(out)  b 
)

COLLECT() Subroutine that collect gathers from all MPI tasks.

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

Definition at line 21 of file COLLECT.f.