From 293b97e8d167876de31e695ecb32d260b506a1e0 Mon Sep 17 00:00:00 2001 From: eschnett Date: Thu, 4 Jul 2013 20:43:13 +0000 Subject: Update OpenMPI to 1.6.5 git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/MPI/trunk@35 043a8217-7a68-40fe-abfd-36aa7d4fa6a8 --- configure.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'configure.sh') diff --git a/configure.sh b/configure.sh index 1738d9b..8c5e0c5 100755 --- a/configure.sh +++ b/configure.sh @@ -87,7 +87,8 @@ then # Set locations THORN=MPI - NAME=openmpi-1.6.4 + NAME=openmpi-1.6.5 + #NAME=openmpi-1.7.1 SRCDIR=$(dirname $0) BUILD_DIR=${SCRATCH_BUILD}/build/${THORN} if [ -z "${MPI_INSTALL_DIR}"]; then @@ -153,7 +154,7 @@ then echo "MPI: Unpacking archive..." pushd ${BUILD_DIR} ${TAR?} xzf ${SRCDIR}/dist/${NAME}.tar.gz - ${PATCH?} -p0 < ${SRCDIR}/dist/default_outfile.patch + ${PATCH?} -p0 < ${SRCDIR}/dist/default_outfile-1.6.5.patch echo "MPI: Configuring..." cd ${NAME} -- cgit v1.2.3