| 86 | Use the following configuration script (adapt to your needs): |
| 87 | |
| 88 | {{{ |
| 89 | #!sh |
| 90 | ./configure \ |
| 91 | --prefix=$ISSM_DIR \ |
| 92 | --with-wrappers=no \ |
| 93 | --with-kml=no \ |
| 94 | --with-bamg=no \ |
| 95 | --with-metis-dir=$ISSM_DIR/externalpackages/metis/install \ |
| 96 | --with-petsc-dir=$ISSM_DIR/externalpackages/petsc/install \ |
| 97 | --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \ |
| 98 | --with-mpi-include="/sopt/mpi/openmpi-1.5.4_psm/intel/include/" \ |
| 99 | --with-mpi-libflags="-L/sopt/mpi/openmpi-1.5.4_psm/intel/lib/ -lmpi -lmpi_f77" \ |
| 100 | --with-mkl-dir=/opt/intel/mkl/10.2.4.032/ \ |
| 101 | --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install/ \ |
| 102 | --with-scalapack-dir=$ISSM_DIR/externalpackages/petsc/install/ \ |
| 103 | --with-cxxoptflags="-O3" \ |
| 104 | --with-vendor=intel-gp |
| 105 | }}} |