Changes between Version 34 and Version 35 of greenplanet
- Timestamp:
- 06/27/19 16:56:38 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
greenplanet
v34 v35 81 81 --prefix=$ISSM_DIR \ 82 82 --with-wrappers=no \ 83 --with-kriging=no \ 83 84 --with-kml=no \ 84 85 --with-bamg=no \ 86 --without-Love \ 85 87 --with-metis-dir="$ISSM_DIR/externalpackages/petsc/install" \ 86 88 --with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \ 87 89 --with-m1qn3-dir="$ISSM_DIR/externalpackages/m1qn3/install" \ 88 --with-mpi-include="/sopt/ mpi/openmpi-1.10.2/intel_16.0.2/include" \89 --with-mpi-libflags="-L/sopt/ mpi/openmpi-1.10.2/intel_16.0.2/lib -lmpi" \90 --with-mkl-libflags="-L/sopt/ Intel/compilers_and_libraries_2016.2.181/linux/mkl/lib -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm" \90 --with-mpi-include="/sopt/OpenMPI/3.1.2/intel-2018.3-slim/include" \ 91 --with-mpi-libflags="-L/sopt/OpenMPI/3.1.2/intel-2018.3-slim/lib -lmpi -lm -lmpi_mpifh" \ 92 --with-mkl-libflags="-L/sopt/MKL/2018.3/lib -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm" \ 91 93 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \ 92 94 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \ 93 --with-cxxoptflags="-O3 " \95 --with-cxxoptflags="-O3 -fPIC -std=c++11" \ 94 96 --with-vendor=intel-gp 95 97 }}}