Belle II Software development
LSFTask Class Reference
Inheritance diagram for LSFTask:
GenerateSimTask LSFMemoryIntensiveTask ResultRecordingTask SplitNMergeSimTask StateRecordingTask ValidationAndOptimisationTask CKFResultFilterTeacherTask CKFStateFilterTeacherTask

Public Member Functions

 __init__ (self, *args, **kwargs)
 

Public Attributes

 job_name = self.task_id
 set the job name (inherited variable)
 

Static Public Attributes

str batch_system = 'lsf'
 batch system
 
str queue = 's'
 queue
 

Detailed Description

Simple task that defines the configuration of the LSF batch submission.

Definition at line 183 of file combined_cdc_to_svd_ckf_mva_training.py.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
* args,
** kwargs )
Constructor.

Definition at line 193 of file combined_cdc_to_svd_ckf_mva_training.py.

193 def __init__(self, *args, **kwargs):
194 """Constructor."""
195 super().__init__(*args, **kwargs)
196
197 self.job_name = self.task_id
198
199

Member Data Documentation

◆ batch_system

str batch_system = 'lsf'
static

batch system

Definition at line 189 of file combined_cdc_to_svd_ckf_mva_training.py.

◆ job_name

job_name = self.task_id

set the job name (inherited variable)

Definition at line 197 of file combined_cdc_to_svd_ckf_mva_training.py.

◆ queue

str queue = 's'
static

queue

Definition at line 191 of file combined_cdc_to_svd_ckf_mva_training.py.


The documentation for this class was generated from the following file: