gov.bnl.star.offline.scheduler.condorg
Class CondorDispatcher

java.lang.Object
  extended bygov.bnl.star.offline.scheduler.Dispatchers.lsf.LSFDispatcher
      extended bygov.bnl.star.offline.scheduler.condorg.CondorDispatcher
All Implemented Interfaces:
Dispatcher

public class CondorDispatcher
extends LSFDispatcher

Dispatches jobs using Condor-G on a remote site that uses LSF. It will use some extra rsl attributes created to command some extra features such as mail notification, resource usage, job name and target machine. These extra LSF attribute require a patch to the LSF job manager.

Version:
1.0 2003/07/23
Author:
Gabriele Carcassi

Field Summary
 
Fields inherited from class gov.bnl.star.offline.scheduler.Dispatchers.lsf.LSFDispatcher
application, reportedFailure, scratchDir, simulation
 
Constructor Summary
CondorDispatcher()
          Creates a new dispatcher
 
Method Summary
protected  void dispatch(Request request, Job job)
           
 void dispatch(Request request, java.util.List jobs)
          Creates the scripts and dispatches the job on the target machine.
protected  java.lang.String getClassAdName(Request request, Job job)
          Returns the name of the file containing the class ad.
protected  java.lang.String getCondorCommand(Request request, Job job)
          Returns the command line to submit the job through condor-g.
 java.lang.String getCondorEx()
           
 java.lang.String getCondorOptions()
          Getter for property condorOptions.
 void setCondorEx(java.lang.String condorEx)
           
 void setCondorOptions(java.lang.String condorOptions)
          Setter for property condorOptions.
 
Methods inherited from class gov.bnl.star.offline.scheduler.Dispatchers.lsf.LSFDispatcher
getBsubEx, getBsubOptions, getClusterName, getMaxAttempts, getMsBtwnFailure, getMsBtwnSuccess, getQueueName, getQueueName, getResourceStrategy, getResourceUsageSwitch, getScratchDir, reportFailure, reportProcessSubmissionFailure, retrieveOutput, setBsubEx, setBsubOptions, setClusterName, setMaxAttempts, setMsBtwnFailure, setMsBtwnSuccess, setQueueName, setResourceRequirementStringDefinition, setResourceStrategy, setScratchDir, useSimulationMode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CondorDispatcher

public CondorDispatcher()
Creates a new dispatcher

Method Detail

setCondorEx

public void setCondorEx(java.lang.String condorEx)

getCondorEx

public java.lang.String getCondorEx()

dispatch

public void dispatch(Request request,
                     java.util.List jobs)
Creates the scripts and dispatches the job on the target machine.

Specified by:
dispatch in interface Dispatcher
Overrides:
dispatch in class LSFDispatcher
Parameters:
request - the job request

dispatch

protected void dispatch(Request request,
                        Job job)
Overrides:
dispatch in class LSFDispatcher

getCondorCommand

protected java.lang.String getCondorCommand(Request request,
                                            Job job)
Returns the command line to submit the job through condor-g.

Parameters:
request - the request that originated the job
job - the job to be dispatched
Returns:
the commandline to submit the job

getClassAdName

protected java.lang.String getClassAdName(Request request,
                                          Job job)
Returns the name of the file containing the class ad. Class ad is the job description required by condor to submit a job.

Parameters:
request - the request that originated the job
job - the job to be submitted
Returns:
the file name of the class ad

getCondorOptions

public java.lang.String getCondorOptions()
Getter for property condorOptions.

Returns:
Value of property condorOptions.

setCondorOptions

public void setCondorOptions(java.lang.String condorOptions)
Setter for property condorOptions.

Parameters:
condorOptions - New value of property condorOptions.


Copyright © 2002-2004 STAR collaboration - Brookhaven National Laboratory. All Rights Reserved.