KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVGEBatchJob.h
1
3
4#ifndef __KVGEBATCHJOB_H
5#define __KVGEBATCHJOB_H
6
7#include "KVBatchJob.h"
8
16class KVGEBatchJob : public KVBatchJob {
19
20public:
22 virtual ~KVGEBatchJob();
23
24 void DeleteJob();
26 {
27 resources = r;
28 }
29 const Char_t* GetResources() const
30 {
31 return resources;
32 }
33 virtual Int_t GetCPUusage() const
34 {
36 }
41
42 void AlterResources(TString r);
43
44 ClassDef(KVGEBatchJob, 1) //Job handled by Grid Engine batch system
45};
46
47#endif
int Int_t
ROOT::R::TRInterface & r
char Char_t
double Double_t
#define ClassDef(name, id)
Handles jobs submitted to batch system.
Definition KVBatchJob.h:16
Int_t cpu_used
Definition KVBatchJob.h:19
Job handled by Grid Engine batch system at CC-IN2P3.
void SetCPUscalingFactor(Double_t x)
Double_t cpu_scaling_factor
KVGEBatchJob()
Default constructor.
virtual Int_t GetCPUusage() const
TString resources
virtual ~KVGEBatchJob()
Destructor.
void AlterResources(TString r)
call qalter on job with given resource list
const Char_t * GetResources() const
void SetResources(TString r)
Double_t x[n]