updated versions of mpi and petsc

This commit is contained in:
Bryan Herman 2014-04-04 23:29:35 -04:00
parent d400cbcf09
commit 3ad1bd2f20
2 changed files with 4 additions and 4 deletions

View file

@ -134,7 +134,7 @@ variables should be set if the default paths are incorrect:
* **MPI_DIR** - The path to the MPI directory.
* Default - */opt/mpich/3.0.4-gnu*
* Default - */opt/mpich/3.1-gnu*
* **HDF5_DIR** - The path to the HDF5 directory.
@ -146,7 +146,7 @@ variables should be set if the default paths are incorrect:
* **PETSC_DIR** - The path to the PETSc directory.
* Default - */opt/petsc/3.4.3-gnu*
* Default - */opt/petsc/3.4.4-gnu*
To run the full test suite, the following command can be executed in the
tests directory:

View file

@ -28,10 +28,10 @@ parser.add_option('-p', '--print', action="store_true",
# Default compiler paths
FC='gfortran'
MPI_DIR='/opt/mpich/3.0.4-gnu'
MPI_DIR='/opt/mpich/3.1-gnu'
HDF5_DIR='/opt/hdf5/1.8.12-gnu'
PHDF5_DIR='/opt/phdf5/1.8.12-gnu'
PETSC_DIR='/opt/petsc/3.4.3-gnu'
PETSC_DIR='/opt/petsc/3.4.4-gnu'
# Override default compiler paths if environmental vars are found
if os.environ.has_key('FC'):