Re: [OMPI users] Install OpenMPI on Win 7 machine

2010-07-13 Thread Alexandru Blidaru
It works perfectly! Thanks a lot guys. You've been really helpful especially you Damien Hocking and Shiqing Fan. All this complicated process makes me wonder how complicated the code behind OpenMPI and MPI in general is. In some cases, mailing lists really are a lot more useful than online forums.

Re: [OMPI users] Install OpenMPI on Win 7 machine

2010-07-12 Thread Damien Hocking
Cool. If you're building OpenMPI on 32-bit Windows as well, you won't have any 64-bit switches to sort out. This part of my instructions: Visual Studio command prompt: "Start, All Programs, Visual Studio 2008, Visual Studio Tools, Visual Studio 2008 Win64 x64 Command Prompt" is slightly wron

Re: [OMPI users] Install OpenMPI on Win 7 machine

2010-07-12 Thread Alexandru Blidaru
I am running 32 bit Windows. The actual cluster is 64 bit and the OS is CentOS On Mon, Jul 12, 2010 at 7:15 PM, Damien Hocking wrote: > You don't need to check anything alse in the red window, OpenMPI doesn't > know it's in a virtual machine. If you're running Windows in a virtual > cluster, a

Re: [OMPI users] Install OpenMPI on Win 7 machine

2010-07-12 Thread Damien Hocking
You don't need to check anything alse in the red window, OpenMPI doesn't know it's in a virtual machine. If you're running Windows in a virtual cluster, are you running as 32-bit or 64-bit? Damien On 12/07/2010 5:05 PM, Alexandru Blidaru wrote: Wow thanks a lot guys. I'll try it tomorrow morn

Re: [OMPI users] Install OpenMPI on Win 7 machine

2010-07-12 Thread Alexandru Blidaru
Wow thanks a lot guys. I'll try it tomorrow morning. I'll admit that this time when i saw that there are some header files "not found" i didn't even bother going through the all process as I did previously. Could have had it installed by today. Well i'll give it a try tomorrow and come back to you

Re: [OMPI users] Install OpenMPI on Win 7 machine

2010-07-12 Thread Damien
Alex, That red window is what you should see after the first Configure step in CMake. You need to do the next few steps in CMake and Visual Studio to get a Windows OpenMPI build done. That's how CMake works. It's complicated because CMake has to be able to build on multiple OSes so what yo

Re: [OMPI users] Install OpenMPI on Win 7 machine

2010-07-12 Thread Shiqing Fan
Hi Alex, Actually, I don't see the errors from your outputs, the headers that are not found won't stop you to build Open MPI, they are not errors, but only the checking results of your system for configuring Open MPI. What you need to do is just press configure button twice, and then press g

Re: [OMPI users] Install OpenMPI on Win 7 machine

2010-07-12 Thread Trent Creekmore
Then do it on a USB drive. https://fedorahosted.org/liveusb-creator/ From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Alexandru Blidaru Sent: Monday, July 12, 2010 2:20 PM To: Open MPI Users Subject: Re: [OMPI users] Install OpenMPI on Win 7 machine

Re: [OMPI users] Install OpenMPI on Win 7 machine

2010-07-12 Thread Alexandru Blidaru
pen-mpi.org [mailto:users-boun...@open-mpi.org] *On > Behalf Of *Alexandru Blidaru > *Sent:* Monday, July 12, 2010 12:35 PM > *To:* f...@hlrs.de > *Cc:* Open MPI Users > *Subject:* Re: [OMPI users] Install OpenMPI on Win 7 machine > > > > Hey, > > > > I insta

Re: [OMPI users] Install OpenMPI on Win 7 machine

2010-07-12 Thread Trent Creekmore
...@hlrs.de Cc: Open MPI Users Subject: Re: [OMPI users] Install OpenMPI on Win 7 machine Hey, I installed a 90 day trial of Visual Studio 2008, and I am pretty sure I am getting the exact same thing. The log and the picture are attached just as last time. Any new ideas? Regards, Alex On Mon

Re: [OMPI users] Install OpenMPI on Win 7 machine

2010-07-12 Thread Alexandru Blidaru
Hey, I installed a 90 day trial of Visual Studio 2008, and I am pretty sure I am getting the exact same thing. The log and the picture are attached just as last time. Any new ideas? Regards, Alex On Mon, Jul 12, 2010 at 9:58 AM, Shiqing Fan wrote: > > Hi Alex, > > When the attachment is large,

Re: [OMPI users] Install OpenMPI on Win 7 machine

2010-07-12 Thread Shiqing Fan
Hi Alex, When the attachment is large, you can set the email directly to me off the list. For the problem you got, the reason is that you are using MinGW, but not Microsoft C/C++ compiler. Is that possible for you to just switch to Microsoft Visual Studio 2005 or 2008? There are still many

Re: [OMPI users] Install OpenMPI on Win 7 machine

2010-07-12 Thread Alexandru Blidaru
Hi, I am attaching all the output text resulted when configuring for the first time. I am also attaching a picture of the of the main area. My main purpose of installing OpenMPI is to set up a set of "virtual cluster" on the Windows 7 machine, so I could get accustomed with the different settings,

Re: [OMPI users] Install OpenMPI on Win 7 machine

2010-07-10 Thread Shiqing Fan
Hi Alex, Building Open MPI using CMake is the recommended procedure, you probably should stick with it, and it has been proved working well on different Windows platforms. The other building procedures are not well supported for some time now, and they are deprecated. For the problems that

[OMPI users] Install OpenMPI on Win 7 machine

2010-07-09 Thread Alexandru Blidaru
Hey guys, This is my first time posting on an email list, so if I don't follow certain protocols just tell me. Anyway, I am working at a research lab as a High School Summer Intern, and part of my project involves installing OpenMPI on a Windows machine to run some applications in virtual clusters