JuliaParallel / ClusterManagers.jl

Other
235 stars 74 forks source link

Addressing two issues with Slurm #119

Closed mkschleg closed 5 years ago

mkschleg commented 5 years ago

I've gone through and tested the code on a Slurm server I have access to. This fixes the issue with warn loggin in issue #115 (this was fixed as I was debugging and testing). I also added the capability to put job files in a specified folder as mentioned in #116.

These are tested to the best of my capability on a slurm server. I've included the file I used for testing as well, which could be useful for others.

116 and #115.

vchuravy commented 5 years ago

Thanks!