Changeset 23611


Ignore:
Timestamp:
01/08/19 15:37:21 (6 years ago)
Author:
schlegel
Message:

CHG: compilation for JPL cluster

Location:
issm/trunk-jpl
Files:
1 added
1 edited

Legend:

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

    r23555 r23611  
    227227                        export CC=icc
    228228                        export CXX=icpc
     229                elif test $VENDOR = intel-aurora; then
     230                        export CC=icc
     231                        export CXX=icpc
     232                        export CXXFLAGS=" -O3 -D_INTEL_LINUX_ -DMPICH_IGNORE_CXX_SEEK"
     233                        export CFLAGS=" -O3 -D_INTEL_LINUX_ -DMPICH_IGNORE_CXX_SEEK"
    229234                elif test $VENDOR = intel-discover; then
    230235                        export CC=icc
Note: See TracChangeset for help on using the changeset viewer.