Changes between Version 13 and Version 14 of lonestar
- Timestamp:
- 01/11/19 18:48:30 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
lonestar
v13 v14 59 59 export ISSM_DIR=PATHTOTRUNK 60 60 source $ISSM_DIR/etc/environment.sh 61 62 module load intel/16.0.1 61 63 }}} 62 64 … … 83 85 --with-mpi-include="/opt/cray/pe/mpt/7.7.3/gni/mpich-intel/16.0/include/" \ 84 86 --with-mpi-libflags="-L/opt/cray/pe/mpt/7.7.3/gni/mpich-intel/16.0/lib/ -lmpich" \ 85 --with-mkl-libflags="-L /opt/apps/intel/16.0.1.150/compilers_and_libraries_2016.1.150/linux/mkl/lib/intel64-lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm" \87 --with-mkl-libflags="-L$TACC_MKL_LIB -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm" \ 86 88 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \ 87 89 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \