Changeset 9837


Ignore:
Timestamp:
09/19/11 11:37:33 (14 years ago)
Author:
Mathieu Morlighem
Message:

Readded support for petsc 3.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/m4/issm_options.m4

    r9829 r9837  
    393393                        ;;
    394394                        *linux*)
    395                         if test "$PETSC_" = "2" ; then
     395                        if test "$PETSC_VERSION" = "2.3" ; then
    396396                        PETSCLIB="-L$PETSC_ROOT/$PETSC_ARCH/lib -L$PETSC_ROOT/lib -L$PETSC_ROOT/lib/$PETSC_ARCH -lpetscksp -lpetscdm -lpetscmat -lpetscvec -lpetsc  -lpetscsnes -lpetscts"
    397397                        fi
     
    626626                HAVE_MUMPS=yes
    627627                MUMPSINCL=-I"$MUMPS_ROOT/include"
    628                 if test "$PETSC_VERSION" = "2" ; then
     628                if test "$PETSC_VERSION" = "2.3" ; then
    629629                MUMPSLIB=-L"$MUMPS_ROOT/lib -ldmumps -lcmumps  -lpord "
    630630                else
Note: See TracChangeset for help on using the changeset viewer.