ATLAS Offline Software
Loading...
Searching...
No Matches
python.PDSFJobRunner Namespace Reference

Classes

class  PDSFJobRunner

Variables

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

Detailed Description

PDSFJobRunner is a JobRunner for running jobs with the SGE batch system on pdsf.nersc.gov.

Written by Juerg Beringer (LBNL) in 2009.

Variable Documentation

◆ __author__

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

Definition at line 11 of file PDSFJobRunner.py.

◆ __version__

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

Definition at line 12 of file PDSFJobRunner.py.

◆ preScript

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

Definition at line 19 of file PDSFJobRunner.py.