Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
f621f08b64cb061133d7d2cdfef002439a0d9d0d
[simgrid.git] / examples / smpi / NAS / BT / mpinpb.h
1
2 c---------------------------------------------------------------------
3 c---------------------------------------------------------------------
4
5       include 'mpif.h'
6
7       integer           node, no_nodes, total_nodes, root, comm_setup, 
8      >                  comm_solve, comm_rhs, dp_type
9       logical           active
10       common /mpistuff/ node, no_nodes, total_nodes, root, comm_setup, 
11      >                  comm_solve, comm_rhs, dp_type, active
12