Changeset 13911
- Timestamp:
- 11/08/12 12:46:04 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.3-pleiades.sh
r13796 r13911 22 22 --with-debugging=0 \ 23 23 --with-shared-libraries=1 \ 24 --with-blas-lapack-dir=/nasa/intel/mkl/10.0.011/ \25 24 --known-mpi-shared-libraries=1 \ 26 25 --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 \ 29 28 --download-blas=yes \ 30 29 --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 \ 31 35 --download-parmetis=yes \ 32 --download-metis=yes \33 36 --download-trilinos=yes \ 34 37 --download-euclid=yes \ 35 --download-spai=yes \36 --download-superlu=yes \37 38 --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 \ 41 41 --COPTFLAGS="-lmpi -O3" \ 42 42 --FOPTFLAGS="-lmpi -O3" \ 43 --CXXOPTFLAGS="-lmpi -O3" 43 --CXXOPTFLAGS="-lmpi -O3" 44 44 45 45 #prepare script to reconfigure petsc … … 48 48 #PBS -l select=1:ncpus=1:model=wes 49 49 #PBS -l walltime=200 50 #PBS -W group_list=s1010 50 #PBS -W group_list=s1010 51 51 #PBS -m e 52 52 53 . /usr/share/modules/init/bash 53 54 module load comp-intel/2012.0.032 54 55 module load mpi-sgi/mpt.2.06a67 55 module load math/intel_mkl_64_10.0.011 56 module load math/intel_mkl_64_10.0.011 57 56 58 export PATH="$PATH:." 57 59 export MPI_GROUP_MAX=64
Note:
See TracChangeset
for help on using the changeset viewer.