From faede29736823672ae5264e5630dfee6929ef216 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 21 Feb 2013 20:37:36 -0500 Subject: [PATCH] Update library directories. --- src/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile b/src/Makefile index 5b4836f93..d31c2d130 100644 --- a/src/Makefile +++ b/src/Makefile @@ -28,9 +28,9 @@ PETSC = no # External Library Paths #=============================================================================== -MPI_DIR = /opt/mpich2/1.5-$(COMPILER) -HDF5_DIR = /opt/hdf5/1.8.9-$(COMPILER) -PETSC_DIR = /opt/petsc/3.3-$(COMPILER) +MPI_DIR = /opt/mpich/3.0.2-$(COMPILER) +HDF5_DIR = /opt/hdf5/1.8.10-$(COMPILER) +PETSC_DIR = /opt/petsc/3.3-p6-$(COMPILER) #=============================================================================== # Add git SHA-1 hash