Re: [OMPI devel] need help to add a module

2011-08-04 Thread Jeff Squyres
On Jul 23, 2011, at 3:08 PM, bin wang wrote: > I'm trying to add a module into open-mpi MCA framework. > I hope the module could be conditionally compiled and linked. > It should be disabled by default and enabled by certain flags at configure > step. Sorry for the delay in replying -- I was on

[OMPI devel] need help to add a module

2011-07-23 Thread bin wang
hello, I'm trying to add a module into open-mpi MCA framework. I hope the module could be conditionally compiled and linked. It should be disabled by default and enabled by certain flags at configure step. When I make a dynamic module, everything is working fine. The problem is that when I make a