Hi
I'm using makeflow to manage slurm jobs, and the jobs are submitted to a specific slurm partition via the command:
makeflow --jx makeflow.jx -T slurm --retry-count=0 --batch-options "--partition=aces"
For whatever reason only one job runs at a time, whereas when I run my makeflow.jx file on my laptop (via -T local), multiple parallel jobs are executed.
Is there a way to diagnose the problem to figure out why only one job is executed at a time on the slurm partition?
I am using makeflow version 7.10.1 FINAL.
Willem