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
mailto:r...@open-mpi.org>> wrote:
If this is an updated system (i.e., you updated the O
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:
> Something is not r
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
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
===
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 10,
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:
> Hi,
>
> I have en
Hi,
I have encountered a problem compiling openmpi 1.8.1 on a Mac running
Mavericks. When I ran ./configure, I got the following error.
== Configuring Open MPI
===
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 ?
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!
ompi-output.tar.bz2
Description: BZip2 compressed data
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.
So
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 / O
Dear Users,
I have run into a problem trying to compile openmpi-1.4.3. I am
running SuSE Linux 11.4 in VMware-7.0.1. For compilers I am using
l_fcompxe_intel64_2011.5.220 and l_ccompxe_intel64_2011.5.220 which are
newly issued. It appears to go through the compile command:
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
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,
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
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
> 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
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
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
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
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
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
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 needing to be relinked.
I get to "make install" and then it complains about icc not being
found and libopen-rte.la needing to be relinked.
Any help would be appreciated.
Linux version
cat /proc/version
Linux version 2.6.27.7-9-pae (geeko@buildhost) (gcc version 4.3.2
[gcc-4_3-branch revision 141291] (SUSE Linux) ) #1 SM
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 proble
Hi all,
I noticed some problem in the compile of openmpi-1.2.3 on a Core 2 Duo
processor using intel compilers (icc Version 10.0).
I have attached the output of make.
This problem does not exist in openmpi-1.2.2 which I have compiled and
run successfully on the same machine with the same compil
26 matches
Mail list logo