Re: [OMPI users] error messages for btl components that aren't loaded

2006-06-30 Thread Patrick Jessee
Jeff, Thanks for the reply and your attention to this. Can you -- and anyone else in similar circumstances -- let me know how common this scenario is? I think this depends on the environment. For us and many other ISVs, it is very common. The build host is almost always physically differen

Re: [OMPI users] error messages for btl components that aren't loaded

2006-06-30 Thread Jeff Squyres (jsquyres)
This is due to the way the OMPI finds and loads modules. What actually happens is that OMPI looks for *all* modules of a given type and dlopen's them. It then applies the filter of which components are desired and dlclose's all the undesired ones. It certainly would be better to apply the filter