115 | | --prefix=$ISSM_DIR \ |
116 | | --without-kml \ |
117 | | --with-matlab-dir="/usr/local/MATLAB/R2021b" \ |
118 | | --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ |
119 | | --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ |
120 | | --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ |
121 | | --with-mpi-include=$ISSM_DIR/externalpackages/petsc/install/include \ |
122 | | --with-mpi-libflags="-L$ISSM_DIR/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort"\ |
123 | | --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ |
124 | | --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \ |
125 | | --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \ |
126 | | --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \ |
127 | | --with-numthreads=32 \ |
128 | | --enable-development \ |
129 | | --enable-debugging |
| 115 | --prefix=$ISSM_DIR\ |
| 116 | --without-kriging \ |
| 117 | --without-kml \ |
| 118 | --without-Love \ |
| 119 | --without-Sealevelchange \ |
| 120 | --with-gsl-dir=$ISSM_DIR/externalpackages/gsl/install \ |
| 121 | --with-matlab-dir="/usr/local/MATLAB/R2021b" \ |
| 122 | --with-mpi-include=$ISSM_DIR/externalpackages/petsc/install/include \ |
| 123 | --with-mpi-libflags="-L$ISSM_DIR/externalpackages/petsc/install/lib -lmpi -lmpicxx -lmpifort"\ |
| 124 | --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ |
| 125 | --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \ |
| 126 | --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ |
| 127 | --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \ |
| 128 | --with-triangle-dir=$ISSM_DIR/externalpackages/triangle/install \ |
| 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=32 \ |
| 133 | --enable-tape-alloc \ |
| 134 | --enable-development \ |
| 135 | --enable-debugging |