10.2.1 Initialize_Communication Procedure

The Initialize_Communication procedure sets up and initializes the communication scheme for the CÆSAR Code Package. Once it has been called, the global communication variables are defined and available via use association. This routine should be called whether or not a parallel run is being done.

Calling syntax:

call Initialize (Communication)

Input/Output variable:

 Communication  The Communication object to be initialized.

The Initialize_Communication code listing contains additional documentation.



Michael L. Hall