Changes between Version 64 and Version 65 of pleiadesbash
- Timestamp:
- 03/18/26 10:36:35 (3 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pleiadesbash
v64 v65 66 66 For an installation of ISSM with basic capabilities, you only need to install 67 67 {{{ 68 m1qn3 install-linux.sh69 autotools install-linux.sh68 m1qn3 install-linux.sh 69 autotools install-linux.sh 70 70 }}} 71 71 You will need to run the following before configuring ISSM, … … 77 77 Use the following configuration script for ISSM (adapt to your needs), 78 78 {{{ 79 #!sh 80 export CXXFLAGS="-g -Ofast -axCORE-AVX2,AVX -xSSE4.2" 79 export CXXFLAGS="-g -Ofast -diag-disable=15009,10441,10121" 81 80 export CFLAGS="-g -Ofast" 82 81 83 82 ./configure \ 84 83 --prefix=$ISSM_DIR \ 85 --with-wrappers= yes\84 --with-wrappers=no \ 86 85 --with-mpi-include="${MPI_ROOT}/include" \ 87 86 --with-mpi-libflags="-L${MPI_ROOT}/lib -lmpi" \ 87 --with-mkl-libflags="-L${MKLROOT}/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_blacs_intelmpi_ilp64 -lmkl_scalapack_ilp64 -lmkl_core -lpthread -lm" \ 88 --with-fortran-lib="-L/nasa/intel/oneapi/compiler/2023.2.1/linux/compiler/lib/intel64_lin -lifcore -lifport -lgfortran" \ 88 89 --with-petsc-dir=${PETSC_DIR} \ 89 90 --with-parmetis-dir=${PETSC_DIR} \ 90 91 --with-metis-dir=${PETSC_DIR} \ 91 92 --with-mumps-dir=${PETSC_DIR} \ 92 --with-mkl-libflags="-L${MKLROOT}/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm" \93 93 --with-m1qn3-dir="${ISSM_DIR}/externalpackages/m1qn3/install" \ 94 --with-fortran-lib="-L${MKLROOT}/../compiler/lib/intel64_lin -lifcore -lifport -lgfortran" \95 94 --enable-development 96 95 }}}
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)