Changeset 23555


Ignore:
Timestamp:
12/14/18 11:59:02 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: minor to trigger jenkins reconfiguration

File:
1 edited

Legend:

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

    r23551 r23555  
    21272127        AC_MSG_RESULT($HAVE_KRIGING)
    21282128        dnl }}}
     2129       
     2130        dnl Analyses
    21292131        AX_ANALYSES_SELECTION
    21302132
     
    21972199        dnl other options
    21982200        dnl optimization{{{
    2199         dnl bypass standard optimization -g -O2 ?
     2201        dnl -- bypass standard optimization -g -O2 -fPIC ?
    22002202        AC_ARG_WITH([cxxoptflags],
    22012203          AS_HELP_STRING([--with-cxxoptflags = CXXOPTFLAGS], [optimization using CXX flags, ex: --with-cxxoptflags=-march=opteron -O3]),
     
    22042206        AC_SUBST([CXXOPTFLAGS])
    22052207        AC_MSG_RESULT(done)
    2206 
    22072208        dnl }}}
    22082209        dnl multithreading{{{
     
    22322233        dnl check that it is an integer
    22332234        if [[ "$NUMTHREADS_VALUE" -eq   "$NUMTHREADS_VALUE" 2> /dev/null ]] ; then
    2234          dnl cool we have an integer
     2235         dnl cool we have an integer !
    22352236         :
    22362237        else
Note: See TracChangeset for help on using the changeset viewer.