Changeset 24962
- Timestamp:
- 06/03/20 17:22:28 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/m4/issm_options.m4
r24945 r24962 290 290 export CXXFLAGS="-O3 -march=corei7-avx" 291 291 export CFLAGS="-O3 -march=corei7-avx" 292 elif test "${VENDOR}" == "intel-pleiades-icpc"; then 293 export CXXFLAGS="-g -O3 -ipo -axAVX -ipo -no-inline-min-size -inline-max-size=345 -no-inline-max-total-size -no-inline-max-per-routine -no-inline-max-per-compile -restrict" 294 export CFLAGS="-g -O3 -ipo -axAVX -ipo -no-inline-min-size -inline-max-size=345 -no-inline-max-total-size -no-inline-max-per-routine -no-inline-max-per-compile -restrict" 295 AC_DEFINE([_HAVE_RESTRICT_], [1], [with restrict buffers]) 292 296 else 293 297 AC_MSG_ERROR([unknown compiler vendor!])
Note:
See TracChangeset
for help on using the changeset viewer.