Changeset 2480 for palm/trunk/SCRIPTS/.palm.config.crayh
- Timestamp:
- Sep 19, 2017 6:24:14 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/.palm.config.crayh
r2405 r2480 35 35 # BATCH-directives to be used for batch jobs. If $-characters are required, hide them with \\\ 36 36 BD:#!/bin/bash 37 BD:#PBS -A {{PROJECT_ACCOUNT}} 37 38 BD:#PBS -N {{JOB_ID}} 38 39 BD:#PBS -l walltime={{CPU_HOURS}}:{{CPU_MINUTES}}:{{CPU_SECONDS}} … … 44 45 # BATCH-directives for batch jobs used to send back the jobfile from a remote to a local host 45 46 BDT:#!/bin/bash 47 BDT:#PBS -A {{PROJECT_ACCOUNT}} 46 48 BDT:#PBS -N job_protocol_transfer 47 49 BDT:#PBS -l walltime=00:30:00
Note: See TracChangeset
for help on using the changeset viewer.