CWL: SLurm Job Sheduler
1
0
Entering edit mode
6.9 years ago

Does the slurm job scheduler work with Common Workflow Language implementations? How can I use it to run multiple files?

cwl slurm • 3.4k views
ADD COMMENT
2
Entering edit mode
6.9 years ago

Hello kevin.o.oluoch & thank you for your question,

At http://www.commonwl.org/ we see both Arvados and Toil listing support for the Slurm Workload Manager. Arvados requires Docker, which you might not have available.

Toil's documentation for running CWL workflows is at https://toil.readthedocs.io/en/releases-3.7.x/running/running.html#running-cwl-workflows

To run using Slurm, try cwltoil --batchSystem slurm --disableCaching my_workflow.cwl my_inputs.yaml

You may need to set additional Slurm options via the TOIL_SLURM_ARGS environment variable, see the first part of https://toil.readthedocs.io/en/releases-3.7.x/batchSystem.html

I hope this was helpful.

Cheers,

ADD COMMENT

Login before adding your answer.

Traffic: 2455 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6