Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > a5468e4f0a18dfe3702f006afa0fe73f > files > 1

mpi2cc-1.0.5-3mdv2008.1.x86_64.rpm

# This file contains configuration information for mpicc.  This is
# essentially just the variable-initialization part of mpicc.
# --------------------------------------------------------------------------
# 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/lib64
#
# 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)
CC="x86_64-mandriva-linux-gnu-gcc"
MPI_CFLAGS="-O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 "
MPI_LDFLAGS="  "
MPILIBNAME="mpich"
PMPILIBNAME="pmpich"
MPI_OTHERLIBS="-lpthread      -lrt   "
NEEDSPLIB="yes"
# MPIVERSION is the version of the MPICH2 library that mpicc is intended for
MPIVERSION="1.0.5"