Changeset 12249


Ignore:
Timestamp:
05/15/12 16:57:35 (13 years ago)
Author:
Mathieu Morlighem
Message:

minor

File:
1 edited

Legend:

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

    r12189 r12249  
    22#Step 1: unzip and install
    33#Step 2: After Plapack implodes
    4 STEP=2
     4STEP=1
    55
    66if [ $STEP -eq 1 ]; then
     
    4141                --CXXOPTFLAGS=" -O3 -xS" \
    4242                --with-pic=1
    43         echo "== Fix Plapack compilation manually (http://issm.jpl.nasa.gov/installation/compilationtroubleshooting/petsc31/) =="
     43        echo "== Fix Plapack compilation manually (http://issm.jpl.nasa.gov/documentation/faq/petsc32/) =="
    4444        echo "== Then run STEP=2 =="
    4545fi
     
    6969         --CXXOPTFLAGS=" -O3 -xS" \
    7070         --with-pic=1
     71         cat > src/script.queue << EOF
     72#PBS -S /bin/bash
     73#PBS -q debug
     74#PBS -l select=1:ncpus=1:model=har
     75#PBS -l walltime=200
     76#PBS -W group_list=s1010
     77#PBS -m e
     78. /usr/share/modules/init/bash
     79module load comp-intel/11.1.046
     80module load mpi/mpt.1.25
     81module load math/intel_mkl_64_10.0.011
     82export PATH="$PATH:."
     83export MPI_GROUP_MAX=64
     84mpiexec -np 1 ./conftest-linux-gnu-ia64-intel.py
     85EOF
    7186        echo "== Follow PETSc's instructions"
    7287fi
Note: See TracChangeset for help on using the changeset viewer.