pdobbelaere

Results 3 issues of pdobbelaere

Newer Python versions (I think 3.12 and up) are seriously overhauling the typing system. (Specifically interactions between type hints, `types.GenericAlias` and `inspect`) This causes the existing `serialization` module to break,...

For `psiflow` configurations where multiple apps run in parallel on the same worker node, it seems like `MPI` core affinities can bind multiple processes to the same core, leading to...