Skip to content

PHM is not compatible with the distributed memory backend, more specifically...

Thomas Koopman requested to merge hotfix-2451 into develop

PHM is not compatible with the distributed memory backend, more specifically the init function of GASNet. Turn off automatically. Without the private heap manager, there is also a false positive on -Wuse-after-free due to how we count references.

Fixes issue #2451 (closed)

Merge request reports