source: issm/oecreview/Archive/19101-20495/ISSM-19609-19610.diff@ 20498

Last change on this file since 20498 was 20498, checked in by Mathieu Morlighem, 9 years ago

CHG: done with Archive/19101-20495

File size: 903 bytes
  • ../trunk-jpl/jenkins/windows

     
    6060#ISSM_COMPILATION can have 2 values:
    6161# - "yes" compile ISSM
    6262# - "no"  do not compile ISSM
    63 ISSM_COMPILATION="no"
     63ISSM_COMPILATION="yes"
    6464
    6565#------------------------#
    6666# 5: Nightly run options #
  • ../trunk-jpl/jenkins/jenkins.sh

     
    224224        echo "Waiting for matlab on windows"
    225225        pid=$(ps aux -W | grep MATLAB | awk '{printf("%s\n","MATLAB");}')
    226226        echo '-----------------------------'
    227         echo "PID: $PID"
     227        echo "pid: $pid"
    228228        echo '-----------------------------'
    229229        while [ -n "$pid" ]
    230230        do
Note: See TracBrowser for help on using the repository browser.