| 21 | | --prefix=$ISSM_DIR \ |
| 22 | | --with-wrappers=no \ |
| 23 | | --with-kml=no \ |
| 24 | | --with-bamg=no \ |
| 25 | | --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \ |
| 26 | | --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ |
| 27 | | --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \ |
| 28 | | --with-mpi-include="/data/apps/mpi/openmpi-1.8.3/gcc/4.8.3/include" \ |
| 29 | | --with-mpi-libflags="-L/data/apps/mpi/openmpi-1.8.3/gcc/4.8.3/lib -lmpi_cxx -lmpi -lmpi_usempi" \ |
| 30 | | --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ |
| 31 | | --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \ |
| 32 | | --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \ |
| 33 | | --with-numthreads=16 \ |
| 34 | | --with-fortran-lib="-L/data/apps/gcc/4.7.3/lib64 -lgfortran" \ |
| 35 | | --enable-debugging \ |
| 36 | | --enable-development |
| | 21 | --prefix=$ISSM_DIR \ |
| | 22 | --with-wrappers=no \ |
| | 23 | --with-kml=no \ |
| | 24 | --with-bamg=no \ |
| | 25 | --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \ |
| | 26 | --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ |
| | 27 | --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \ |
| | 28 | --with-mpi-include="/share/software/user/restricted/impi/2019//compilers_and_libraries_2019.0.117/linux/mpi/intel64/include" \ |
| | 29 | --with-mpi-libflags="-L/data/apps/mpi/openmpi-1.8.3/gcc/4.8.3/lib -lmpicxx -lmpifort -lmpi" \ |
| | 30 | --with-mkl-libflags="-L/share/software/user/restricted/imkl/2019/mkl/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread" \ |
| | 31 | --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \ |
| | 32 | --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \ |
| | 33 | --with-numthreads=16 \ |
| | 34 | --with-fortran-lib="-L/usr/lib/gcc/x86_64-redhat-linux/4.8.5/ -lgfortran" \ |
| | 35 | --enable-debugging |