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 disa
You can disable it a few different ways. The easiest way is probably to set
the "OMPI_MCA_memory_linux_disable" environment variable to "yes" before you
launch mpirun.
On Dec 16, 2014, at 5:15 AM, tom fogal wrote:
> I somewhat arbitrarily came across this bug:
>
> https://github.com/open-