Re: [OMPI users] Building MPI on Windows

2012-06-15 Thread Damien
your help, Damien! I'm sure I'm gonna get stuck more along the way so hoping you can help. -- Vimal *From:*users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] *On Behalf Of *Damien *Sent:* Friday, June 15, 2012 2:57 PM *To:* Open MPI Users *Subject:* Re: [OMPI users] B

Re: [OMPI users] Building MPI on Windows

2012-06-15 Thread VimalMathew
u can help. -- Vimal From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Damien Sent: Friday, June 15, 2012 2:57 PM To: Open MPI Users Subject: Re: [OMPI users] Building MPI on Windows Hmmm. Two things. Can you run helloworldMPI.exe on it's own? It should ou

Re: [OMPI users] Building MPI on Windows

2012-06-15 Thread Damien
make sense only to an OpenMPI developer. Help! -- Vimal *From:*users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] *On Behalf Of *Damien *Sent:* Thursday, June 14, 2012 4:55 PM *To:* Open MPI Users *Subject:* Re: [OMPI users] Building MPI on Windows You did build the project, right

Re: [OMPI users] Building MPI on Windows

2012-06-15 Thread VimalMathew
2012 4:55 PM To: Open MPI Users Subject: Re: [OMPI users] Building MPI on Windows You did build the project, right? The helloworldMPI.exe is in the Debug directory? On 14/06/2012 1:49 PM, vimalmat...@eaton.com wrote: No luck. Output: Microsoft Windows [Version 6.1.7601] Copyright (c)

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread Damien
* -- Vimal *From:*users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] *On Behalf Of *Damien *Sent:* Thursday, June 14, 2012 3:38 PM *To:* Open MPI Users *Subject:* Re: [OMPI users] Building MPI on Windows Here's a MPI Hello World project based on your code. It runs fine on my

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread Trent Creekmore
: [OMPI users] Building MPI on Windows I restarted my system and the error message changed to this: mpiexec was unable to launch the specified application as it could not find an e xecutable: Executable: Test.exe Node: SOUMIWHP5003567 while attempting to start process rank 0

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread VimalMathew
..@eaton.com wrote: Anything else that you can think off that could be causing this? -- Vimal From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of vimalmat...@eaton.com Sent: Thursday, June 14, 2012 2:10 PM To: us...@open-mpi.org Subject: Re: [OMPI users] Build

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread VimalMathew
-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of vimalmat...@eaton.com Sent: Thursday, June 14, 2012 3:08 PM To: us...@open-mpi.org Subject: Re: [OMPI users] Building MPI on Windows Anything else that you can think off that could be causing this? -- Vimal From: users-boun...@open

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread Damien
at you can think off that could be causing this? -- Vimal *From:*users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] *On Behalf Of *vimalmat...@eaton.com *Sent:* Thursday, June 14, 2012 2:10 PM *To:* us...@open-mpi.org *Subject:* Re: [OMPI users] Building MPI on Windows Yes, I

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread VimalMathew
Anything else that you can think off that could be causing this? -- Vimal From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of vimalmat...@eaton.com Sent: Thursday, June 14, 2012 2:10 PM To: us...@open-mpi.org Subject: Re: [OMPI users] Building MPI on Windows

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread VimalMathew
amp;argv); MPI_Comm_size(MPI_COMM_WORLD,&nTasks); MPI_Comm_rank(MPI_COMM_WORLD,&rank); printf ("Number of threads = %d, My rank = %d\n", nTasks, rank); MPI_Finalize(); return 0; } -- Vimal From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] O

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread Damien
MPI_Comm_rank(MPI_COMM_WORLD,&rank); printf ("Number of threads = %d, My rank = %d\n", nTasks, rank); MPI_Finalize(); return0; } -- Vimal *From:*users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] *On Behalf Of *Damien *Sent:* Thursday, June 14, 2012 1:49 PM *To:*

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread VimalMathew
e copy paste. Now I get a message saying: mpiexec noticed that the job aborted, but has no info as to the process that caused that situation -- Vimal From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Damien Sent: Thursday, June 14, 2012 1:36 PM To: Open MPI U

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread Damien
has no info as to the process that caused that situation* -- Vimal *From:*users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] *On Behalf Of *Damien *Sent:* Thursday, June 14, 2012 1:36 PM *To:* Open MPI Users *Subject:* Re: [OMPI users] Building MPI on Windows Ah. You installe

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread VimalMathew
: Open MPI Users Subject: Re: [OMPI users] Building MPI on Windows Ah. You installed the OpenMPI binaries too right? Those are built with VS2010. I bet the way your paths are set up it's using the installed version of mpiexec that wants VS2010 runtimes, not the mpiexec you compiled today

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread Damien
boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] *On Behalf Of *Damien *Sent:* Thursday, June 14, 2012 1:17 PM *To:* Open MPI Users *Subject:* Re: [OMPI users] Building MPI on Windows That's odd. That's the standard MS C++ runtime for VS 2010. I thought you built with VS 2008

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread VimalMathew
-mpi.org Subject: Re: [OMPI users] Building MPI on Windows No, it’s the VS 2008 Express edition. -- Vimal From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Damien Sent: Thursday, June 14, 2012 1:17 PM To: Open MPI Users Subject: Re: [OMPI users] Building MPI

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread VimalMathew
No, it's the VS 2008 Express edition. -- Vimal From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Damien Sent: Thursday, June 14, 2012 1:17 PM To: Open MPI Users Subject: Re: [OMPI users] Building MPI on Windows That's odd. That's th

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread Damien
do I add this? -- Vimal *From:*users-boun...@open-mpi.org <mailto:users-boun...@open-mpi.org> [mailto:users-boun...@open-mpi.org] *On Behalf Of *Damien *Sent:* Thursday, June 14, 2012 11:42 AM *To:* Open MPI Users *Subject:* Re: [OMPI users] Building MPI on Windows Vimal, Start with this

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread VimalMathew
Of Damien Sent: Thursday, June 14, 2012 12:11 PM To: Open MPI Users Subject: Re: [OMPI users] Building MPI on Windows That goes in Configuration Properties - C/C++ - Preprocessor - Preprocessor Definitions. Damien On 14/06/2012 10:07 AM, vimalmat...@eaton.com wrote: Thanks a lot Damien.

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread Damien
n-mpi.org] *On Behalf Of *Damien *Sent:* Thursday, June 14, 2012 11:42 AM *To:* Open MPI Users *Subject:* Re: [OMPI users] Building MPI on Windows Vimal, Start with this: http://supercomputingblog.com/mpi/getting-started-with-mpi-using-visual-studio-2008-express/ The only difference is that

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread VimalMathew
finition in the project configuration. Where specifically do I add this? -- Vimal From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Damien Sent: Thursday, June 14, 2012 11:42 AM To: Open MPI Users Subject: Re: [OMPI users] Building MPI on Windows Vimal,

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread Damien
rg] <mailto:[mailto:users-boun...@open-mpi.org]> *On Behalf Of *Damien *Sent:* Wednesday, June 13, 2012 5:38 PM *To:* Open MPI Users *Subject:* Re: [OMPI users] Building MPI on Windows Vimal, Here's how to build OpenMPI with Visual Studio and CMake. These are exact steps. 1) Download th

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread VimalMathew
users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Damien Sent: Wednesday, June 13, 2012 5:38 PM To: Open MPI Users Subject: Re: [OMPI users] Building MPI on Windows Vimal, Here's how to build OpenMPI with Visual Studio and CMake. These are exact steps. 1) Dow

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread Damien
, 2012 10:10 AM *To:* us...@open-mpi.org *Subject:* Re: [OMPI users] Building MPI on Windows Hi Damien, Thanks for the detailed instructions! Here's my progress: 1) Download this: http://www.open-mpi.org/software/ompi/v1.6/downloads/openmpi-1.6.tar.gz *Done* 2) Extract that to somewhere on

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread VimalMathew
Sorry Damien, my mistake. Selected the wrong version of VS. -- Vimal From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of vimalmat...@eaton.com Sent: Thursday, June 14, 2012 10:10 AM To: us...@open-mpi.org Subject: Re: [OMPI users] Building MPI on Windows

Re: [OMPI users] Building MPI on Windows

2012-06-14 Thread VimalMathew
r. -- Vimal From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Damien Sent: Wednesday, June 13, 2012 5:38 PM To: Open MPI Users Subject: Re: [OMPI users] Building MPI on Windows Vimal, Here's how to build OpenMPI with Visual Studio and CMake. These are ex

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Damien
the root directory of your project. VS should see them upon load of that project. From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of vimalmat...@eaton.com Sent: Wednesday, June 13, 2012 2:47 PM To: us...@open-mpi.org Subject: Re: [OMPI users] Building MPI on Win

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Shiqing Fan
n Behalf Of vimalmat...@eaton.com Sent: Wednesday, June 13, 2012 3:23 PM To: us...@open-mpi.org Subject: Re: [OMPI users] Building MPI on Windows Yes, did that too. -- Vimal From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Trent Creekmore Sent: Wednesda

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Shiqing Fan
PM To: 'Open MPI Users' Subject: Re: [OMPI users] Building MPI on Windows I find the easiest way to know if LIB and DLL function correctly, and avoiding confusion on correct setup is it just drop them all in the root directory of your project. VS should see them upon load of that p

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Shiqing Fan
Subject: Re: [OMPI users] Building MPI on Windows Yes, and then I added the libraries folder in Visual Studio under Project Properties>Linker>General>Additional Library Directories. I tried compiling simple ‘Hello World’’ code and I get an error message saying ‘Cannot open : No suc

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Shiqing Fan
p here by default: C:\Program Files (x86)\OpenMPI_v1.6-x64 Damien On 13/06/2012 1:35 PM, vimalmat...@eaton.com wrote: What do I do after I run it? -- Vimal From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Ralph Castain Sent: Wednesday, June 13, 2012 3:32 P

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Damien
2012 1:35 PM, vimalmat...@eaton.com wrote: What do I do after I run it? -- Vimal *From:*users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] *On Behalf Of *Ralph Castain *Sent:* Wednesday, June 13, 2012 3:32 PM *To:* Open MPI Users *Subject:* Re: [OMPI users] Building MPI on Windows I'm n

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Damien
w using the method I told you. From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of vimalmat...@eaton.com Sent: Wednesday, June 13, 2012 3:23 PM To: us...@open-mpi.org Subject: Re: [OMPI users] Building MPI on Windows Yes, did that too. -- Vimal From: users-boun...@o

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Jeff Squyres
it in > spare time. Meanwhile get to coding now using the method I told you. > > > From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On > Behalf Of vimalmat...@eaton.com > Sent: Wednesday, June 13, 2012 3:23 PM > To: us...@open-mpi.org > Subject: R

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Trent Creekmore
MPI on Windows Yes, did that too. -- Vimal From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Trent Creekmore Sent: Wednesday, June 13, 2012 4:21 PM To: 'Open MPI Users' Subject: Re: [OMPI users] Building MPI on Windows I meant the actual

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread VimalMathew
Yes, did that too. -- Vimal From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Trent Creekmore Sent: Wednesday, June 13, 2012 4:21 PM To: 'Open MPI Users' Subject: Re: [OMPI users] Building MPI on Windows I meant the actual files, not includi

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Trent Creekmore
-mpi.org] On Behalf Of Trent Creekmore Sent: Wednesday, June 13, 2012 3:52 PM To: 'Open MPI Users' Subject: Re: [OMPI users] Building MPI on Windows I find the easiest way to know if LIB and DLL function correctly, and avoiding confusion on correct setup is it just drop them all i

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread VimalMathew
] On Behalf Of Trent Creekmore Sent: Wednesday, June 13, 2012 3:52 PM To: 'Open MPI Users' Subject: Re: [OMPI users] Building MPI on Windows I find the easiest way to know if LIB and DLL function correctly, and avoiding confusion on correct setup is it just drop them all in the root

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Trent Creekmore
Behalf Of vimalmat...@eaton.com Sent: Wednesday, June 13, 2012 2:47 PM To: us...@open-mpi.org Subject: Re: [OMPI users] Building MPI on Windows Yes, and then I added the libraries folder in Visual Studio under Project Properties>Linker>General>Additional Library Directories. I tried

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread VimalMathew
p am I missing? -- Vimal From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Damien Sent: Wednesday, June 13, 2012 3:43 PM To: Open MPI Users Subject: Re: [OMPI users] Building MPI on Windows Once you've run the installer, you'll have a set of OpenM

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Trent Creekmore
n Behalf Of vimalmat...@eaton.com Sent: Wednesday, June 13, 2012 2:25 PM To: us...@open-mpi.org Subject: Re: [OMPI users] Building MPI on Windows Could you please give me links to documentation that you followed when you set it up, Trent? Thanks, Vimal From: users-boun...@open-mpi.org [

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Damien
35 PM, vimalmat...@eaton.com wrote: What do I do after I run it? -- Vimal *From:*users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] *On Behalf Of *Ralph Castain *Sent:* Wednesday, June 13, 2012 3:32 PM *To:* Open MPI Users *Subject:* Re: [OMPI users] Building MPI on Windows I'

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread VimalMathew
What do I do after I run it? -- Vimal From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Ralph Castain Sent: Wednesday, June 13, 2012 3:32 PM To: Open MPI Users Subject: Re: [OMPI users] Building MPI on Windows I'm not a Windozer, so I can't sp

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Trent Creekmore
Users Subject: Re: [OMPI users] Building MPI on Windows I'm not a Windozer, so I can't speak to the port for that platform. However, the conversation here seems strange to me. Have you actually read the instructions on the open-mpi.org web site? Looks pretty simple to me. You downloa

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Ralph Castain
om > Sent: Wednesday, June 13, 2012 2:09 PM > To: us...@open-mpi.org; us...@open-mpi.org > Subject: Re: [OMPI users] Building MPI on Windows > > I've tried the Cygwin way. > Been hitting roadblocks for a week now. I've just uninstalled everything and > started from

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread VimalMathew
un...@open-mpi.org] On Behalf Of vimalmat...@eaton.com Sent: Wednesday, June 13, 2012 2:09 PM To: us...@open-mpi.org; us...@open-mpi.org Subject: Re: [OMPI users] Building MPI on Windows I've tried the Cygwin way. Been hitting roadblocks for a week now. I've just uninstalled everythi

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Trent Creekmore
...@eaton.com Sent: Wednesday, June 13, 2012 2:09 PM To: us...@open-mpi.org; us...@open-mpi.org Subject: Re: [OMPI users] Building MPI on Windows I've tried the Cygwin way. Been hitting roadblocks for a week now. I've just uninstalled everything and started from scratch again.

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread VimalMathew
rs' Subject: Re: [OMPI users] Building MPI on Windows This may, or may not be helpful, but I have tried the Windows offerings. I have never gotten anything to function was expected. Compiling, or the available binaries. I think they just don't work at all. My suggestion which I feel

Re: [OMPI users] Building MPI on Windows

2012-06-13 Thread Trent Creekmore
-boun...@open-mpi.org] On Behalf Of vimalmat...@eaton.com Sent: Wednesday, June 13, 2012 1:32 PM To: us...@open-mpi.org Subject: [OMPI users] Building MPI on Windows Hi, I’m trying to follow the ReadMe file to build OpenMPI on Windows: Step 1: Untar the contrib/platform/win32/ompi

[OMPI users] Building MPI on Windows

2012-06-13 Thread VimalMathew
Hi, I’m trying to follow the ReadMe file to build OpenMPI on Windows: Step 1: Untar the contrib/platform/win32/ompi-static.tgz tarball in the root directory of the Open MPI distribution. I do not have ompi-static.tgz in the mentioned path. Step 2: Go in the ompi/datatype subdirectory