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:
= """#!/bin/bash
#$ -hard
#$ -l h_cpu=24:00:00
#$ -l eliza4io=1
ulimit -c 0
echo "Starting on host $(hostname) on $(date)"
echo "JOB_ID=$JOB_ID"
echo ""
ulimit -a
echo ""
"""

Definition at line 19 of file PDSFJobRunner.py.