Changeset 20333


Ignore:
Timestamp:
03/22/16 15:45:39 (9 years ago)
Author:
glperez
Message:

BUG: removed = from cray option.

File:
1 edited

Legend:

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

    r20332 r20333  
    10741074                                        if test $PETSC_MAJOR -gt 3 || test $PETSC_MINOR -ge 3; then PETSCLIB+=" -lmetis"; fi
    10751075                                fi
    1076                                 if test "x$host_os_version"=="x3.0.101-0.31.1_1.0502.8394-cray_gem_s" ; then
     1076                                if test "x$host_os_version" = "x3.0.101-0.31.1_1.0502.8394-cray_gem_s" ; then
    10771077                                        PETSCLIB="-L$PETSC_ROOT/lib -lcraypetsc_gnu_real -lmetis"
    10781078                                fi
Note: See TracChangeset for help on using the changeset viewer.