Changes between Version 10 and Version 11 of aci


Ignore:
Timestamp:
07/19/17 08:18:18 (8 years ago)
Author:
eps5217
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • aci

    v10 v11  
    7575
    7676ACI will ''only'' be used to run the code, you will use your local machine for pre and post processing, you will never use Pleiades' matlab. You can check out ISSM and install the following packages:
     77 - autotools
    7778 - PETSc (use the pleiades script and ``follow`` the instructions, you will need to submit a job and compile PETSc manually, do not make test, it will not work on the cluster)
    7879 - m1qn3
     
    8384#!sh
    8485./configure \
    85  --prefix=$ISSM_DIR \
    86  --with-wrappers=no \
    87  --with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \
    88  --with-m1qn3-dir="$ISSM_DIR/externalpackages/m1qn3/install" \
    89  --with-mpi-include=" " \
    90  --with-mpi-libflags=" -lmpi" \
    91  --with-mkl-libflags="-L/nasa/intel/Compiler/2016.2.181/compilers_and_libraries_2016.2.181/linux/mkl/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lpthread -lm " \
    92  --with-metis-dir="$ISSM_DIR/externalpackages/petsc/install" \
    93  --with-mumps-dir="$ISSM_DIR/externalpackages/petsc/install" \
    94  --with-scalapack-dir="$ISSM_DIR/externalpackages/petsc/install" \
    95  --with-cxxoptflags="-O3 -axAVX" \
    96  --with-fortran-lib="-L/nasa/intel/Compiler/2016.2.181/compilers_and_libraries_2016.2.181/linux/compiler/lib/intel64/ -lifcore -lifport" \
    97  --with-vendor="intel-pleiades" \
    98  --enable-development
     86   --prefix=$ISSM_DIR \
     87   --with-wrappers=no \
     88   --with-petsc-dir="$ISSM_DIR/externalpackages/petsc/install" \
     89   --with-m1qn3-dir="$ISSM_DIR/externalpackages/m1qn3/install" \
     90   --with-mpi-include="/opt/intel/compilers_and_libraries_2016.3.210/linux/mpi/intel64/include/" \
     91   --with-mpi-libflags="-L/opt/intel/compilers_and_libraries_2016.3.210/linux/mpi/intel64/lib/ -lmpi" \
     92   --with-mkl-libflags="-L/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64 -lmkl_intel_lp64 -lmkl_sequential -lmkl_core"\
     93   --with-metis-dir="$ISSM_DIR/externalpackages/petsc/install" \
     94   --with-mumps-dir="$ISSM_DIR/externalpackages/petsc/install" \
     95   --with-scalapack-dir="$ISSM_DIR/externalpackages/petsc/install" \
     96   --enable-development
    9997}}}
    10098