Re: [OMPI users] Problem compiling OpenMPI on Ubuntu 11.04

2011-04-19 Thread Sergiy Bubin
This works too. It is probably a better solution. Thank you very much! Sergiy > Date: Tue, 19 Apr 2011 14:03:49 -0700 > From: n...@aol.com > To: us...@open-mpi.org > Subject: Re: [OMPI users] Problem compiling OpenMPI on Ubuntu 11.04 > > On 04/19/2011 01:24 PM, Sergiy Bub

Re: [OMPI users] Problem compiling OpenMPI on Ubuntu 11.04

2011-04-19 Thread Sergiy Bubin
first time, which was wrong. Thanks again, Sergiy > From: r...@open-mpi.org > Date: Tue, 19 Apr 2011 14:39:31 -0600 > To: us...@open-mpi.org > Subject: Re: [OMPI users] Problem compiling OpenMPI on Ubuntu 11.04 > > > On Apr 19, 2011,

Re: [OMPI users] Problem compiling OpenMPI on Ubuntu 11.04

2011-04-19 Thread Tim Prince
On 04/19/2011 01:24 PM, Sergiy Bubin wrote: /usr/include/c++/4.5/iomanip(64): error: expected an expression { return { __mask }; } ^ /usr/include/c++/4.5/iomanip(94): error: expected an expression { return { __mask }; } ^ /usr/include/c++/4.5/iomanip(125): e

Re: [OMPI users] Problem compiling OpenMPI on Ubuntu 11.04

2011-04-19 Thread Ralph Castain
x27; > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home2/bubin/Software/openmpi-1.4.3/ompi' > make: *** [all-recursive] Error 1 > > I am not sure how to deal with that. Any advice is appreciated. > > Sergiy > > >> From: r...@open-mpi.org >&g

Re: [OMPI users] Problem compiling OpenMPI on Ubuntu 11.04

2011-04-19 Thread Sergiy Bubin
> To: us...@open-mpi.org > Subject: Re: [OMPI users] Problem compiling OpenMPI on Ubuntu 11.04 > > Nothing was attached, but I doubt they would help anyway. This looks like a > missing header file in Ubuntu, or else one that got moved and needs a > different path. > > Where

Re: [OMPI users] Problem compiling OpenMPI on Ubuntu 11.04

2011-04-19 Thread David Zhang
why can't you install mpi through apt-get? On Tue, Apr 19, 2011 at 10:37 AM, Jeff Squyres wrote: > Sounds like you have a busted compiler install on this machine -- if > /usr/include/linux/errno.h cannot find /usr/include/asm/errno.h, then > something is wrong on that machine. > > > On Apr 19, 2

Re: [OMPI users] Problem compiling OpenMPI on Ubuntu 11.04

2011-04-19 Thread Jeff Squyres
Sounds like you have a busted compiler install on this machine -- if /usr/include/linux/errno.h cannot find /usr/include/asm/errno.h, then something is wrong on that machine. On Apr 19, 2011, at 12:52 PM, Sergiy Bubin wrote: > > Hi all, > > I am trying to compile OpenMPI 1.4.3 with Intel com

Re: [OMPI users] Problem compiling OpenMPI on Ubuntu 11.04

2011-04-19 Thread Ralph Castain
Nothing was attached, but I doubt they would help anyway. This looks like a missing header file in Ubuntu, or else one that got moved and needs a different path. Where is asm/errno.h, and how was it included in /usr/include/linux/errno.h? Best I can figure is it got put in some non-standard pla

[OMPI users] Problem compiling OpenMPI on Ubuntu 11.04

2011-04-19 Thread Sergiy Bubin
Hi all, I am trying to compile OpenMPI 1.4.3 with Intel compilers (version 12.0 update 2) on my new computer (Ubuntu 11.04 beta2). While running ./configure script seems to be fine, make all generates an error almost at the very beginning (see the attached output_make_all.txt file). For comple