Changeset 23555
- Timestamp:
- 12/14/18 11:59:02 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r23551 r23555 2127 2127 AC_MSG_RESULT($HAVE_KRIGING) 2128 2128 dnl }}} 2129 2130 dnl Analyses 2129 2131 AX_ANALYSES_SELECTION 2130 2132 … … 2197 2199 dnl other options 2198 2200 dnl optimization{{{ 2199 dnl bypass standard optimization -g -O2?2201 dnl -- bypass standard optimization -g -O2 -fPIC ? 2200 2202 AC_ARG_WITH([cxxoptflags], 2201 2203 AS_HELP_STRING([--with-cxxoptflags = CXXOPTFLAGS], [optimization using CXX flags, ex: --with-cxxoptflags=-march=opteron -O3]), … … 2204 2206 AC_SUBST([CXXOPTFLAGS]) 2205 2207 AC_MSG_RESULT(done) 2206 2207 2208 dnl }}} 2208 2209 dnl multithreading{{{ … … 2232 2233 dnl check that it is an integer 2233 2234 if [[ "$NUMTHREADS_VALUE" -eq "$NUMTHREADS_VALUE" 2> /dev/null ]] ; then 2234 dnl cool we have an integer 2235 dnl cool we have an integer ! 2235 2236 : 2236 2237 else
Note:
See TracChangeset
for help on using the changeset viewer.