Package | Description |
---|---|
edu.isi.pegasus.planner.classes | |
edu.isi.pegasus.planner.code.generator.condor | |
edu.isi.pegasus.planner.parser.pdax | |
edu.isi.pegasus.planner.refiner |
Modifier and Type | Field and Description |
---|---|
ENV |
Job.envVariables
To accomodate the environment variables which might needed to be set.
|
Modifier and Type | Method and Description |
---|---|
private TransformationCatalogEntry |
CondorGenerator.constructTCEntryFromEnvProfiles(ENV env)
Returns a tranformation catalog entry object constructed from the environment
An entry is constructed if either of the following environment variables
are defined
1) CONDOR_HOME
2) CONDOR_LOCATION
CONDOR_HOME takes precedence over CONDOR_LOCATION
|
private TransformationCatalogEntry |
SUBDAXGenerator.constructTCEntryFromEnvProfiles(ENV env)
Returns a tranformation catalog entry object constructed from the environment
An entry is constructed if either of the following environment variables
are defined
1) CONDOR_HOME
2) CONDOR_LOCATION
CONDOR_HOME takes precedence over CONDOR_LOCATION
|
Modifier and Type | Method and Description |
---|---|
private TransformationCatalogEntry |
PDAX2MDAG.constructTCEntryFromEnvProfiles(ENV env)
Returns a tranformation catalog entry object constructed from the environment
An entry is constructed if either of the following environment variables
are defined
1) CONDOR_HOME
2) CONDOR_LOCATION
CONDOR_HOME takes precedence over CONDOR_LOCATION
|
Modifier and Type | Field and Description |
---|---|
private ENV |
ThreadPool.mLocalEnv
The namespace object holding the environment variables for local
pool.
|
Modifier and Type | Method and Description |
---|---|
private ENV |
ThreadPool.loadLocalEnvVariables()
Reads in the environment variables into memory from the properties file
and the pool catalog.
|