Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > ae24f40b7bfa13904fe88c7e8a88f46a > files > 1

mpi2cxx-1.0.8-2mdv2010.0.i586.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
includedir=/usr/include
libdir=/usr/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="g++"
WRAPPER_CXXFLAGS="-O2 -g -pipe -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -fomit-frame-pointer -march=i586 -mtune=generic -fasynchronous-unwind-tables"
WRAPPER_LDFLAGS=" -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro  -Wl,--as-needed -Wl,--no-undefined -Wl,-z,relro "
MPILIBNAME="mpich"
PMPILIBNAME="pmpich"
MPICXXLIBNAME="mpichcxx"
MPI_OTHERLIBS="-lpthread      -lrt   "
NEEDSPLIB="yes"
# MPIVERSION is the version of the MPICH2 library that mpicc is intended for
MPIVERSION="1.0.8"