Skip to content

Add DummySlurmBackend and unit tests

Aaron Graubert requested to merge dummy into master

Created by: agraubert

This backend runs slurm entirely inside docker containers on the local filesystem. This PR also adds a suite of unit and integration tests for:

  • The dummy backend
  • The remote backend
  • All localizers (NFS localizer only partially tested)
  • The orchestrator and xargs system

Closes #23 (closed)

Merge request reports