Changeset 11366
- Timestamp:
- 02/08/12 15:27:47 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.2-greenplanet.sh
r11352 r11366 15 15 --prefix="$ISSM_TIER/externalpackages/petsc/install" \ 16 16 --PETSC_DIR="$ISSM_TIER/externalpackages/petsc/src" \ 17 --PETSC_ARCH="$ISSM_ARCH" \ 18 --with-batch=1 \ 17 19 --with-debugging=0 \ 18 20 --with-shared-libraries=0 \ 19 21 --known-mpi-shared-libraries=1 \ 20 --with-mpi- lib=/usr/mpi/intel/mvapich2-1.4.1-qlc/lib/libmpi.so\21 --with- mpi-include=/usr/mpi/intel/mvapich2-1.4.1-qlc/include/ \22 --with-mpi-dir=/sopt/mpi/mvapich-1.1/intel/ \ 23 --with-blas-lapack-dir=/opt/intel/mkl/10.2.4.032/ \ 22 24 --download-mumps=yes \ 23 25 --download-scalapack=yes \ 24 26 --download-blacs=yes \ 25 --download-blas=yes \26 --download-f-blas-lapack=yes \27 27 --download-plapack=yes \ 28 28 --download-parmetis=yes \ 29 29 --with-pic=1 30 30 31 #Compile petsc and install it 32 make 33 make install 31 echo "== Follow PETSc's instructions"
Note:
See TracChangeset
for help on using the changeset viewer.