114 | | --prefix=$ISSM_DIR\ |
115 | | --without-kriging \ |
116 | | --without-kml \ |
117 | | --without-Love \ |
118 | | --without-Sealevelchange \ |
119 | | --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \ |
120 | | --with-matlab-dir="/usr/local/matlab/" \ |
121 | | --with-mpi-include=$ISSM_DIR/externalpackages/petsc/install/include \ |
122 | | --with-mpi-libflags="-L$ISSM_DIR/externalpackages/petsc/install/lib -lmpifort -lmpi" \ |
123 | | --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ |
124 | | --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \ |
125 | | --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ |
126 | | --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \ |
127 | | --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ |
128 | | --with-fortran-lib="-L/usr/lib/gcc/x86_64-linux-gnu/4.9/ -lgfortran" \ |
129 | | --with-m1qn3-dir="$ISSM_DIR/externalpackages/m1qn3/install" \ |
130 | | --with-codipack-dir="$ISSM_DIR/externalpackages/codipack/install" \ |
131 | | --with-medipack-dir="$ISSM_DIR/externalpackages/medipack/install" \ |
132 | | --with-numthreads=20 \ |
133 | | --enable-tape-alloc \ |
134 | | --enable-development \ |
135 | | --enable-debugging |
| 114 | --prefix=$ISSM_DIR \ |
| 115 | --without-kml \ |
| 116 | --with-matlab-dir="/usr/local/MATLAB/R2021b/" \ |
| 117 | --with-triangle-dir="$ISSM_DIR/externalpackages/triangle/install" \ |
| 118 | --with-metis-dir="$ISSM_DIR/externalpackages/petsc/install" \ |
| 119 | --with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \ |
| 120 | --with-mpi-include="$ISSM_DIR/externalpackages/petsc/install/include" \ |
| 121 | --with-mpi-libflags="-L$ISSM_DIR/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort"\ |
| 122 | --with-blas-lapack-dir="$ISSM_DIR/externalpackages/petsc/install" \ |
| 123 | --with-scalapack-dir="$ISSM_DIR/externalpackages/petsc/install" \ |
| 124 | --with-mumps-dir="$ISSM_DIR/externalpackages/petsc/install" \ |
| 125 | --with-m1qn3-dir="$ISSM_DIR/externalpackages/m1qn3/install" \ |
| 126 | --with-numthreads=28 \ |
| 127 | --enable-development \ |
| 128 | --enable-debugging |