FNNDSC / pman

A process management system written in python
MIT License
22 stars 33 forks source link

Create a development environment for SLURM #214

Open jennydaman opened 1 year ago

jennydaman commented 1 year ago

Write a docker-compose.yml which brings up pman, Cromwell, and a SLURM cluster in containers for testing of pman.

https://github.com/FNNDSC/pman/wiki/Cromwell

FaithKovi commented 1 year ago

Hello @jennydaman I am an outreachy applicant. I want to work on this issue.

jennydaman commented 1 year ago

Great @FaithKovi this is an important issue.

SLURM can be a lot to learn if you're new to HPC but I believe that someone who is experienced with docker-compose and Linux in general should be able to pick it all up in a few days.

FaithKovi commented 1 year ago

@jennydaman great. Can you share resources that would help in learning about SLURM, pman and Cromwell to get started. Thank you