| 81 | | --prefix=$ISSM_DIR \ |
| 82 | | --with-wrappers=no \ |
| 83 | | --with-kml=no \ |
| 84 | | --with-bamg=no \ |
| 85 | | --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \ |
| 86 | | --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ |
| 87 | | --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \ |
| 88 | | --with-mpi-include="/data/apps/mpi/openmpi-1.8.3/gcc/4.8.3/include" \ |
| 89 | | --with-mpi-libflags="-L/data/apps/mpi/openmpi-1.8.3/gcc/4.8.3/lib -lmpi_cxx -lmpi" \ |
| 90 | | --with-blas-lapack-dir=$ISSM_DIR/externalpackages/petsc/install \ |
| 91 | | --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \ |
| 92 | | --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \ |
| 93 | | --with-numthreads=16 \ |
| 94 | | --with-fortran-lib="-L/data/apps/gcc/4.7.3/lib64 -lgfortran" \ |
| 95 | | --enable-debugging \ |
| 96 | | --enable-development |
| | 79 | --prefix=$ISSM_DIR \ |
| | 80 | --with-wrappers=no \ |
| | 81 | --with-kml=no \ |
| | 82 | --with-bamg=no \ |
| | 83 | --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \ |
| | 84 | --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ |
| | 85 | --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \ |
| | 86 | --with-mpi-include="/opt/apps/intel11_1/mvapich2/1.6/include/" \ |
| | 87 | --with-mpi-libflags="-L/opt/apps/intel11_1/mvapich2/1.6/lib/ -lmpich" \ |
| | 88 | --with-mkl-dir="$TACC_MKL_LIB" \ |
| | 89 | --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \ |
| | 90 | --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \ |
| | 91 | --with-vendor="intel-lonestar"\ |
| | 92 | --with-numthreads=2 \ |
| | 93 | --enable-debugging \ |
| | 94 | --enable-development |