After searching some more and reading some FAQs on the opmi website, I see sugestions on how to make a remote app use the local display to render, but that isn't what I need... Let me revise or clarify my question: I have an app which will run on 5 machines: The app will be kicked off on Machine0. Machine1,2,3,4 will render a scene to their own display, then send data to Machine0, which will use the data as input to render its scene, which will be rendered on its own display. Also, Is my understand of rank correct: Rank is like a App ID#? Rank = 0 is the initial process? and 1-N is all others? Ed
________________________________ From: Ed Peddycoart Sent: Fri 10/8/2010 11:10 AM To: us...@open-mpi.org Subject: OpenMPI and glut I have a glut app I am infusing with MPI calls... The glut init appears to fail in the rank1 processes. How do I accomplish this, that is, parallel rendering with GLUT and MPI? Ed