Re: [OMPI devel] r26255 has made openib unusable on Solaris platforms

2012-04-13 Thread TERRY DONTJE
I am thinking MEMORY_LINUX_PTMALLOC2 is probably the right define to key off of but this is really going to look gross ifdef'ing out the lines that are accessing the Linux memory module. One other idea I have is to create a dummy __malloc_hook in the Solaris memory module but might there be

[OMPI devel] r26255 has made openib unusable on Solaris platforms

2012-04-13 Thread TERRY DONTJE
r26255 is forcing the use of __malloc_hook which is implemented in opal/mca/memory/linux however that is not compiled in the library when built on Solaris thus causing a referenced symbol not found when libmpi tries to load the openib btl. I am looking how to fix this now but if someone has a