Matthew LeGendre
Matthew LeGendre
If you were using spindle with slurm 20.11+, then I just pushed a fix for running spindle with that version of slurm to devel. The issue could have produced the...
What's happening here is that there's a bug/feature in Slurm 20.11+ that makes it so Spindle can't launch its daemons with Slurm. The "checking slurm version for compatibility... no" means...
I like the feature, but agree about needing a better implementation. Some of those hardcoded paths are NFS on our linux clusters. The last release added an internal capability to...
There's no PMIx support, and it's not on my near-term road map. Are you running any resource managers above OpenMPI? There are other options for SLURM, and upcoming options for...
Yes, that should work. Make sure the myhostbin script returns the same nodes that will be used in the job. Note that the hostbin code probably hasn't been used in...
What compiler and version produces this error?
This was just reported from another source too, and a fix is underway. I'll post a pointer here when it's up.
The devel branch has a fix for this issue. It's an unfortunately large fix that changes a lot, so I won't be making a point release for it. It'll be...
This is going to take some effort to fix. Gotcha needs to wrap dlsym() to implement its function interception. But you need _dl_sym() to correctly implement a wrapper, since wrappers...
Yes, that's the failure that goes with this bug.