Ignore:
Timestamp:
May 16, 2019 11:07:31 AM (5 years ago)
Author:
raasch
Message:

bugfix: -b is not added in automatically generated batch jobs for remote hosts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmrun

    r3917 r3982  
    2727# -----------------
    2828# $Id$
     29# bugfix: -b is not added in automatically generated batch jobs for remote hosts
     30#
     31# 3917 2019-04-18 11:46:37Z raasch
    2932# in case of batch jobs on remote machines, copying files from SOURCES_FOR_RUN folder has
    3033# been rearranged to avoid that input files with original names (e.g. ..._p3d) are copied
     
    27772780       [[ $(echo $prc | grep -c "\-C") = 0 ]]  &&  prc="$prc -C"
    27782781       [[ $(echo $prc | grep -c "\-v") = 0 ]]  &&  prc="$prc -v"
    2779        [[ $(echo $prc | grep -c "\-b") = 0 ]]  &&  prc="$prc -b"
     2782       [[ $(echo $prc | grep -c "\-b") = 0  &&  $running_on_remote = false ]]  &&  prc="$prc -b"
    27802783
    27812784          # REPLACE SVFOUT IN THE ACTIVATION STRINGS (GIVEN WITH OPTION -a)
Note: See TracChangeset for help on using the changeset viewer.