Re: [OMPI users] compilation on windows 7 64-bit

2012-07-27 Thread Sayre, Alan N
, Alan From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Tim Prince Sent: Friday, July 27, 2012 12:27 PM To: us...@open-mpi.org Subject: Re: [OMPI users] compilation on windows 7 64-bit On 07/27/2012 12:23 PM, Sayre, Alan N wrote: During compilation I get

Re: [OMPI users] compilation on windows 7 64-bit

2012-07-27 Thread Tim Prince
On 07/27/2012 12:23 PM, Sayre, Alan N wrote: During compilation I get warning messages such as : c:\program files (x86)\openmpi_v1.6-x64\include\openmpi/ompi/mpi/cxx/op_inln.h(148): warning C4800: 'int' : forcing value to bool 'true' or 'false' (performance warning) cmsolver.cpp Which

Re: [OMPI users] compilation on windows 7 64-bit

2012-07-27 Thread Sayre, Alan N
ternal symbol __imp__MPI_Finalize referenced in function "void __cdecl MpEnvFree(void)" (?MpEnvFree@@YAXXZ) Alan From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Shiqing Fan Sent: Friday, July 27, 2012 7:52

Re: [OMPI users] compilation on windows 7 64-bit

2012-07-27 Thread Shiqing Fan
str@@YAHPAHQAPAPAD@Z) como_mplib.lib(mpenv.obj) : error LNK2019: unresolved external symbol __imp__MPI_Finalize referenced in function "void __cdecl MpEnvFree(void)" (?MpEnvFree@@YAXXZ) Alan *From:*users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] *On Behalf Of *Shiq

Re: [OMPI users] compilation on windows 7 64-bit

2012-07-27 Thread Sayre, Alan N
onstr(int *,char * * * const)" (?MpEnvConstr@@YAHPAHQAPAPAD@Z) como_mplib.lib(mpenv.obj) : error LNK2019: unresolved external symbol __imp__MPI_Finalize referenced in function "void __cdecl MpEnvFree(void)" (?MpEnvFree@@YAXXZ) Alan From: users-boun...@open-mpi.org [mailto:users-boun...@o

Re: [OMPI users] compilation on windows 7 64-bit

2012-07-27 Thread Shiqing Fan
FYI. I've just made an update for this issue in trunk. There will be no need to define this flags in the next releases. Shiqing On 2012-07-27 12:24 AM, Damien wrote: Do you have OMPI_IMPORTS, OPAL_IMPORTS and ORTE_IMPORTS defined in your preprocessor flags? You need those. Damien On

Re: [OMPI users] compilation on windows 7 64-bit

2012-07-26 Thread Damien
Do you have OMPI_IMPORTS, OPAL_IMPORTS and ORTE_IMPORTS defined in your preprocessor flags? You need those. Damien On 26/07/2012 3:56 PM, Sayre, Alan N wrote: I'm trying to replace the usage of platform mpi with open mpi. I am trying to compile on Windows 7 64 bit using Visual Studio

[OMPI users] compilation on windows 7 64-bit

2012-07-26 Thread Sayre, Alan N
I'm trying to replace the usage of platform mpi with open mpi. I am trying to compile on Windows 7 64 bit using Visual Studio 2010. I have added the paths to the openmpi include and library directories and added the libmpid.lib and libmpi_cxxd.lib to the linker input. The application compiles