Hi,
I'm looking at including the intel mpi as part of our software package, this way the end-user do not have to install the MPI components on his system.
We will of course include this in the 3rd party EULA of our software.
However:
- The "redist.txt" file of the intel MPI folder list the files which are OK to include in our package. But the file bin/pmi_proxy.exe seems missing from the list. It is required to run local computations (-localonly)
- What are the pitfalls of bundling the MPI components with the software distribution? any environment variables to set-up?
If it is sufficient, we would end up simply launching mpiexec with a full path ( C:/Program Files/OurSoftware/MPI/Intel/intel64/bin/mpiexec.exe ...)
Thanks