Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
opal: Disable memory patcher component on MacOS
Open MPI doesn't support any transports on MacOS which require memory manager hooks. The memory patcher component uses the syscall interface, which has been deprecated in recent versions of MacOS. Since we don't need it and it emits warnings about deprecation, disable the memory patcher component on MacOS. Fixes open-mpi#5671 Signed-off-by: Brian Barrett <bbarrett@amazon.com> (cherry picked from commit 19e16d5) (cherry picked from commit 8324b4e)
- Loading branch information