Sophie

Sophie

distrib > Fedora > 13 > x86_64 > media > updates > by-pkgid > 6450e3a5234eb307b9105cbd6dd9910f > files > 14

mpich2-1.2.1p1-4.fc13.i686.rpm

#
# This file contains configuration information for mpicxx.  This is
# essentially just the variable-initialization part of mpicxx.
# --------------------------------------------------------------------------
# Set the default values of all variables.
#
# Directory locations: Fixed for any MPI implementation.
# Set from the directory arguments to configure (e.g., --prefix=/usr/local)
prefix=/usr
exec_prefix=/usr
sysconfdir=/etc/mpich2-i386
includedir=/usr/include/mpich2-i386
libdir=/usr/lib/mpich2/lib
#
# Default settings for compiler, flags, and libraries.
# Determined by a combination of environment variables and tests within
# configure (e.g., determining whehter -lsocket is needee)
CXX="c++"
WRAPPER_CXXFLAGS="-m32 -O2 "
WRAPPER_LDFLAGS="-Wl,-z,noexecstack "
MPILIBNAME="mpich"
PMPILIBNAME="pmpich"
MPICXXLIBNAME="mpichcxx"
MPI_OTHERLIBS=" -lpthread   -lrt   "
NEEDSPLIB="no"
# MPICH2_VERSION is the version of the MPICH2 library that mpicc is intended for
MPICH2_VERSION="1.2.1p1"