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/.palm.config.crayh

    r2405 r2480  
    3535# BATCH-directives to be used for batch jobs. If $-characters are required, hide them with \\\
    3636BD:#!/bin/bash
     37BD:#PBS -A {{PROJECT_ACCOUNT}}
    3738BD:#PBS -N {{JOB_ID}}
    3839BD:#PBS -l walltime={{CPU_HOURS}}:{{CPU_MINUTES}}:{{CPU_SECONDS}}
     
    4445# BATCH-directives for batch jobs used to send back the jobfile from a remote to a local host
    4546BDT:#!/bin/bash
     47BDT:#PBS -A {{PROJECT_ACCOUNT}}
    4648BDT:#PBS -N job_protocol_transfer
    4749BDT:#PBS -l walltime=00:30:00
Note: See TracChangeset for help on using the changeset viewer.