What is the differences between "-genvall" and "-envall"?

403 views Asked by At

When I need to pass my environment variables in my mpi job, what is the differences between "-genvall" and "-envall" options? I really cannot understand the description in man file.

1

There are 1 answers

1
PilouPili On

Take a look at https://docs.par-tec.com/html/psmpi-userguide/rn01re01.html

you will see

-genvall Export all environment variables to all processes. Same as --envall.

So there is no difference.