Re: [slurm-users] ABI Stability

2022-11-30 Thread Ward Poelmans
Hi Michael, On 30/11/2022 07:29, Michael Milton wrote: Considering this, my question is about which APIs (ABI, CLI, other?) are considered stable and worth targeting from a third party application. In addition, is there any initiative to making the ABI stable, because it seems like it would

[slurm-users] ABI Stability

2022-11-29 Thread Michael Milton
Hi, I've been looking into writing applications that can efficiently query and interact with the SLURM job queue and accounting system. For this reason my initial instinct was to write a Rust application that uses the libslurm ABI to avoid inefficiently spawning subprocesses. However a quick look i