Changeset 16579


Ignore:
Timestamp:
10/29/13 21:15:28 (11 years ago)
Author:
Eric.Larour
Message:

NEW: new config for ampi runs on pleaides, using our own mpi.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/configs/config-linux64-pleiades-ampi-gcc.sh

    r16492 r16579  
    55        --with-wrappers=no \
    66        --with-triangle-dir="$ISSM_DIR/externalpackages/triangle/install" \
    7         --with-mpi-include="/nasa/mvapich2/1.6.sles11/gcc/include" \
    8         --with-mpi-libflags="-L/nasa/mvapich2/1.6.sles11/gcc/lib -llmpe -lmpe -lmpich" \
     7        --with-mpi-include=$ISSM_DIR/externalpackages/mpich/install/include \
     8        --with-mpi-libflags="-L$ISSM_DIR/externalpackages/mpich/install/lib/ -lmpich -lmpl " \
    99        --with-adolc-dir="$ISSM_DIR/externalpackages/adolc/install"\
    1010        --with-ampi-dir="$ISSM_DIR/externalpackages/adjoinablempi/install"\
     11        --with-metis-dir="$ISSM_DIR/externalpackages/petsc/install" \
    1112        --with-blas-lapack-dir="$ISSM_DIR/externalpackages/petsc/install" \
    1213        --with-gsl-dir="$ISSM_DIR/externalpackages/gsl/install" \
    13         --with-metis-dir="$ISSM_DIR/externalpackages/petsc/install" \
    1414        --with-mumps-dir="$ISSM_DIR/externalpackages/petsc/install" \
    1515        --with-scalapack-dir="$ISSM_DIR/externalpackages/petsc/install" \
    1616        --with-hypre-dir="$ISSM_DIR/externalpackages/petsc/install" \
    1717        --with-graphics-lib="/usr/lib64/libX11.so" \
    18         --with-cxxoptflags="-g -O2" \
    19         --with-vendor="intel-pleiades-gcc"
     18        --with-cxxoptflags=" -O3 -march=corei7-avx" \
     19        --with-vendor="intel-pleiades-gcc"  \
     20        CFLAGS="-O3 -march=corei7-avx" \
     21        CXXFLAGS="-O3 -march=corei7-avx" \
     22        FFLAGS="-O3 -march=corei7-avx"
Note: See TracChangeset for help on using the changeset viewer.