Re: [OMPI users] Error in hello_cxx.cc

2018-04-23 Thread r...@open-mpi.org
and 3) we no longer support Windows. You could try using the cygwin port instead. > On Apr 23, 2018, at 7:52 PM, Nathan Hjelm wrote: > > Two things. 1) 1.4 is extremely old and you will not likely get much help > with it, and 2) the c++ bindings were deprecated in MPI-2.2

Re: [OMPI users] Error in hello_cxx.cc

2018-04-23 Thread Nathan Hjelm
Two things. 1) 1.4 is extremely old and you will not likely get much help with it, and 2) the c++ bindings were deprecated in MPI-2.2 (2009) and removed in MPI-3.0 (2012) so you probably want to use the C bindings instead. -Nathan > On Apr 23, 2018, at 8:14 PM, Amir via users

Re: [OMPI users] Error in hello_cxx.cc

2018-04-23 Thread r...@open-mpi.org
Also, I note from the screenshot that you appear to be running on Windows with a Windows binary. Correct? > On Apr 23, 2018, at 7:08 AM, Jeff Squyres (jsquyres) > wrote: > > Can you send all the information listed here: > >https://www.open-mpi.org/community/help/ >

Re: [OMPI users] Error in hello_cxx.cc

2018-04-23 Thread Jeff Squyres (jsquyres)
Can you send all the information listed here: https://www.open-mpi.org/community/help/ > On Apr 22, 2018, at 2:28 PM, Amir via users wrote: > > Hi everybody, > > After having some problems with setting up the debugging environment for > Visual Studio 10, I am

[OMPI users] Error in hello_cxx.cc

2018-04-22 Thread Amir via users
Hi everybody, After having some problems with setting up the debugging environment for Visual Studio 10, I am trying to debug the first Open_MPI example program (hello_cxx.cc) .  I am getting an error in the function call MPI::Init();  . The attached screenshot should clarify this better.  I