Re: [OMPI users] Propagate current shell's environment

2015-11-13 Thread Jeff Squyres (jsquyres)
Sorry Saurabh; all of us are caught up in preparing for the Supercomputing trade show next week. We've been delayed in replying to list email. :-( We actually take the opposite approach than MPICH: nothing is exported to remote processes by default except for internal Open MPI env variables.

Re: [OMPI users] Propagate current shell's environment

2015-11-13 Thread Saurabh T
I'd appreciate a response, even a simple no if this is not possible. Thank you. saurabh > From: saur...@hotmail.com > To: us...@open-mpi.org > Subject: RE: Propagate current shell's environment > Date: Mon, 9 Nov 2015 11:45:07 -0500 > > I meant different from the current shell, not different for

Re: [OMPI users] Propagate current shell's environment

2015-11-09 Thread Saurabh T
I meant different from the current shell, not different for different processes, sorry. Also I am aware of -x but it's not the right solution in this case because (a) it's manual (b) it appears that anything set in bashrc that was unset in the shell would be set for the program which I do not wa

[OMPI users] Propagate current shell's environment

2015-11-09 Thread Saurabh T
Hi, Is there any way with OpenMPI to propagate the current shell's environment to the parallel program? I am looking for an equivalent way to how MPICH handles environment variables (https://wiki.mpich.org/mpich/index.php/Frequently_Asked_Questions#Q:_How_do_I_pass_environment_variables_to_the_