Currently, there are two different Slurm managers available in Julia: 1. `ClusterManagers.SlurmManager` (from this package). 2. `SlurmClusterManager.SlurmManager` (from the [`SlurmClusterManager.jl`](https://github.com/JuliaParallel/SlurmClusterManager.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.