source: issm/oecreview/Archive/19101-20495/ISSM-20328-20329.diff

Last change on this file was 20498, checked in by Mathieu Morlighem, 9 years ago

CHG: done with Archive/19101-20495

File size: 597 bytes
  • ../trunk-jpl/m4/issm_options.m4

     
    10731073                                        PETSCLIB="-L$PETSC_ROOT/lib -lpetsc -ldl"
    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*)
    10781081                                if test $PETSC_MAJOR -lt 3 ; then
Note: See TracBrowser for help on using the repository browser.