Changes between Version 34 and Version 35 of greenplanet


Ignore:
Timestamp:
06/27/19 16:56:38 (6 years ago)
Author:
tsantos
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • greenplanet

    v34 v35  
    8181 --prefix=$ISSM_DIR \
    8282 --with-wrappers=no \
     83 --with-kriging=no \
    8384 --with-kml=no \
    8485 --with-bamg=no \
     86 --without-Love \
    8587 --with-metis-dir="$ISSM_DIR/externalpackages/petsc/install" \
    8688 --with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \
    8789 --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" \
    9193 --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    9294 --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \
    93  --with-cxxoptflags="-O3" \
     95 --with-cxxoptflags="-O3 -fPIC -std=c++11" \
    9496 --with-vendor=intel-gp
    9597}}}