Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
None
-
3
-
9976
Description
the mpiexec usage shows
mpiexec [global args] [local args] executable [args]
and command
- mpiexec -np 5 -machinefile /tmp/test ls
invalid "local" arg: -machinefile
where '-machinefile' is a global args, it needs be put before local args '-np'
Patch has landed to Master.