Thanks, That's what I wanted to know. And thanks for all the help!
Luke On Wed, Oct 28, 2009 at 9:06 PM, Ralph Castain <r...@open-mpi.org> wrote: > I see. No, we don't copy your envars and ship them to remote nodes. Simple > reason is that we don't know which ones we can safely move, and which would > cause problems. > > However, we do provide a mechanism for you to tell us which envars to move. > Just add: > > -x LD_LIBRARY_PATH > > to your mpirun cmd line and we will pickup that value and move it. You can > use that option any number of times. > > I know it's a tad tedious if you have to move many of them, but it's the > only safe mechanism we could devise. > > HTH > Ralph