206 | | ./configure \ |
207 | | --prefix=$ISSM_DIR \ |
208 | | --enable-standalone-libraries \ |
209 | | --with-wrappers=no \ |
210 | | --without-Love \ |
211 | | --without-Sealevelchange \ |
212 | | --without-kriging \ |
213 | | --with-mpi-include=" " \ |
214 | | --with-mpi-libflags=" -lmpi" \ |
215 | | --with-fortran-lib="-L/nasa/intel/Compiler/2018.3.222/compilers_and_libraries_2018.3.222/linux/compiler/lib/intel64_lin/ -lifcore -lifport -lifcoremt_pic -limf -lsvml -lm -lipgo -lirc -lgcc_s -lirc_s -lstdc++ -lquadmath -ldl" \ |
216 | | --with-cxxoptflags="-g -Ofast -wd2196" \ |
217 | | --with-mkl-libflags="-L$MKL_ROOT/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm" \ |
218 | | --with-metis-dir=$ISSM_DIR/externalpackages/petsc/install \ |
219 | | --with-scalapack-lib="/nasa/intel/Compiler/2018.3.222/mkl/lib/intel64/libmkl_scalapack_lp64.so /nasa/intel/Compiler/2018.3.222/mkl/lib/intel64/libmkl_blacs_intelmpi_lp64.so" \ |
220 | | --with-mumps-dir=$ISSM_DIR/externalpackages/petsc/install \ |
221 | | --with-m1qn3-dir=$ISSM_DIR/externalpackages/m1qn3/install \ |
222 | | --with-codipack-dir="$ISSM_DIR/externalpackages/codipack/install" \ |
223 | | --with-medipack-dir="$ISSM_DIR/externalpackages/medipack/install" \ |
224 | | --enable-tape-alloc \ |
225 | | --enable-development |
| 206 | export CXXFLAGS="-g -Ofast" |
| 207 | export CFLAGS="-g -Ofast" |
| 208 | |
| 209 | ./configure \ |
| 210 | --prefix=$ISSM_DIR \ |
| 211 | --with-wrappers=no \ |
| 212 | --without-Love \ |
| 213 | --without-Sealevelchange \ |
| 214 | --without-kriging \ |
| 215 | --with-mpi-include="-I${MPI_ROOT}/include " \ |
| 216 | --with-mpi-libflags="-L${MPI_ROOT}/lib -lmpi" \ |
| 217 | --with-parmetis-dir=${PETSC_DIR} \ |
| 218 | --with-metis-dir=${PETSC_DIR} \ |
| 219 | --with-mumps-dir=${PETSC_DIR} \ |
| 220 | --with-mkl-libflags="-L${MKLROOT}/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_blacs_sgimpt_lp64 -lmkl_core -lpthread -lm" \ |
| 221 | --with-m1qn3-dir="${ISSM_DIR}/externalpackages/m1qn3/install" \ |
| 222 | --with-codipack-dir="$ISSM_DIR/externalpackages/codipack/install" \ |
| 223 | --with-medipack-dir="$ISSM_DIR/externalpackages/medipack/install" \ |
| 224 | --enable-tape-alloc \ |
| 225 | --with-fortran-lib="-L${MKLROOT}/../compiler/lib/intel64_lin -lifcore -lifport -lgfortran" \ |
| 226 | --with-cxxoptflags="-g -Ofast -wd2196" \ |
| 227 | --enable-development |