-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mpirun: Error: unknown option "-o" #59
Comments
I've also seen this issue when running with multiple hosts. The error looks to come from benchmark.sh. line 280 mpirun -hosts $hosts -np $num_accelerators python3 dlio_benchmark/dlio_benchmark/main.py --config-path=$CONFIG_PATH workload=$config_name ++workload.workflow.generate_data=False ++workload.workflow.train=True ${prefixed_array[@ ]} ${EXTRA_PARAMS[@]}
Note -host vs -hosts |
The mpirun/mpiexec command differs from system to system. It is good to modify ./benchmark.sh accordingly.
Maybe Johnu can add this note in the documentation.
Huihuo
… On May 17, 2024, at 10:41 AM, William Power ***@***.***> wrote:
I've also seen this issue when running with multiple hosts. The error looks to come from
benchmark.sh. line 280
mpirun -hosts $hosts -np $num_accelerators python3 dlio_benchmark/dlio_benchmark/main.py --config-path=$CONFIG_PATH workload=$config_name ++workload.workflow.generate_data=False ++workload.workflow.train=True ${prefixed_array[@ ]} ${EXTRA_PARAMS[@]}
man mpirun
...
Specifying Host Nodes
Host nodes can be identified on the mpirun command line with the -host option
Note -host vs -hosts
—
Reply to this email directly, view it on GitHub <#59 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ABMCS3IY4XBXU5SH2VAK4W3ZCYQLTAVCNFSM6AAAAABF37MAFKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCMJXHA3TGMZUGQ>.
You are receiving this because you are subscribed to this thread.
|
No description provided.
The text was updated successfully, but these errors were encountered: