Re: [OMPI users] building OpenMPI on Windows XP 64 using Visual Studio 6 and Compaq Visual Fortran

2010-01-28 Thread Shiqing Fan
Hi Justin, Unfortunately, for Open MPI on Windows, not all the Fortran compilers are supported, and the f90 bindings haven't been implemented. But the f77 bindings are available, and the Windows version of GNU Fortran compilers should work in that case, e.g. g77, g95. Regards, Shiqing

[OMPI users] building OpenMPI on Windows XP 64 using Visual Studio 6 and Compaq Visual Fortran

2010-01-28 Thread Justin Watson
Hello all, I am trying to build a 32 bit version of OpenMP on Window XP 64 using Visual Studio 6 and Compaq Visual Fortran 6.6b. I am using CMake to configure the build I specify Visual Studio 6 as my generator for this project. I specify where my c (cl.exe) and fortran