Slurm Documentation Unclear
1) Example + Doc missmatch
The example in the repo example file does not match up with the example provided in the docs
Specifically, the arg: scheduler-analysis-time = 1-00:00:00 # 1 day. I assume this is needed? Maybe the example in the docs should just point to the file in the git repo.
2) Unclear what scheduler-args I should add
Additionally, just looking at the docs I am unsure if I should manually add some scheduler args like:
scheduler-args = output=output.log mem-per-cpu=10000 ntasks-per-node=? nodes=? job-name=some_name
or if bilby_pipe automatically sets these...
3) Setting number of cores to use
For condor jobs, i can have 5 GPS times, and bilby_pipe sets up a DAG with 5 generations and 5 analysis job, and I do not need to worry about setting the number of cores etc.
On Slurm systems, each node has a number of cores. Do I need to set these manually?