[OMPI users] glut display 'occasionally' opens

2010-12-06 Thread brad baker
Hello, I'm working on an mpi application that opens a glut display on each node of a small cluster for opengl rendering (each node has its own display). My current implementation scales great with mpich2, but I'd like to use openmpi infiniband, which is giving me trouble. I've had some success

Re: [OMPI users] glut display 'occasionally' opens

2010-12-06 Thread brad baker
would be behaving strangely. > > If you tell us -x DISPLAY, we'll pickup the local value of DISPLAY and > forward it. What that will cause your app to do is, I suppose, up to it. > > > On Dec 6, 2010, at 12:42 PM, brad baker wrote: > > > Hello, > > > > I'm

Re: [OMPI users] glut display 'occasionally' opens

2010-12-07 Thread brad baker
on you are using, mpirun could just open the > display for you. There is an mpirun option that tells us to please start > each app in its own xterm. > >> > >> You shouldn't need forwarding if you are going to see it on a local > display (i.e., one physically attached to th

Re: [OMPI users] glut display 'occasionally' opens

2010-12-08 Thread brad baker
le to define it on the > cmd line, saw it set correctly on every process, etc. > > This was with our devel trunk - not sure what version you are using. > > > On Dec 7, 2010, at 12:12 PM, brad baker wrote: > > Thanks for your responses! I'm at home today so I can't actually