Changeset 14930


Ignore:
Timestamp:
05/06/13 13:59:36 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: updated compiler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/petsc/install-3.3-pleiades.sh

    r14526 r14930  
    1717./config/configure.py \
    1818 --prefix="$ISSM_DIR/externalpackages/petsc/install" \
    19  --with-batch=1  \
    2019 --PETSC_ARCH="$ISSM_ARCH" \
    2120 --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \
     21 --with-batch=1  \
    2222 --with-debugging=0 \
    2323 --with-shared-libraries=1 \
     
    3939 --CXXOPTFLAGS="-lmpi -O3"
    4040
    41 
    4241#prepare script to reconfigure petsc
    4342cat > script.queue << EOF
     
    4948
    5049. /usr/share/modules/init/bash
     50module load comp-intel/2013.1.117
    5151module load math/intel_mkl_64_10.0.011
    52 module load comp-intel/2011.2
    5352module load mpi-sgi/mpt.2.06rp16
    5453
Note: See TracChangeset for help on using the changeset viewer.