blob: 439db34f608f3fa5ec9a5075d7034013a2721f44 [file] [log] [blame]
c---------------------------------------------------------------------
c---------------------------------------------------------------------
include 'mpif.h'
integer node, no_nodes, total_nodes, root, comm_setup,
> comm_solve, comm_rhs, dp_type
logical active
common /mpistuff/ node, no_nodes, total_nodes, root, comm_setup,
> comm_solve, comm_rhs, dp_type, active
integer DEFAULT_TAG
parameter (DEFAULT_TAG = 0)