output_aur_workers Module Procedure

module procedure output_aur_workers module subroutine output_aur_workers(iver)

SEND COMPLETE DATA FROM WORKERS TO ROOT PROCESS FOR OUTPUT. NO GHOST CELLS (I HOPE) The mpi'd dimensions are 2 and 3 so lwave needs to be permuted to the first dimension for the canned routines to work.

Arguments

Type IntentOptional AttributesName
real(kind=wp), intent(in), dimension(:,:,:):: iver

Calls

proc~~output_aur_workers~~CallsGraph proc~output_aur_workers output_aur_workers interface~gather_send gather_send proc~output_aur_workers->interface~gather_send interface~gather_send3d_23 gather_send3D_23 interface~gather_send->interface~gather_send3d_23 interface~gather_send4d_23 gather_send4D_23 interface~gather_send->interface~gather_send4d_23 interface~gather_send2d_23 gather_send2D_23 interface~gather_send->interface~gather_send2d_23 proc~gather_send3d_23 gather_send3D_23 interface~gather_send3d_23->proc~gather_send3d_23 proc~gather_send4d_23 gather_send4D_23 interface~gather_send4d_23->proc~gather_send4d_23 proc~gather_send2d_23 gather_send2D_23 interface~gather_send2d_23->proc~gather_send2d_23 mpi_send mpi_send proc~gather_send4d_23->mpi_send proc~gather_send2d_23->mpi_send proc~gather_send3d_23->mpi_send

Called by

proc~~output_aur_workers~~CalledByGraph proc~output_aur_workers output_aur_workers interface~output_aur_workers output_aur_workers interface~output_aur_workers->proc~output_aur_workers proc~output_aur output_aur proc~output_aur->interface~output_aur_workers interface~output_aur output_aur interface~output_aur->proc~output_aur program~gemini3d Gemini3D program~gemini3d->interface~output_aur

Contents

None