Re: [OMPI users] starting open-mpi

2012-05-18 Thread Matthieu Brucher
Hi, You need to use the command prompt provided by Visual Studio and it will work. Matthieu 2012/5/18 Ghobad Zarrinchian > Hi. I've installed Visual Studio 2008 on my machine. But i have still the > same problem. How can i solve it? thx > > > On Fri, May 11, 2012 at 10:50 PM, Ghobad Zarrinchia

Re: [OMPI users] starting open-mpi

2012-05-18 Thread Ghobad Zarrinchian
Hi. I've installed Visual Studio 2008 on my machine. But i have still the same problem. How can i solve it? thx On Fri, May 11, 2012 at 10:50 PM, Ghobad Zarrinchian wrote: > Thanks Dmitry for your reply. :) > > > On Fri, May 11, 2012 at 4:47 PM, Dmitry N. Mikushin > wrote: > >> Hi Ghobad, >> >>

Re: [OMPI users] starting open-mpi

2012-05-11 Thread Ghobad Zarrinchian
Thanks Dmitry for your reply. :) On Fri, May 11, 2012 at 4:47 PM, Dmitry N. Mikushin wrote: > Hi Ghobad, > > The error message means the OpenMPI wants to use cl.exe - the compiler > from Microsoft Visual Studio. > > Here http://www.open-mpi.org/software/ompi/v1.5/ms-windows.php is it > stated: >

Re: [OMPI users] starting open-mpi

2012-05-11 Thread Dmitry N. Mikushin
Hi Ghobad, The error message means the OpenMPI wants to use cl.exe - the compiler from Microsoft Visual Studio. Here http://www.open-mpi.org/software/ompi/v1.5/ms-windows.php is it stated: This is the first binary release for Windows, with basic MPI libraries and executables. The supported platf

[OMPI users] starting open-mpi

2012-05-10 Thread Ghobad Zarrinchian
Hi all. I'm a new open-mpi user. I've downloaded the OpenMPI_v1.5.5-1_win32.exe file to install open-mpi on my dual-core windows 7 machine. I installed the file but now i can't compile my mpi programs. I use command below (in command prompt window) to compile my 'test.cpp' program: >> mpic++ -o te