I somewhat arbitrarily came across this bug:

  https://github.com/open-mpi/ompi/issues/299

I have an application which does `fun' things to a subprocess' memory
layout, and I worry that mucking with symbols (particularly malloc and
mmap) will break some assumptions I make.  Is there a way to disable
this interception?

I would be fine if disabling it broke/disabled some functionality: I'm
just running locally on a few cores and could use a TCP transport, for
now.

Thanks much,

-tom

Reply via email to