bdh-generalization / requirements

1 stars 0 forks source link

Decouple compute from node server #15

Open dsmits opened 10 months ago

dsmits commented 10 months ago

For HPC, we should decouple compute from the node server.

Snellius works with the SLURM workload manager where computations are submitted as batch jobs.

Potentially we can connect to the SLUM api of snellius to send instructions.

Some questions to resolve:

Related: https://github.com/vantage6/vantage6/issues/431