source:
issm/oecreview/Archive/19101-20495/ISSM-19609-19610.diff@
20498
Last change on this file since 20498 was 20498, checked in by , 9 years ago | |
---|---|
File size: 903 bytes |
-
../trunk-jpl/jenkins/windows
60 60 #ISSM_COMPILATION can have 2 values: 61 61 # - "yes" compile ISSM 62 62 # - "no" do not compile ISSM 63 ISSM_COMPILATION=" no"63 ISSM_COMPILATION="yes" 64 64 65 65 #------------------------# 66 66 # 5: Nightly run options # -
../trunk-jpl/jenkins/jenkins.sh
224 224 echo "Waiting for matlab on windows" 225 225 pid=$(ps aux -W | grep MATLAB | awk '{printf("%s\n","MATLAB");}') 226 226 echo '-----------------------------' 227 echo " PID: $PID"227 echo "pid: $pid" 228 228 echo '-----------------------------' 229 229 while [ -n "$pid" ] 230 230 do
Note:
See TracBrowser
for help on using the repository browser.