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
RevLine 
[20498]1Index: ../trunk-jpl/m4/issm_options.m4
2===================================================================
3--- ../trunk-jpl/m4/issm_options.m4 (revision 20328)
4+++ ../trunk-jpl/m4/issm_options.m4 (revision 20329)
5@@ -1073,6 +1073,9 @@
6 PETSCLIB="-L$PETSC_ROOT/lib -lpetsc -ldl"
7 if test $PETSC_MAJOR -gt 3 || test $PETSC_MINOR -ge 3; then PETSCLIB+=" -lmetis"; fi
8 fi
9+ if test "$host_os_version"=="3.0.101-0.31.1_1.0502.8394-cray_gem_s" ; then
10+ PETSCLIB="-L$PETSC_ROOT/lib -lcraypetsc_gnu_real -lmetis"
11+ fi
12 ;;
13 *darwin*)
14 if test $PETSC_MAJOR -lt 3 ; then
Note: See TracBrowser for help on using the repository browser.