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.
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
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
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_