Open
Description
Currently, there are two different Slurm managers available in Julia:
ClusterManagers.SlurmManager
(from this package).SlurmClusterManager.SlurmManager
(from theSlurmClusterManager.jl
package).
We strongly recommend that all users use option 2 (the SlurmClusterManager.jl
package).
Option 1 currently still exists. It has been deprecated (#246), but it has not been removed yet.
Are there any users out there that are currently using option 1? If the answer is no, then I'd like to completely remove option 1 from this package.