Hi,
I am new to HPC clusters and running MPI job, I am trying to understand if I am missing something while running Intel MPI Benchmark(IMB) over Network Direct on a Windows HPC cluster.
I have a IMB(source downloded from Intel site) compiled with MSMPI.lib(from MS Compute Cluster Pack) and tried running through the mpiexec and job submit which failed to run. Below is the error I got,
"Error (14001) The application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail."
Later I found the IMB source for compiling them for Windows 2008 server and compiled them with impi.lib which came with that source. I am able to start that job only with the mpiexec that cmae with the same source. I got some performance numbers too. I am confused now if the results I got is for Network Direct, since the IMB-MPI1 was not compiled with MSMPI.lib & the job was not run with mpiexec command from MS HPC Pack. How to confirm the same?
Thanks,
N