SCALE-RM
Data Types | Modules | Functions/Subroutines | Variables
scale_comm_cartesC.F90 File Reference
#include "scalelib.h"
Include dependency graph for scale_comm_cartesC.F90:

Go to the source code of this file.

Modules

module  scale_comm_cartesc
 module COMMUNICATION
 

Functions/Subroutines

subroutine, public scale_comm_cartesc::comm_setup
 Setup. More...
 
subroutine, public scale_comm_cartesc::comm_vars_init (varname, var, vid)
 Register variables. More...
 
subroutine, public scale_comm_cartesc::comm_vars8_init (varname, var, vid)
 Register variables. More...
 
subroutine scale_comm_cartesc::comm_horizontal_mean_3d (varmean, var)
 calculate horizontal mean (global total with communication) 3D More...
 
subroutine scale_comm_cartesc::comm_gather_2d (recv, send, gIA, gJA)
 Get data from whole process value in 2D field. More...
 
subroutine scale_comm_cartesc::comm_gather_3d (recv, send, gIA, gJA, gKA)
 Get data from whole process value in 3D field. More...
 
subroutine scale_comm_cartesc::comm_bcast_scr_sp (var)
 Broadcast data for whole process value in scalar field. More...
 
subroutine scale_comm_cartesc::comm_bcast_scr_dp (var)
 
subroutine scale_comm_cartesc::comm_bcast_1d_sp (var, gIA)
 Broadcast data for whole process value in 1D field. More...
 
subroutine scale_comm_cartesc::comm_bcast_1d_dp (var, gIA)
 
subroutine scale_comm_cartesc::comm_bcast_2d_sp (var, gIA, gJA)
 Broadcast data for whole process value in 2D field. More...
 
subroutine scale_comm_cartesc::comm_bcast_2d_dp (var, gIA, gJA)
 
subroutine scale_comm_cartesc::comm_bcast_3d_sp (var, gIA, gJA, gKA)
 Broadcast data for whole process value in 3D field. More...
 
subroutine scale_comm_cartesc::comm_bcast_3d_dp (var, gIA, gJA, gKA)
 
subroutine scale_comm_cartesc::comm_bcast_4d_sp (var, gIA, gJA, gKA, gTime)
 Broadcast data for whole process value in 4D field. More...
 
subroutine scale_comm_cartesc::comm_bcast_4d_dp (var, gIA, gJA, gKA, gTime)
 
subroutine scale_comm_cartesc::comm_bcast_int_scr (var)
 Broadcast data for whole process value in scalar (integer) More...
 
subroutine scale_comm_cartesc::comm_bcast_int_1d (var, gIA)
 Broadcast data for whole process value in 1D field (integer) More...
 
subroutine scale_comm_cartesc::comm_bcast_int_2d (var, gIA, gJA)
 Broadcast data for whole process value in 2D field (integer) More...
 
subroutine scale_comm_cartesc::comm_bcast_logical_scr (var)
 Broadcast data for whole process value in scalar (logical) More...
 
subroutine scale_comm_cartesc::comm_bcast_character (var)
 Broadcast data for whole process value in character. More...
 
subroutine scale_comm_cartesc::vars_init_mpi_pc (var, vid, seqid)
 
subroutine scale_comm_cartesc::vars8_init_mpi_pc (var, vid, seqid)
 
subroutine scale_comm_cartesc::vars_3d_mpi (var, vid)
 
subroutine scale_comm_cartesc::vars8_3d_mpi (var, vid)
 
subroutine scale_comm_cartesc::vars_2d_mpi (var, vid)
 
subroutine scale_comm_cartesc::vars8_2d_mpi (var, vid)
 
subroutine scale_comm_cartesc::vars_3d_mpi_pc (var, vid)
 
subroutine scale_comm_cartesc::wait_3d_mpi (var, vid)
 
subroutine scale_comm_cartesc::wait_2d_mpi (var, vid)
 
subroutine scale_comm_cartesc::wait_3d_mpi_pc (var, vid)
 
subroutine scale_comm_cartesc::pack_3d (var, vid)
 
subroutine scale_comm_cartesc::copy_boundary_2d (var)
 
subroutine, public scale_comm_cartesc::comm_cleanup
 

Variables

integer, public scale_comm_cartesc::comm_datatype
 datatype of variable More...
 
integer, public scale_comm_cartesc::comm_world
 communication world ID More...