Class CondorGlideinWMS

  • All Implemented Interfaces:
    CondorStyle

    public class CondorGlideinWMS
    extends Condor
    Jobs targeting glidinWMS pools. Basically standard Condor jobs with special requirements and ranks
    Version:
    $Revision: 2090 $
    Author:
    Mats Rynge
    • Field Detail

      • STYLE_NAME

        public static final java.lang.String STYLE_NAME
        The name of the style being implemented.
        See Also:
        Constant Field Values
    • Constructor Detail

      • CondorGlideinWMS

        public CondorGlideinWMS()
        The default constructor.
    • Method Detail

      • apply

        public void apply​(Job job)
                   throws CondorStyleException
        Description copied from class: Condor
        Applies the condor style to the job. Changes the job so that it results in generation of a condor style submit file that can be directly submitted to the underlying condor scheduler on the submit host, without going through CondorG. This applies to the case of - local site execution - submitting directly to the condor pool of which the submit host is a part of.
        Specified by:
        apply in interface CondorStyle
        Overrides:
        apply in class Condor
        Parameters:
        job - the job on which the style needs to be applied.
        Throws:
        CondorStyleException - in case of any error occuring code generation.