Ignore:
Timestamp:
Jul 5, 2013 2:52:22 PM (11 years ago)
Author:
raasch
Message:

further script adjustments for CSC Helsinki (lccrayf), executables for batch jobs can be created in advance, in order to avoid calling the compiler within the batch job

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/subjob

    r1197 r1199  
    16301630    else
    16311631       cd  $job_catalog
    1632        if [[ $(echo $local_host | cut -c1-5) = lcsgi  ||  $(echo $local_host | cut -c1-3) = ibm ]]
     1632       if [[ $(echo $local_host | cut -c1-5) = lcsgi  ||  $(echo $local_host | cut -c1-3) = ibm  ||  $local_host = lccrayf ]]
    16331633       then
    16341634          eval  $submcom  $job_on_remhost
Note: See TracChangeset for help on using the changeset viewer.