Thanks for your help. To be honest, my intention was to init the processes
from the code with the MPI comm spawn. However I will try with mpirun.
Thanks again.
El mié., 12 ago. 2020 19:20, Ralph Castain via users <
users@lists.open-mpi.org> escribió:
> No, I'm afraid that won't do anything - all
No, I'm afraid that won't do anything - all the info key does is tell the
launcher (mpirun or whatever you used) that you would like it to collect and
distribute the stdin. However, it will just be ignored if you don't have the
launcher there to provide that support.
How are you planning on sta
I was planning to create a MPI Info variable with a pair of ompi stdin
target as key and all as value. Is not the way of archieve this goal?
El mié., 12 ago. 2020 18:29, Ralph Castain via users <
users@lists.open-mpi.org> escribió:
> Setting aside the known issue with comm_spawn in v4.0.4, how ar
Setting aside the known issue with comm_spawn in v4.0.4, how are you planning
to forward stdin without the use of "mpirun"? Something has to collect stdin of
the terminal and distribute it to the stdin of the processes
> On Aug 12, 2020, at 9:20 AM, Alvaro Payero Pinto via users
> wrote:
>
>