Changeset 20410


Ignore:
Timestamp:
03/31/16 13:35:52 (9 years ago)
Author:
Mathieu Morlighem
Message:

CHG: try to use tee instead of > to keep python output

File:
1 edited

Legend:

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

    r20409 r20410  
    280280        cd $ISSM_DIR/test/NightlyRun
    281281        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 &
    283283        echo "--------------Running Python test for Rank $i---------------------"
    284284done
     
    297297do
    298298        echo "This is the concatenation phase for rank: python_log$i.log"
    299         #cat python_log$i.log
    300299        cat python_log$i.log >> python_log.log
    301300done
Note: See TracChangeset for help on using the changeset viewer.