HP-MPI Version 2.0 for Windows Release Note

To embed the manifest file into .exe/.dll, use the mt tool. For more information, see the
Microsoft/Visual Studio mt.exe tool.
The following example shows how to embed a .manifest file into an application:
C:\> "%MPI_ROOT%\bin\mpicc.bat" -mpi64 /MD hello_world.c
C:\> mt -manifest hello_world.exe.manifest
-outputresource:hello_world.exe;1
46 C Command-Line Basics