Re: [OMPI users] multicast not available

2011-02-24 Thread Ralph Castain
If you are trying to use OMPI as the base for ORCM, then you can tell ORCM to use OMPI's "tcp" multicast module - it fakes multicast using pt-2-pt tcp messaging. -mca rmcast tcp will do the trick. On Thu, Feb 24, 2011 at 6:27 AM, Jeff Squyres wrote: > I'm still not sure what you're asking --

Re: [OMPI users] multicast not available

2011-02-24 Thread Jeff Squyres
I'm still not sure what you're asking -- are you asking how to get Open MPI to work if multicast is disabled in your network? If so, not to worry; Open MPI doesn't currently use multicast. On Feb 24, 2011, at 6:39 AM, Vasiliy G Tolstov wrote: > On Thu, 2011-02-24 at 06:32 -0500, Jeff Squyres (

Re: [OMPI users] multicast not available

2011-02-24 Thread Vasiliy G Tolstov
On Thu, 2011-02-24 at 06:32 -0500, Jeff Squyres (jsquyres) wrote: > I'm not sure what you're asking. Open MPI should work just fine in a Xen > environment. > > If you're unsure about how to use the MPI API, you might want to take a > tutorial to get you familiar with MPI concepts, etc. Google a

Re: [OMPI users] multicast not available

2011-02-24 Thread Jeff Squyres (jsquyres)
I'm not sure what you're asking. Open MPI should work just fine in a Xen environment. If you're unsure about how to use the MPI API, you might want to take a tutorial to get you familiar with MPI concepts, etc. Google around; there are a bunch available. My personal favorite is at the UIUC NCS