/*
 * par library for serial GENESIS
 *
 * Written by Greg Hood (ghood@psc.edu), 10 Aug 2005
 * Copyright (c) 2005 Pittsburgh Supercomputing Center
 * Released under the GNU Library General Public License.
 */

#ifndef PAR_EXT_H
#define PAR_EXT_H

/* functions to initialize/finalize interprocess communication */
extern void            InitPar();
extern void            FinalizePar();

#endif /* PAR_EXT_H */