From 85983c7d179cf5731032c30088505c580a12cc4f Mon Sep 17 00:00:00 2001 From: eschnett Date: Fri, 22 Feb 2013 18:17:52 +0000 Subject: Update to OpenMPI 1.6.4 git-svn-id: http://svn.cactuscode.org/projects/ExternalLibraries/MPI/trunk@16 043a8217-7a68-40fe-abfd-36aa7d4fa6a8 --- configure.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'configure.sh') diff --git a/configure.sh b/configure.sh index 8c567c1..166086d 100755 --- a/configure.sh +++ b/configure.sh @@ -83,7 +83,7 @@ then # Set locations THORN=MPI - NAME=openmpi-1.6.3 + NAME=openmpi-1.6.4 SRCDIR=$(dirname $0) BUILD_DIR=${SCRATCH_BUILD}/build/${THORN} if [ -z "${MPI_INSTALL_DIR}"]; then @@ -149,7 +149,6 @@ 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} @@ -167,7 +166,6 @@ then date > ${DONE_FILE} echo "MPI: Done." - ) if (( $? )); then -- cgit v1.2.3