Changeset 20429
- Timestamp:
- 04/01/16 14:39:44 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/jenkins/jenkins.sh
r20428 r20429 279 279 cd $ISSM_DIR/test/NightlyRun 280 280 echo "--------------Running Python test for Rank $i---------------------" 281 ./runme.py --output=nightly --rank=$i --numprocs=$NUMCPUS_RUN $PYTHON_NROPTIONS | tee$ISSM_DIR/nightlylog/python_log$i.log &281 ./runme.py --output=nightly --rank=$i --numprocs=$NUMCPUS_RUN $PYTHON_NROPTIONS &> $ISSM_DIR/nightlylog/python_log$i.log & 282 282 echo "--------------Running Python test for Rank $i---------------------" 283 283 done
Note:
See TracChangeset
for help on using the changeset viewer.