0

I'm executing an executable file through cmd while parallel processing. The command I use is

mpiexec -n 2 Solution.exe

I want to run this file in a MFC project. I have a dialogue box like the picture below, when I press the OK button on this dialogue box I want my exe file to run. User will input the filename and number of threads which in the above case is 2 enter image description here

0 Answers0