Changeset 12249
- Timestamp:
- 05/15/12 16:57:35 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.2-pleiades.sh
r12189 r12249 2 2 #Step 1: unzip and install 3 3 #Step 2: After Plapack implodes 4 STEP= 24 STEP=1 5 5 6 6 if [ $STEP -eq 1 ]; then … … 41 41 --CXXOPTFLAGS=" -O3 -xS" \ 42 42 --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/) ==" 44 44 echo "== Then run STEP=2 ==" 45 45 fi … … 69 69 --CXXOPTFLAGS=" -O3 -xS" \ 70 70 --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 79 module load comp-intel/11.1.046 80 module load mpi/mpt.1.25 81 module load math/intel_mkl_64_10.0.011 82 export PATH="$PATH:." 83 export MPI_GROUP_MAX=64 84 mpiexec -np 1 ./conftest-linux-gnu-ia64-intel.py 85 EOF 71 86 echo "== Follow PETSc's instructions" 72 87 fi
Note:
See TracChangeset
for help on using the changeset viewer.