Changeset 11178


Ignore:
Timestamp:
01/23/12 13:33:41 (13 years ago)
Author:
Mathieu Morlighem
Message:

new configuration file location for NR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/cron/nightlyrun.sh

    r11108 r11178  
    157157        make clean
    158158        make distclean
    159         sh scripts/automakererun.sh
    160         sh configs/$MACHINE/configure.sh #switch to petsc3 to debug
     159        ./scripts/automakererun.sh
     160        ./configs/config-linux64-astrid.sh
    161161
    162162        #4: compile and install ISSM
     
    175175elif [ "$ISSM_COMPILATION" == "no" ]
    176176then
    177 
    178         #do nothing
    179177        echo "Skipping ISSM compilation"
    180 
    181178else
    182 
    183         #Error message
    184179        echo "ISSM_COMPILATION supported values are: yes and no. Exiting..." >&2 # Error message to stderr.
    185180        exit 1
    186 
    187181fi
    188182#}}}
Note: See TracChangeset for help on using the changeset viewer.