Skip to content

Provide an executor to run slurm locally #33

@SvenMarcus

Description

@SvenMarcus

Currently HPC Rocket only runs slurm commands over SSH. However, if the CI runner is directly running on a machine that has slurm installed, it should also be able to run these commands locally.

The abstract class CommandExecutor already provides us with the necessary interface to substitute the SSHExecutor with a local one. Some additional arguments may be required to choose the correct executor and filesystem at runtime.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions