Package | Description |
---|---|
edu.isi.pegasus.planner.code.generator.condor | |
edu.isi.pegasus.planner.code.generator.condor.style |
Modifier and Type | Method and Description |
---|---|
CondorStyle |
CondorStyleFactory.loadInstance(Job job)
This method loads the appropriate implementing CondorStyle as specified
by the user at runtime.
|
private CondorStyle |
CondorStyleFactory.loadInstance(PegasusBag bag,
String className)
This method loads the appropriate Condor Style using reflection.
|
Modifier and Type | Class and Description |
---|---|
class |
Abstract
An abstract implementation of the CondorStyle interface.
|
class |
Condor
Enables a job to be directly submitted to the condor pool of which the
submit host is a part of.
|
class |
CondorC
Enables a job to be directly submitted to the condor pool of which the
submit host is a part of.
|
class |
CondorG
This implementation enables a job to be submitted via CondorG to remote
grid sites.
|
class |
CondorGlideIN
Enables a job to be submitted to nodes that are logically part of the local pool,
but physically are not.
|
class |
CondorGlideinWMS
Jobs targeting glidinWMS pools.
|
class |
CreamCE
Enables a job to be directly submitted to a remote CREAM CE front end
The CREAM CE support in Condor is documented at the following link
|
class |
GLite
This implementation enables a job to be submitted via gLite to a
grid sites.
|
class |
SSH
Enables a job to be directly submitted to a remote PBS cluster using direct
ssh submission available as part of BOSCO
The CREAM CE support in Condor is documented at the following link
|