From 6df6211782f331a33a4a70747d51068bdee49bc4 Mon Sep 17 00:00:00 2001 From: eschnett Date: Tue, 25 Sep 2012 17:43:41 +0000 Subject: Upgrade to OpenMPI 1.6.2 git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/MPI/trunk@10 043a8217-7a68-40fe-abfd-36aa7d4fa6a8 --- configure.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.sh') diff --git a/configure.sh b/configure.sh index c4a0372..946bbf8 100644 --- a/configure.sh +++ b/configure.sh @@ -75,8 +75,7 @@ then # Set locations THORN=MPI - NAME=openmpi-1.6 - #NAME=openmpi-1.6.1 + NAME=openmpi-1.6.2 SRCDIR=$(dirname $0) BUILD_DIR=${SCRATCH_BUILD}/build/${THORN} if [ -z "${MPI_INSTALL_DIR}"]; then @@ -136,6 +135,7 @@ then echo "MPI: Unpacking archive..." pushd ${BUILD_DIR} ${TAR?} xzf ${SRCDIR}/dist/${NAME}.tar.gz + ${PATCH?} -p0 < ${SRCDIR}/dist/default_outfile.diff echo "MPI: Configuring..." cd ${NAME} -- cgit v1.2.3