From a5a065d174157d4e807eedcc220cce15c5eed4d6 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Sat, 13 Oct 2012 15:28:32 -0400 Subject: [PATCH] Updated MPICH2 to version 1.5. --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index f2441001cf..72694ad7f6 100644 --- a/src/Makefile +++ b/src/Makefile @@ -27,7 +27,7 @@ PETSC = no # External Library Paths #=============================================================================== -MPI_DIR = /opt/mpich2/1.5rc3-$(COMPILER) +MPI_DIR = /opt/mpich2/1.5-$(COMPILER) HDF5_DIR = /opt/hdf5/1.8.9-$(COMPILER) PETSC_DIR = /opt/petsc/3.3-$(COMPILER)