Ignore:
Timestamp:
Nov 28, 2018 1:03:44 PM (5 years ago)
Author:
raasch
Message:

bugfixes: don't check the .palm.iofiles in restart runs + wrong cd-command, r3570 reverted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmrun

    r3570 r3573  
    2727# -----------------
    2828# $Id$
     29# bugfixes: don't check the .palm.iofiles in restart runs + wrong cd-command
     30# removed,
     31# r3570 reverted
     32#
     33# 3570 2018-11-27 17:44:21Z kanani
    2934# Rename job-id by run_id
    3035#
     
    431436
    432437       # CHECK VERSION MISMATCH
    433     if [[ $running_in_batch_mode != true ]]
     438       # RESTART RUNS DON'T REQUIRE A CHECK, BECAUSE THEY USE A COPY OF THAT
     439       # FILE WHICH HAS ALREADY BEEN CHECKED WITHIN THE INITAL PALMRUN CALL
     440    if [[ $running_in_batch_mode != true  &&  $restart_run != true ]]
    434441    then
    435442       if [[ $(head -n1 $fileconnection_file) != $(head -n1 .palm.iofiles) ]]
     
    27872794             # START THE RESTART JOB ON THE LOCAL HOST
    27882795          eval  $prc  |  tee palmrun_restart.log              # THE ' MUST BE EVALUATED
    2789           cd -  > /dev/null
    27902796
    27912797       fi
     
    30183024
    30193025             # SUBMIT THE JOB
    3020           printf " *** submit the job (output of submit command, e.g. the run_id, may follow) \n"
     3026          printf " *** submit the job (output of submit command, \"
     3027          printf "     e.g. the job-id given by the batch-system, may follow) \n"
    30213028          if [[ $do_trace = true ]]
    30223029          then
Note: See TracChangeset for help on using the changeset viewer.