Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.

MPI command question

Zhanghong_T_
Novice
427 Views

Dear all,

I use MPI to run program for the given work path. The program works when I run the following command:

mpiexec -wdir "Z:\test" -host 1 n01 1 z:\fem

However, when running the following command:

mpiexec -wdir "Z:\test" -n 1 z:\fem

The program displayed the following error:

forrtl: severe (29): file not found, unit 1, file C:\Windows\system32\parainfo\control.dat

The 'control.dat' is placed at z:\test\parainfo, and the program will search for 'control.dat' from 'parainfo' automatically.

Is there anything I missed to use MPI by latter command?

Thanks,

Zhanghong Tang

0 Kudos
2 Replies
Zhanghong_T_
Novice
427 Views

Oh sorry, I have an error in typing the command, please neglect this post.

Thanks
 

0 Kudos
Gergana_S_Intel
Employee
427 Views

Hi Zhanghong,

Thanks for letting us know.  I'm glad you figured it out :)

~Gergana

0 Kudos
Reply