Changeset 25635


Ignore:
Timestamp:
10/06/20 10:06:45 (4 years ago)
Author:
Mathieu Morlighem
Message:

CHG: compatibility with PETSc 3.14

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/externalpackages/petsc/install-3.14-greenplanet.sh ΒΆ

    r25624 r25635  
    22set -eu
    33
    4 ##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
     4#WARNING: make sure you have the right mpi
     5
     6#Some cleanup
     7rm -rf install petsc-3.14.0 src
     8mkdir 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
     14tar -zxvf  petsc-3.14.0.tar.gz
     15mv petsc-3.14.0/* src/
     16rm -rf petsc-3.14.0
    1717
    1818#configure
Note: See TracChangeset for help on using the changeset viewer.