Hello all. I will like request you a practical example about to how to set with MPI_Info_set(&info, …) so that “info” passed to MPI_Comm_spawn() not spawns local any process (let say “master” host), but yes in a slave (“slave” host), without using mpirun (just “./o.out”). Im using OpenMPI 4.0.1. Thanks!