mirror of
https://github.com/PhasicFlow/phasicFlow.git
synced 2025-07-08 03:07:03 +00:00
27 lines
882 B
C
27 lines
882 B
C
/*****************************************************************************
|
|
* CVS File Information :
|
|
* $RCSfile$
|
|
* Author: kddevin $
|
|
* Date: 2008/09/26 03:29:02 $
|
|
* Revision: 1.2 $
|
|
****************************************************************************/
|
|
/* mpi_config.h generated by Karen Devine 1 March 2005 */
|
|
/* For now, just manually define the values. We may do
|
|
* something more intelligent later (particularly wrt fortran mangling)
|
|
* based on Mitchell's F90 interface for Zoltan.
|
|
*
|
|
* Only values that appear to actually be used in the code are defined here.
|
|
*/
|
|
|
|
/* C equivalent of FORTRAN DOUBLE PRECISION */
|
|
#define MPI_FORTRAN_DOUBLE double
|
|
|
|
/* C equivalent of FORTRAN INTEGER */
|
|
#define MPI_FORTRAN_INTEGER int
|
|
|
|
/* Mangling template */
|
|
#define MPI_FORTRAN_MANGLING_PATTERNS "_"
|
|
|
|
/* Version number of package */
|
|
#define SIMPI_VERSION 0.1a9
|