Intel® oneAPI HPC Toolkit
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
2020 Discussions

mpiexec and command line arguments

John_Young
New Contributor I
553 Views
Hi,

I'm using the mpiexec wrapper on Windows for Intel MPI 4.0 and I cannot figure out how to pass a command line argument to my program. Is this possible, and, if so, how do I do it?

Thanks,
John
0 Kudos
1 Solution
Dmitry_K_Intel2
Employee
553 Views
John,

It's more clear now!
When you run wmpiexec, you need to provide applications arguments inside of quotation marks in the "Application" line.


Regards!
Dmitry

View solution in original post

4 Replies
Dmitry_K_Intel2
Employee
553 Views
Hi John,

Could you please try the following:
mpiexec -n 4 ./test.exe arg1 arg2

Regards!
Dmitry
John_Young
New Contributor I
553 Views
Hi Dimitri,

That works. However, I would like to be able to use the gui mpiexec wrapper and not the command line. Is there anyway to pass command line arguments in the gui wrapper? I do not see any option or box available to do that.

Thanks,
John.
Dmitry_K_Intel2
Employee
554 Views
John,

It's more clear now!
When you run wmpiexec, you need to provide applications arguments inside of quotation marks in the "Application" line.


Regards!
Dmitry
John_Young
New Contributor I
553 Views
Thanks. That what I was looking for.

John
Reply