Re: [OMPI users] problem compiling openmpi-1.8.1 on Mac running Mavericks

2014-08-11 Thread Yang, David
Xcode was the culprit! I had the latest Xcode, but I didn’t have the command line tool installed. Now Open MPI compiled ok! Thanks! David Correspondence/TSPA On Aug 11, 2014, at 2:13 PM, Ralph Castain > wrote: If this is an updated system

Re: [OMPI users] problem compiling openmpi-1.8.1 on Mac running Mavericks

2014-08-11 Thread Ralph Castain
If this is an updated system (i.e., you updated the OS to Mavericks), did you remember to re-install Xcode? Mavericks requires an updated version of Xcode, and you have to reinstall the cmd line tools as well. On Mon, Aug 11, 2014 at 1:11 PM, Jeff Squyres (jsquyres) wrote:

Re: [OMPI users] problem compiling openmpi-1.8.1 on Mac running Mavericks

2014-08-11 Thread Jeff Squyres (jsquyres)
Something is not right in your Xcode setup -- perhaps you need to install the Xcode command line tools? Here's the relevant config.log output: - configure:5967: gcc -o conftestconftest.c >&5 conftest.c:10:19: fatal error: stdio.h: No such file or directory #include

Re: [OMPI users] problem compiling openmpi-1.8.1 on Mac running Mavericks

2014-08-11 Thread Yang, David
Jeff, Doug, I do have Xcode installed. Attached is the log file. Here again is the screen dump: [9]:yangmp:xyang:% ./configure --prefix=/opt/openmpi-1.8.1 == Configuring Open MPI

Re: [OMPI users] problem compiling openmpi-1.8.1 on Mac running Mavericks

2014-08-11 Thread Jeff Squyres (jsquyres)
This usually indicates an error with the compiler on your machine. As Ralph implied, this may indicate that you don't have Xcode installed (and therefore don't have a compiler). You can look in config.log to be sure, or send it here (compress first, please), and we'll let you know. On Aug

Re: [OMPI users] problem compiling openmpi-1.8.1 on Mac running Mavericks

2014-08-10 Thread Ralph Castain
Odd - I just downloaded and built the 1.8.2rc3 tarball on Mavericks without trouble. I'll have to look at the log and see where our differences might lie Do you have Xcode installed? It's required even with the gcc compiler. On Aug 10, 2014, at 9:20 AM, Yang, David wrote: >

Re: [OMPI users] problem compiling openmpi

2013-06-27 Thread marco atzeri
Il 6/27/2013 9:23 PM, rmjuberias ha scritto: hi i am trying to compile openmpi and when I make the "make all install" I have an error that I cant figure out. Any feedback would be appreciated. Thanks! openmpi-1.2.6 ? Why not at least a 1.6.x series ?

Re: [OMPI users] Problem compiling openmpi-1.4.3

2011-09-13 Thread Gus Correa
Hi Amos Do you mean './configure' instead of './compile'? Also, not sure if LIBDIRS is used by the OpenMPI configure script. The second error (cannot load libimf.so) may be because you need to set your Intel compiler environment environment. It is easier to put it in your .cshrc/.bashrc file.

Re: [OMPI users] Problem compiling openmpi-1.4.3

2011-09-13 Thread Rayson Ho
Did you notice the error message: /usr/bin/install: cannot remove `/opt/openmpi/share/openmpi/amca-param-sets/example.conf': Permission denied I would check the permission settings of the file first if I encounter something like this... Rayson = Grid Engine /

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

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

2011-04-19 Thread Ralph Castain
rror 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 >> Date: Tue, 19 Apr 2011 11:35:48 -0600 >

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

2011-04-19 Thread Sergiy Bubin
t: 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 is asm/errno.h, and how was it included

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

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

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

Re: [OMPI users] Problem compiling OpenMPI 1.3.2 with Intel 11.0

2009-05-27 Thread Jeff Squyres
I just replied to a separate email about the same issue: are you sure that icc is in the path of the shell where you invoked "make install"? It may be that you build OMPI in a shell that had icc setup properly in your path, but then invoked "make install" from a shell that did not have icc

Re: [OMPI users] Problem compiling OpenMPI 1.3.2 with Intel 11.0

2009-05-25 Thread St Druid
Dear Ben, I also use the same distribution, # zypper install stdc++* Might resolve the problem. you can try it , good luck. On Sun, May 24, 2009 at 1:08 AM, Ben Mayer wrote: > I get to "make install" and then it complains about icc not being > found and libopen-rte.la

Re: [OMPI users] Problem compiling openmpi-1.2.3 on Core 2 Duo with icc

2007-07-13 Thread Jeff Squyres
Per another mail on the list, I should be getting access to icc 10.0 within a few [business] days. I'll have a look at this then (I don't know if anyone on the team has tested with intel 10.0 before this). On Jul 13, 2007, at 1:15 PM, David Prendergast wrote: Hi all, I noticed some