I'm starting mpi program via --launch-proxy, and would like to pass some additional parameters to it. But I'm not able to figure out how to do that (or if it is possible at all). Attempts to use environ failed:
OMPI_VAR1=aa mpirun program
mpirun -x VAR2=bb program

The program will get set OMPI_VAR1 and VAR2, but only because orted setup environ. The launch-proxy gets no additional parameters. Is there a way to push some params to launch-proxy ?

Justin

Reply via email to