F. Parallel_Utilities Module Code Listing

The main documentation of the Parallel_Utilities Module contains additional explanation of this code listing.

!
! Author: Michael L. Hall
!         P.O. Box 1663, MS-D409, LANL
!         Los Alamos, NM 87545
!         ph: 505-665-4312
!         email: Hall@LANL.gov
! 
! Created on: 09/25/02
! CVS Info:   $Id: parallel_utilities.F90,v 1.3 2004/01/07 23:48:04 hall Exp $

module Caesar_Parallel_Utilities_Module

  ! Global use associations.

  use Caesar_Mathematics_Class
  use Caesar_Timer_Class

  ! Start up with everything untyped and public.
  ! Note: this module contains no private information.

  implicit none
  public

end module Caesar_Parallel_Utilities_Module



Subsections

Michael L. Hall