Jonathan Otto

Results 7 comments of Jonathan Otto

Hi @tazend, Thanks for the input! I did not know that `sbatch` can do this. I will think about it, and see what I end up doing. That's either doing...

Hi @tazend, Yeah, I actually had a similar implementation tested yesterday, which used the `IS_JOB_COMPLETED` function. But to get to the pointer, I had to (re)use a lot of the...

Hello pyslurm devs, I have pushed my updates for the `wait_finished` method. It now uses the raw job pointer, as discussed before. I also did two additional things: - To...

Hi @tazend, Sure, base branch is changed. If this not works for some reason, let me know, I could copy my changes to main and open a new PR (I...

Hi @tazend Oh okay, maybe that's on me, I'm still a noob when it comes to all these cool GitHub features. I do not see your comment, but maybe I...

Okay, fix pushed. There should now be pairs of `_load_single_job` and `slurm_free_job_info_msg` each. Thanks for all your help @tazend!