openmole / gridscale

Scala library for accessing various file, batch systems, job schedulers and grid middlewares.
GNU Affero General Public License v3.0
27 stars 8 forks source link

Finish migration to DSL #10

Closed jopasserat closed 7 years ago

jopasserat commented 7 years ago

Some batch schedulers are yet to be migrated to the new functional implementation:

See Slurm for an example of how to implement a batch scheduler without much customisation. See Condor for an example of how to implement a batch scheduler with specific sequences of commands.

jopasserat commented 7 years ago

fixed in 57f0c9f2fe57d16c996c092068325d08d19919a0 (SGE) and f01d40af40c43bae4efda73bab8703ebb1a2c90e (OAR)