FV3DYCORE  Version1.0.0
fv_mp_mod Module Reference

The module 'fv_mp_mod' is a single program multiple data (SPMD) parallel decompostion/communication module. More...

Variables

integer, public masterproc = 0
 
integer, public gid = 0
 
integer, parameter, public ng = 3
 

Detailed Description

The module 'fv_mp_mod' is a single program multiple data (SPMD) parallel decompostion/communication module.

Variable Documentation

◆ gid

integer, public fv_mp_mod::gid = 0

Definition at line 2715 of file fv_mp_mod.F90.

◆ masterproc

integer, public fv_mp_mod::masterproc = 0

Definition at line 2714 of file fv_mp_mod.F90.

◆ ng

integer, parameter, public fv_mp_mod::ng = 3

Definition at line 2716 of file fv_mp_mod.F90.