Changeset 14331


Ignore:
Timestamp:
02/07/13 16:17:00 (12 years ago)
Author:
Mathieu Morlighem
Message:

NEW: check for intel compilers (icc icpc) first as they are faster than gcc and g++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/configure.ac

    r14308 r14331  
    99
    1010#Compilers
    11 AC_PROG_CC([cccl cl icl gcc])
     11AC_PROG_CC([icc cccl cl icl gcc])
    1212AC_PROG_CPP
    13 AC_PROG_CXX([cccl cl icl g++])
     13AC_PROG_CXX([icpc cccl cl icl g++])
    1414AC_PROG_F77([ifort g77 gfortran])
    1515
Note: See TracChangeset for help on using the changeset viewer.