Changeset 20409


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

CHG: set python buffering off in order to see output of issm.exe

File:
1 edited

Legend:

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

    r20404 r20409  
    275275PYTHON_START_TIME=$(timer);
    276276export PYTHONSTARTUP=$ISSM_DIR/src/m/dev/devpath.py
     277export PYTHONUNBUFFERED=1 #we don't want python to buffer otherwise issm.exe output is not captured
    277278for (( i=1;i<=$NUMCPUS_RUN;i++ ))
    278279do
    279280        cd $ISSM_DIR/test/NightlyRun
    280281        echo "--------------Running Python test for Rank $i---------------------"
    281         #./runme.py --output=nightly --rank=$i --numprocs=$NUMCPUS_RUN $PYTHON_NROPTIONS
    282282        ./runme.py --output=nightly --rank=$i --numprocs=$NUMCPUS_RUN $PYTHON_NROPTIONS &> $ISSM_DIR/nightlylog/python_log$i.log &
    283283        echo "--------------Running Python test for Rank $i---------------------"
Note: See TracChangeset for help on using the changeset viewer.