Sophie

Sophie

distrib > Mandriva > 8.2 > i586 > by-pkgid > c3d6bc4ecf979eb288b7c05d1a08236a > files > 5

mpich-1.2.2.2-4mdk.i586.rpm

#! /bin/sh
# Default compiler configuration
#
# Directory locations: Fixed for any MPI implementation
prefix=/usr
exec_prefix=${prefix}
sysconfdir=${exec_prefix}/etc
includedir=${prefix}/include
libdir=${exec_prefix}/lib
#
# Directory locations: Can change for each Fortran version
f90includedir=${includedir}
f90libdir=${libdir}
#
F90BASE=""
FLINKERBASE=""
LDFLAGSBASE=""
BASE_FFLAGS=" "
F90INC="@F90_INCDIR@"
F90MODINC="@F90MODINCFLAG@"
F90MODINCSPEC=""
USER_FFLAGS=""
#
# Linker flags
F90_LDFLAGS=""
BASE_LIB_LIST="  "
FLIB_LIST=""
FLIB_PATH_LEADER="-L"
FLIB_PATH="${libdir}"
LIB_PATH="-L${libdir} "
FLIBNAME="mpich"
MPILIBNAME="mpich"
# set to yes if the PMPI routines are in the same library with the MPI routines
# (for example, they are built with weak symbols).
MPI_WITH_PMPI="yes"
#
hasMPE="yes"
# Shared library support
SHAREDKIND=ignore
SHARED_LIB_SEARCH_PATH_LEADER=
SHARED_LIB_LOCALDIR=
sharedlibdir=
#