Re: [OMPI users] Help with buidling MPI(Error: mpi.h not found)

2012-06-13 Thread VimalMathew
From: Shiqing Fan [mailto:f...@hlrs.de] Sent: Wednesday, June 13, 2012 9:37 AM To: Mathew, Vimal Cc: Open MPI Users Subject: Re: [OMPI users] Help with buidling MPI(Error: mpi.h not found) Hi Vimal, I'm not sure how you can uninstall the other one, may be 'make uninstall' from

Re: [OMPI users] Help with buidling MPI(Error: mpi.h not found)

2012-06-13 Thread Shiqing Fan
e Open MPI implementation. Could this be the problem? If yes, how do I get rid of the LAN/MPI implementation? Thanks, Vimal *From:*Shiqing Fan [mailto:f...@hlrs.de] *Sent:* Wednesday, June 13, 2012 4:49 AM *To:* Open MPI Users *Cc:* Mathew, Vimal *Subject:* Re: [OMPI users] Help with buidl

Re: [OMPI users] Help with buidling MPI(Error: mpi.h not found)

2012-06-13 Thread Shiqing Fan
tory mpicc: No such file or directory -- Vimal -Original Message- From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On Behalf Of Jeff Squyres Sent: Tuesday, June 12, 2012 2:30 PM To: Open MPI Users Subject: Re: [OMPI users] Help with buidling MPI(Error: mpi.h not foun

Re: [OMPI users] Help with buidling MPI(Error: mpi.h not found)

2012-06-12 Thread Damien
half Of Jeff Squyres Sent: Tuesday, June 12, 2012 2:30 PM To: Open MPI Users Subject: Re: [OMPI users] Help with buidling MPI(Error: mpi.h not found) Probably easier to just run the Open MPI binary installer. On Jun 12, 2012, at 2:24 PM, wrote: So I simply download and run OpenMPI_v1.6-1_win6

Re: [OMPI users] Help with buidling MPI(Error: mpi.h not found)

2012-06-12 Thread Jeff Squyres
On Jun 12, 2012, at 3:52 PM, wrote: > I hadn't seen the ReadMe file. > Tried following the steps in it, stuck here: > 1.Downloaded the binary distribution of CMake-2.8.8. > 2.Asks for source path and build path of Open MPI. > a. Is the source path where Open MPI was installed? (C:\P

Re: [OMPI users] Help with buidling MPI(Error: mpi.h not found)

2012-06-12 Thread VimalMathew
rs-boun...@open-mpi.org] On Behalf Of Jeff Squyres Sent: Tuesday, June 12, 2012 2:30 PM To: Open MPI Users Subject: Re: [OMPI users] Help with buidling MPI(Error: mpi.h not found) Probably easier to just run the Open MPI binary installer. On Jun 12, 2012, at 2:24 PM, wrote: > So I simpl

Re: [OMPI users] Help with buidling MPI(Error: mpi.h not found)

2012-06-12 Thread Jeff Squyres
re a way to fix the Fortran compiler? >> >> -- >> Vimal >> >> >> -Original Message- >> From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] >> On Behalf Of Jeff Squyres >> Sent: Tuesday, June 12, 2012 2:20 PM >

Re: [OMPI users] Help with buidling MPI(Error: mpi.h not found)

2012-06-12 Thread Jeff Squyres
@open-mpi.org] On > Behalf Of Jeff Squyres > Sent: Tuesday, June 12, 2012 2:30 PM > To: Open MPI Users > Subject: Re: [OMPI users] Help with buidling MPI(Error: mpi.h not found) > > Probably easier to just run the Open MPI binary installer. > > > On Jun 12, 2012, at 2:24 PM

Re: [OMPI users] Help with buidling MPI(Error: mpi.h not found)

2012-06-12 Thread VimalMathew
t; From: users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] > On Behalf Of Jeff Squyres > Sent: Tuesday, June 12, 2012 2:20 PM > To: Open MPI Users > Subject: Re: [OMPI users] Help with buidling MPI(Error: mpi.h not > found) > > It does not look like you successful

Re: [OMPI users] Help with buidling MPI(Error: mpi.h not found)

2012-06-12 Thread Jeff Squyres
users-boun...@open-mpi.org [mailto:users-boun...@open-mpi.org] On > Behalf Of Jeff Squyres > Sent: Tuesday, June 12, 2012 2:20 PM > To: Open MPI Users > Subject: Re: [OMPI users] Help with buidling MPI(Error: mpi.h not found) > > It does not look like you successfully built Open MPI -

Re: [OMPI users] Help with buidling MPI(Error: mpi.h not found)

2012-06-12 Thread VimalMathew
Subject: Re: [OMPI users] Help with buidling MPI(Error: mpi.h not found) It does not look like you successfully built Open MPI -- it looks like Open MPI's configure script aborted because your Fortran compiler wasn't behaving: - checking if Fortran 77 compiler supports COMPLEX*16... ye

Re: [OMPI users] Help with buidling MPI(Error: mpi.h not found)

2012-06-12 Thread Jeff Squyres
It does not look like you successfully built Open MPI -- it looks like Open MPI's configure script aborted because your Fortran compiler wasn't behaving: - checking if Fortran 77 compiler supports COMPLEX*16... yes checking size of Fortran 77 COMPLEX*16... 16 checking alignment of Fortran COM

Re: [OMPI users] Help with buidling MPI(Error: mpi.h not found)

2012-06-12 Thread VimalMathew
users] Help with buidling MPI(Error: mpi.h not found) mpi.h shoud be located under /include/ When you compile your hello.c include that path with -I. On Tue, Jun 12, 2012 at 10:25 AM, wrote: Hi, I was directed to the OpenMPI website from the Boost Libraries page to install an MPI

Re: [OMPI users] Help with buidling MPI(Error: mpi.h not found)

2012-06-12 Thread Jingcha Joba
mpi.h shoud be located under /include/ When you compile your hello.c include that path with -I. On Tue, Jun 12, 2012 at 10:25 AM, wrote: > Hi, > > ** ** > > I was directed to the OpenMPI website from the Boost Libraries page to > install an MPI Installation. > > I’ve followed all the

[OMPI users] Help with buidling MPI(Error: mpi.h not found)

2012-06-12 Thread VimalMathew
Hi, I was directed to the OpenMPI website from the Boost Libraries page to install an MPI Installation. I've followed all the steps in the installation guide to configure and build MPI. When I try to compile the hello.c program which contains . I get an error message saying mpi.h does not exi