I used the latest stable build of Open MPI (1.6-2). I used Visual Studio 2005
(not Visual Studio 2005 x64).
On 2012-06-13, at 9:42 AM, Shiqing Fan wrote:
Hi Nicola,
Which Open MPI version did you use?
What build type did you use for configuring it? For example, if you use cmake
generator "Vi
Hi Nicola,
Which Open MPI version did you use?
What build type did you use for configuring it? For example, if you use
cmake generator "Visual Studio 10 Win64" then the whole project is
configured only for 64bit, even if you change c/c++ options. In order to
use f77, which is only 32 bit avai
I am trying to configure Open MPI using CMake 2.8.8 and Visual Studio 2005 in
32 bit mode, with Intel Fortran. The machine is a 64 bit machine running
Windows XP 64 bit, and VS has 64 bit support.
Configure works fine without f77 bindings, but as soon as I add this option, I
get the error:
Ch