Ignore:
Timestamp:
Sep 19, 2017 6:24:14 AM (7 years ago)
Author:
maronga
Message:

added support for specifying project account in PBS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SCRIPTS/palmrun

    r2479 r2480  
    2727# -----------------
    2828# $Id$
     29# bugfix for last revision
     30#
     31# 2479 2017-09-19 06:12:16Z raasch
    2932# option -A (project account number) added
    3033#
     
    12831286 if  [[ $running_in_batch_mode = true  ||  $create_batch_job = true  ||  $create_remote_batch_job = true ]]
    12841287 then
    1285     if [[ "$project_account" !="" ]]
     1288    if [[ "$project_account" != "" ]]
    12861289    then
    12871290       column1="project account number:"
Note: See TracChangeset for help on using the changeset viewer.