Changeset 9825


Ignore:
Timestamp:
09/16/11 16:28:23 (14 years ago)
Author:
Mathieu Morlighem
Message:

Added petsc 3.2

Location:
issm/trunk/externalpackages/petsc
Files:
4 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/externalpackages/petsc/install.sh

    r6913 r9825  
    66#version of petsc?
    77version='3.1-p7' #default for now! (nightly runs)
     8#version='3.2-p2'
    89#version='2.3.2-p3';
    910
     
    1819
    1920#Move petsc to install directory or src depending on the version
    20 if [[ $version == "3.1-p7" ]]
     21if [[ $version != "2.3.2-p3" ]]
    2122then   
    2223        mv petsc-$version/* src/
Note: See TracChangeset for help on using the changeset viewer.