Changeset 20329


Ignore:
Timestamp:
03/22/16 09:59:38 (9 years ago)
Author:
bdef
Message:

CHG:adding a test to specify the good petsc library name on UIB Hexagon

File:
1 edited

Legend:

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

    r20323 r20329  
    10741074                                        if test $PETSC_MAJOR -gt 3 || test $PETSC_MINOR -ge 3; then PETSCLIB+=" -lmetis"; fi
    10751075                                fi
     1076                                if test "$host_os_version"=="3.0.101-0.31.1_1.0502.8394-cray_gem_s" ; then
     1077                                        PETSCLIB="-L$PETSC_ROOT/lib -lcraypetsc_gnu_real -lmetis"
     1078                                fi
    10761079                                ;;
    10771080                                *darwin*)
Note: See TracChangeset for help on using the changeset viewer.