Changeset 19355


Ignore:
Timestamp:
05/08/15 17:46:32 (10 years ago)
Author:
glperez
Message:

CHG: Restored redirection of python output to log files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/jenkins/jenkins.sh

    r19354 r19355  
    250250        cd $ISSM_DIR/test/NightlyRun
    251251        echo "--------------Running Python test for Rank $i---------------------"
    252         ./runme.py --output=nightly --rank=$i --numprocs=$NUMCPUS_RUN $PYTHON_NROPTIONS
    253         #./runme.py --output=nightly --rank=$i --numprocs=$NUMCPUS_RUN $PYTHON_NROPTIONS &> $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 &> $ISSM_DIR/nightlylog/python_log$i.log
    254254        echo "--------------Running Python test for Rank $i---------------------"
    255255done
Note: See TracChangeset for help on using the changeset viewer.