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
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,
>>
>>
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:
>
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
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