Changeset 19353
- Timestamp:
- 05/08/15 16:08:27 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r19352 r19353 250 250 cd $ISSM_DIR/test/NightlyRun 251 251 echo "--------------Running Python test for Rank $i---------------------" 252 ./runme.py --output=nightly --rank=$i --numprocs=$NUMCPUS_RUN $PYTHON_NROPTIONS 2>&1 > $ISSM_DIR/nightlylog/python_log$i.log & 252 ./runme.py --output=nightly --rank=$i --numprocs=$NUMCPUS_RUN $PYTHON_NROPTIONS 253 #./runme.py --output=nightly --rank=$i --numprocs=$NUMCPUS_RUN $PYTHON_NROPTIONS 2>&1 > $ISSM_DIR/nightlylog/python_log$i.log & 253 254 echo "--------------Running Python test for Rank $i---------------------" 254 255 done 255 256 256 257 #concatenate reports 257 cd $ISSM_DIR/nightlylog/258 rm python_log.log259 for (( i=1;i<=$NUMCPUS_RUN;i++ ))260 do261 echo "This is the concatenation phase for rank: python_log$i.log"262 cat python_log$i.log263 cat python_log$i.log >> python_log.log264 done258 #cd $ISSM_DIR/nightlylog/ 259 #rm python_log.log 260 #for (( i=1;i<=$NUMCPUS_RUN;i++ )) 261 #do 262 # echo "This is the concatenation phase for rank: python_log$i.log" 263 # cat python_log$i.log 264 # cat python_log$i.log >> python_log.log 265 #done 265 266 #}}} 266 267 fi
Note:
See TracChangeset
for help on using the changeset viewer.