Changeset 13309
- Timestamp:
- 09/10/12 11:48:49 (13 years ago)
- Location:
- issm/trunk-jpl/externalpackages/petsc
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.2-pleiades.sh
r13246 r13309 3 3 #Step 1: unzip and install 4 4 #Step 2: After Plapack implodes 5 STEP= 15 STEP=2 6 6 7 7 if [ $STEP -eq 1 ]; then … … 26 26 --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \ 27 27 --with-debugging=0 \ 28 --with-shared-libraries= 0\28 --with-shared-libraries=1 \ 29 29 --with-blas-lapack-dir=/nasa/intel/mkl/10.0.011/ \ 30 30 --known-mpi-shared-libraries=1 \ … … 53 53 --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \ 54 54 --with-debugging=0 \ 55 --with-shared-libraries= 0\55 --with-shared-libraries=1 \ 56 56 --with-blas-lapack-dir=/nasa/intel/mkl/10.0.011/ \ 57 57 --with-mpi-lib=/nasa/sgi/mpt/1.25/lib/libmpi.so \
Note:
See TracChangeset
for help on using the changeset viewer.