Changeset 20410
- Timestamp:
- 03/31/16 13:35:52 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r20409 r20410 280 280 cd $ISSM_DIR/test/NightlyRun 281 281 echo "--------------Running Python test for Rank $i---------------------" 282 ./runme.py --output=nightly --rank=$i --numprocs=$NUMCPUS_RUN $PYTHON_NROPTIONS &>$ISSM_DIR/nightlylog/python_log$i.log &282 ./runme.py --output=nightly --rank=$i --numprocs=$NUMCPUS_RUN $PYTHON_NROPTIONS | tee $ISSM_DIR/nightlylog/python_log$i.log & 283 283 echo "--------------Running Python test for Rank $i---------------------" 284 284 done … … 297 297 do 298 298 echo "This is the concatenation phase for rank: python_log$i.log" 299 #cat python_log$i.log300 299 cat python_log$i.log >> python_log.log 301 300 done
Note:
See TracChangeset
for help on using the changeset viewer.