Changeset 25635
- Timestamp:
- 10/06/20 10:06:45 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/externalpackages/petsc/install-3.14-greenplanet.sh ΒΆ
r25624 r25635 2 2 set -eu 3 3 4 # #WARNING: make sure you have the right mpi5 # 6 # #Some cleanup7 #rm -rf install petsc-3.14.0 src8 #mkdir install src9 # 10 # #Download from ISSM server11 #$ISSM_DIR/scripts/DownloadExternalPackage.sh 'https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.14.0.tar.gz' 'petsc-3.14.0.tar.gz'12 # 13 # #Untar and move petsc to install directory14 #tar -zxvf petsc-3.14.0.tar.gz15 #mv petsc-3.14.0/* src/16 #rm -rf petsc-3.14.04 #WARNING: make sure you have the right mpi 5 6 #Some cleanup 7 rm -rf install petsc-3.14.0 src 8 mkdir install src 9 10 #Download from ISSM server 11 $ISSM_DIR/scripts/DownloadExternalPackage.sh 'https://ftp.mcs.anl.gov/pub/petsc/release-snapshots/petsc-lite-3.14.0.tar.gz' 'petsc-3.14.0.tar.gz' 12 13 #Untar and move petsc to install directory 14 tar -zxvf petsc-3.14.0.tar.gz 15 mv petsc-3.14.0/* src/ 16 rm -rf petsc-3.14.0 17 17 18 18 #configure
Note:
See TracChangeset
for help on using the changeset viewer.