Changeset 11068


Ignore:
Timestamp:
12/29/11 12:00:45 (13 years ago)
Author:
Eric.Larour
Message:

Update for windows port: activated minor and major of PETSC detection
even when running in serial mode compile only.

File:
1 edited

Legend:

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

    r11066 r11068  
    409409        fi
    410410
    411         if test "$PARALLEL_VALUE" = "yes" ; then
     411        dnl if test "$PARALLEL_VALUE" = "yes" ; then
    412412                AC_MSG_CHECKING(for petsc version)
    413413                PETSC_MAJOR=`cat $PETSC_ROOT/include/petscversion.h | grep "#define PETSC_VERSION_MAJOR" | sed 's/#define PETSC_VERSION_MAJOR//' | sed 's/ //g'`
     
    416416                AC_DEFINE_UNQUOTED([_PETSC_MINOR_],$PETSC_MINOR,[ Petsc version minor])
    417417                AC_MSG_RESULT($PETSC_MAJOR.$PETSC_MINOR)
    418         fi
     418        dnl fi
    419419       
    420420               
Note: See TracChangeset for help on using the changeset viewer.