This might seem pretty stupid but that's where I am stuck.
I am trying to build a Fortran application for a parallel machine using the Parallel Studio XE 2016 Cluster Edition on top on the MS Visual Studio Entreprise 2015. All works fine until I try to use the Intel MPI libraries, either the one embeded on the cluster edition or the MPI library 5.1.
Before submitting the code to the high performance machine, I would like to debug it locally.
My local machine is running Win8 64bits, x64-based processor, 8GB. When I installed the Fortran package, it installed itself in the Program Files (x86)\IntelSWTools folder but all mpi libraries are either intel64 or em64t. It does not matter how many Fortran mpi libraries I install, they all seem to be x64. I would expect things to not work, as they do not at the present.
Must I find, download ans install a x64 Fortran? I was never "told" that the Fortran I was installing was x86.
Any suggestions?
Thanks,.