Ada Böhm
Ada Böhm
btw: There are some jmalloc tunning options that may force the jmalloc to return memory to OS more actively: https://github.com/jemalloc/jemalloc/blob/dev/TUNING.md
We want in new Python API expose also open jobs, so you can repeatedly submit tasks into the same job. Missing open jobs are the probably the biggest problem in...
In the current version, the main difference is how tasks are get into HQ. HQ distinguish two type of submits: array job and task graph. - array job has a...
The topological sort is already done before the submit in Rust code. The only part that would need some effort is to create an estimate how big a task will...
Thank you. Sometimes I am thinking about scheduler build over Presburger artihmetics. It allows to have fast scheduler with dependencies without creating explicit Python object for each task. But design...
> It would be easy for me to solve this issue on the client side if there was a Python API for the [open jobs](https://it4innovations.github.io/hyperqueue/stable/jobs/openjobs/), but I guess it is...
Does it fail when you wait on a single such submitted job or when you wait on all of them?