Changeset 14930
- Timestamp:
- 05/06/13 13:59:36 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.3-pleiades.sh
r14526 r14930 17 17 ./config/configure.py \ 18 18 --prefix="$ISSM_DIR/externalpackages/petsc/install" \ 19 --with-batch=1 \20 19 --PETSC_ARCH="$ISSM_ARCH" \ 21 20 --PETSC_DIR="$ISSM_DIR/externalpackages/petsc/src" \ 21 --with-batch=1 \ 22 22 --with-debugging=0 \ 23 23 --with-shared-libraries=1 \ … … 39 39 --CXXOPTFLAGS="-lmpi -O3" 40 40 41 42 41 #prepare script to reconfigure petsc 43 42 cat > script.queue << EOF … … 49 48 50 49 . /usr/share/modules/init/bash 50 module load comp-intel/2013.1.117 51 51 module load math/intel_mkl_64_10.0.011 52 module load comp-intel/2011.253 52 module load mpi-sgi/mpt.2.06rp16 54 53
Note:
See TracChangeset
for help on using the changeset viewer.