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

Exit Code 128?

AaronONE
Beginner
732 Views
What does "exit code 128" represents?
These happen to all the processes when using Intel MPI Library 4 on Windows Server 2003.
My program compile and run well when using MPI Library 4 on Windows Server 2008.
Thanks.
0 Kudos
2 Replies
AaronONE
Beginner
732 Views
Good Day,
I have figured out, what does the exit code 128 represent?
For my program, I have forgotten to bundle the necessary (implicit) dlls with it when distributing.
You can also use the option /MD in Debug (or /MT in Release) when within Visual Studio 2010. This method does not require you to bundle the (implicit) dlls with your program. However, those dlls that you specifies explicitly must still be bundled.
Thanks.
0 Kudos
AaronONE
Beginner
732 Views
Good Day,
Another issue that results in having exit code 128 is the usage of mpiexec on a remote machine that is not one of the participating nodes in the data processing.
Thanks.
0 Kudos
Reply