roryk / ipython-cluster-helper

Tool to easily start up an IPython cluster on different schedulers.
148 stars 23 forks source link

Fix SLURM resources limits etc. #59

Closed mwojcikowski closed 6 years ago

mwojcikowski commented 6 years ago

SLURM requires the #SBATCH params to be in one block. If there is a blank line between them the latter are ignored. This way we adhere to that requirement.

chapmanb commented 6 years ago

Maciej; Thanks much for the fix and identifying this issue. I'll prep a new release and update the bioconda package as well so it's generally available. Thanks again.