Hi Everyone,
I have a project in Visual Studio 2010 - C++ that I am trying to link with MKL Scalapack and Microsoft MPI HPC 2012. I can create a 64bit binary, but I am stuck creating a working 32bit binary. My problem is that the specific msmpi Scalapack libraries present in 64bit don't seem to be available in 32bit versions.
What is the general method for linking 32bit MKL-Scalapack and MS-MPI into a C++ project?
Thanks,
Brad.