Affan

Results 14 issues of Affan

using Distributed on a Slurm cluster, I am unable to connect to the workers. The reason is that `SlurmClusterManager` requires the output from `start_worker` to be in the form `julia_worker:PORT#IP.IP.IP.IP`....

bug

In this issue, I will provide a brief overview of the details in this [discourse topic.](https://discourse.julialang.org/t/there-is-a-bug-in-this-function-and-i-cant-figure-out-what-it-is/19150/6). First, the environment is a cluster with a head node and 18 compute nodes...

Running on version 1.10 of `Distributed`, I get the following error when `add_procs()`. ``` nested task error: could not parse 9275#172.1.1.1 Stacktrace: [1] error(s::String) @ Base ./error.jl:35 [2] (::SlurmClusterManager.var"#13#18"{SlurmManager, Vector{WorkerConfig},...

I recently came across this package now that ClusterManagers is throwing a dep warning for Slurm. The new package uses `sbatch` functionality which lets SLURM handle the resource allocation on...