Changeset 15367
- Timestamp:
- 06/29/13 08:37:01 (12 years ago)
- Location:
- issm/trunk-jpl/externalpackages/petsc
- Files:
-
- 10 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/petsc/install-3.2-linux64.sh
r15319 r15367 18 18 ./config/configure.py \ 19 19 --prefix="$ISSM_DIR/externalpackages/petsc/install" \ 20 --with-mpi-dir= $ISSM_DIR/externalpackages/mpich/install\20 --with-mpi-dir="$ISSM_DIR/externalpackages/mpich/install" \ 21 21 --with-clanguage=C++ \ 22 22 --PETSC_ARCH=linux-gnu-amd64 \ -
issm/trunk-jpl/externalpackages/petsc/install-dev-linux64.sh
r15319 r15367 4 4 5 5 if [ $STEP -eq 1 ]; then 6 # Adapted from petsc 3.2.7 6 # Used Mercurial to get code 8 7 rm -rf src
Note:
See TracChangeset
for help on using the changeset viewer.