In the man doc of mpirun, it says that:
-genvall
Use this option to enable propagation of all environment variables to all MPI processes.
-envall
Use this option to propagate all environment variables in the current argument set.
May I have a more plain-spoken explanation in their meaning and differences?
Thank you.