Changeset 26216


Ignore:
Timestamp:
04/28/21 14:29:50 (4 years ago)
Author:
jdquinn
Message:

CHG: Reverting to using repo head

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/MITgcm/install.sh

    r26211 r26216  
    55rm -rf install
    66
     7################################################################################
     8
     9# Download source
     10git clone --depth=1 https://github.com/MITgcm/MITgcm.git
     11
     12# Move source to 'install' directory
     13mv MITgcm install
     14
     15################################################################################
     16
     17# Comment out the above, uncomment the following and set to a specific tagged release if the MITgcm repo head is buggy
     18#
     19
    720# # Download source
    8 # git clone --depth=1 https://github.com/MITgcm/MITgcm.git
     21# wget https://github.com/MITgcm/MITgcm/archive/refs/tags/checkpoint67x.tar.gz
     22
     23# # Uncompress source
     24# tar -xvzf checkpoint67x.tar.gz
    925
    1026# # Move source to 'install' directory
    11 # mv MITgcm install
    12 
    13 # Temporary freeze of source to tagged release ( remove the following and
    14 # uncomment the above once issue is resolved)
    15 #
    16 
    17 # Download source
    18 wget https://github.com/MITgcm/MITgcm/archive/refs/tags/checkpoint67x.tar.gz
    19 
    20 # Uncompress source
    21 tar -xvzf checkpoint67x.tar.gz
    22 
    23 # Move source to 'install' directory
    24 mv MITgcm-checkpoint67x install
    25 
    26 
     27# mv MITgcm-checkpoint67x install
Note: See TracChangeset for help on using the changeset viewer.