Changes between Version 12 and Version 13 of discover
- Timestamp:
- 03/31/25 12:19:02 (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
discover
v12 v13 49 49 {{{ 50 50 #!sh 51 export CXXFLAGS="-g -O3" 51 52 ./configure \ 52 53 --prefix=$ISSM_DIR \ … … 63 64 --with-mkl-libflags="-L/usr/local/intel/oneapi/2021/mkl/2021.4.0/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm" \ 64 65 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \ 65 --with-cxxoptflags="-O3" \66 --with-vendor=intel-discover \67 66 --enable-development \ 68 67 --enable-debugging