Changeset 13911


Ignore:
Timestamp:
11/08/12 12:46:04 (12 years ago)
Author:
schlegel
Message:

CHG: working config file for petsc 3.3

File:
1 edited

Legend:

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

    r13796 r13911  
    2222 --with-debugging=0 \
    2323 --with-shared-libraries=1 \
    24  --with-blas-lapack-dir=/nasa/intel/mkl/10.0.011/ \
    2524 --known-mpi-shared-libraries=1 \
    2625 --with-mpi=1 \
    27  --download-mumps=yes \
    28  --download-blacs=yes  \
     26 --with-mpi-lib=/nasa/sgi/mpt/2.06a67/lib/libmpi.so \
     27 --with-mpi-include=/nasa/sgi/mpt/2.06a67/include  \
    2928 --download-blas=yes \
    3029 --download-f-blas-lapack=yes \
     30 --download-mumps=yes \
     31 --download-scalapack=yes \
     32 --download-blacs=yes \
     33 --download-plapack=no \
     34 --download-metis=yes \
    3135 --download-parmetis=yes \
    32  --download-metis=yes \
    3336 --download-trilinos=yes \
    3437 --download-euclid=yes \
    35  --download-spai=yes \
    36  --download-superlu=yes \
    3738 --download-hypre=yes \
    38  --download-prometheus=yes \
    39  --with-cxx=/nasa/sgi/mpt/2.06a67/bin/mpicxx \
    40  --with-fc=/nasa/sgi/mpt/2.06a67/bin/mpif90 \
     39 --with-cxx=icc \
     40 --with-fc=ifort \
    4141 --COPTFLAGS="-lmpi -O3" \
    4242 --FOPTFLAGS="-lmpi -O3" \
    43  --CXXOPTFLAGS="-lmpi -O3" 
     43 --CXXOPTFLAGS="-lmpi -O3"
    4444
    4545#prepare script to reconfigure petsc
     
    4848#PBS -l select=1:ncpus=1:model=wes
    4949#PBS -l walltime=200
    50 #PBS -W group_list=s1010 
     50#PBS -W group_list=s1010
    5151#PBS -m e
     52
    5253. /usr/share/modules/init/bash
    5354module load comp-intel/2012.0.032
    5455module load mpi-sgi/mpt.2.06a67 
    55 module load math/intel_mkl_64_10.0.011
     56module load math/intel_mkl_64_10.0.011
     57
    5658export PATH="$PATH:."
    5759export MPI_GROUP_MAX=64
Note: See TracChangeset for help on using the changeset viewer.