ATLAS Offline Software
Classes | Variables
python.PDSFJobRunner Namespace Reference

Classes

class  PDSFJobRunner
 

Variables

string __author__ = 'Juerg Beringer'
 
string __version__ = '$Id: PDSFJobRunner.py 343090 2011-02-01 00:39:37Z hurwitz $'
 
string preScript
 

Variable Documentation

◆ __author__

string python.PDSFJobRunner.__author__ = 'Juerg Beringer'
private

Definition at line 12 of file PDSFJobRunner.py.

◆ __version__

string python.PDSFJobRunner.__version__ = '$Id: PDSFJobRunner.py 343090 2011-02-01 00:39:37Z hurwitz $'
private

Definition at line 13 of file PDSFJobRunner.py.

◆ preScript

string python.PDSFJobRunner.preScript
Initial value:
1 = """#!/bin/bash
2 
3 #$ -hard
4 #$ -l h_cpu=24:00:00
5 #$ -l eliza4io=1
6 
7 ulimit -c 0
8 
9 echo "Starting on host $(hostname) on $(date)"
10 echo "JOB_ID=$JOB_ID"
11 echo ""
12 ulimit -a
13 echo ""
14 
15 """

Definition at line 20 of file PDSFJobRunner.py.