Re: [OMPI users] Building OpenMPI on Windows 7

2011-03-22 Thread Shiqing Fan
Hi Hiral, You have to add "OMPI_IMPORTS" as a preprocessor definition in you project configuration. Or a easier way is to use the mpicc command line. Please also take a look into the output of "mpicc --showme", it will give you the complete compile options. Regards, Shiqing On 3/22/2011 1

Re: [OMPI users] Building OpenMPI on Windows 7

2011-03-22 Thread hi
Hi Shiqing, While building my application (on Windows 7, Vistual Studio 2008 32-bit application) with openmpi-1.5.2, getting following error... util.o : error LNK2001: unresolved external symbol _ompi_mpi_byte util.o : error LNK2001: unresolved external symbol _ompi_mpi_op_max util.o : error LNK2

Re: [OMPI users] Building OpenMPI on Windows 7

2011-03-17 Thread Shiqing Fan
Hi Hiral, > There is no f90 bindings at moment for Windows. Any idea when this available? At moment, no. But only if there is strong requirements. Regards, Shiqing Thank you. -Hiral On Thu, Mar 17, 2011 at 5:21 PM, Shiqing Fan > wrote: I tried building openmpi-1

Re: [OMPI users] Building OpenMPI on Windows 7

2011-03-17 Thread hi
Hi Shiqing, Yes, it was parameter (MPI_STATUS_SIZE=) in mpif-config.h file. BTW: see the attached CMakeCache.txt. > There is no f90 bindings at moment for Windows. Any idea when this available? Thank you. -Hiral On Thu, Mar 17, 2011 at 5:21 PM, Shiqing Fan wrote: > > I tried building openmp

Re: [OMPI users] Building OpenMPI on Windows 7

2011-03-17 Thread Shiqing Fan
I tried building openmpi-1.5.2 on Windows 7 (as described below environment) with OMPI_WANT_F77_BINDINGS_ON and OMPI_WANT_F90_BINDINGS_ON using "ifort". I observed that it has generated mpif77.exe but didn't generated mpif90.exe, any idea??? There is no f90 bindings at moment for Windows. B

Re: [OMPI users] Building OpenMPI on Windows 7

2011-03-17 Thread hi
Hi, I tried building openmpi-1.5.2 on Windows 7 (as described below environment) with OMPI_WANT_F77_BINDINGS_ON and OMPI_WANT_F90_BINDINGS_ON using "ifort". I observed that it has generated mpif77.exe but didn't generated mpif90.exe, any idea??? BTW: while using above generated mpif77.exe to com

Re: [OMPI users] Building OpenMPI on Windows 7

2011-03-16 Thread Damien
Hiral, To add to Shiqing's comments, 1.5 has been running great for me on Windows for over 6 months since it was in beta. You should give it a try. Damien On 16/03/2011 8:34 AM, Shiqing Fan wrote: Hi Hiral, > it's only experimental in 1.4 series. And there is only F77 bingdings on Windows

Re: [OMPI users] Building OpenMPI on Windows 7

2011-03-16 Thread Shiqing Fan
Hi Hiral, > it's only experimental in 1.4 series. And there is only F77 bingdings on Windows, no F90 bindings. Can you please provide steps to build 1.4.3 with experimental f77 bindings on Windows? Well, I highly recommend to use 1.5 series, but I can also take a look and probably provide you

Re: [OMPI users] Building OpenMPI on Windows 7

2011-03-16 Thread hi
Hi Shiquing / Damien, Thanks for the quick reply. > it's only experimental in 1.4 series. And there is only F77 bingdings on Windows, no F90 bindings. Can you please provide steps to build 1.4.3 with experimental f77 bindings on Windows? BTW: Do you have any idea on: when next stable release wit

Re: [OMPI users] Building OpenMPI on Windows 7

2011-03-16 Thread Shiqing Fan
Hi Hiral, 1.3.4 is quite old, please use the latest version. As Damien noted, the full fortran support is in 1.5 series, it's only experimental in 1.4 series. And there is only F77 bingdings on Windows, no F90 bindings. Another choice is to use the released binary installers to avoid compilin

Re: [OMPI users] Building OpenMPI on Windows 7

2011-03-16 Thread Damien
Hi Hiral, The 1.4 series doesn't have Fortran support on Windows. You need to use 1.5. Damien On 16/03/2011 4:47 AM, hi wrote: Greetings!!! I am trying to build openmpi-1.3.4 and openmpi-1.4.3 on Windows 7 (64-bit OS), but getting some difficuty... My build environment: OS : Windows 7

[OMPI users] Building OpenMPI on Windows 7

2011-03-16 Thread hi
Greetings!!! I am trying to build openmpi-1.3.4 and openmpi-1.4.3 on Windows 7 (64-bit OS), but getting some difficuty... My build environment: OS : Windows 7 (64-bit) C/C++ compiler : Visual Studio 2008 and Visual Studio 2010 Fortran compiler: Intel "ifort" Approach