Changeset 25712


Ignore:
Timestamp:
10/23/20 00:30:06 (4 years ago)
Author:
jdquinn
Message:

CHG: Reverting to PETSc 3.12 on Pine Island until 3.14 is viable (external package download issues); fix of check on md.results; clean up

Location:
issm/trunk-jpl
Files:
2 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/pine_island-mac

    r25687 r25712  
    3434        autotools       install.sh
    3535        cmake           install.sh
    36         petsc           install-3.14-mac.sh
     36        petsc           install-3.12-mac.sh
    3737        triangle        install-mac.sh
    3838        chaco           install.sh
  • issm/trunk-jpl/jenkins/pine_island-mac-dakota

    r25704 r25712  
    4040        autotools               install.sh
    4141        cmake                   install.sh
    42         petsc                   install-3.14-mac.sh
     42        petsc                   install-3.12-mac.sh
    4343        gsl                             install.sh
    4444        boost                   install-1.7-mac.sh
  • issm/trunk-jpl/jenkins/pine_island-mac-python

    r25674 r25712  
    3737        autotools       install.sh
    3838        cmake           install.sh
    39         petsc           install-3.14-mac.sh
     39        petsc           install-3.12-mac.sh
    4040        gsl                     install.sh
    4141        boost           install-1.7-mac.sh
  • issm/trunk-jpl/jenkins/pine_island-mac-solid_earth

    r25704 r25712  
    4040        autotools               install.sh
    4141        cmake                   install.sh
    42         petsc                   install-3.14-mac.sh
     42        petsc                   install-3.12-mac.sh
    4343        gsl                             install.sh
    4444        boost                   install-1.7-mac.sh
  • issm/trunk-jpl/src/m/solve/loadresultsfromdisk.py

    r25698 r25712  
    3434            raise OSError(err_msg)
    3535
    36         # # Initialize md.results if not a structure yet
    37         if not isinstance(md.results, struct):
     36        # Initialize md.results if not a results structure yet
     37        if not isinstance(md.results, results):
    3838            md.results = results()
    3939
Note: See TracChangeset for help on using the changeset viewer.