Public Member Functions | |
void | testInvariant () const |
SlurmDriver () | |
void | SetJobName (std::string job_name) |
void | SetAccount (std::string account) |
void | SetPartition (std::string partition) |
void | SetRunTime (std::string run_time) |
void | SetMemory (std::string memory) |
void | SetConstrain (std::string constraint) |
EL::SlurmDriver::SlurmDriver | ( | ) |
effects: standard default constructor guarantee: strong failures: low level errors I
void EL::SlurmDriver::testInvariant | ( | ) | const |
effects: test the invariant of this object guarantee: no-fail
Reimplemented from EL::BatchDriver.