eppard
[rshep...@iu.edu]
Sent: Wednesday, January 14, 2015 1:44 PM
To: Open MPI Users
Subject: Re: [OMPI users] Problems compiling OpenMPI 1.8.4 with GCC 4.9.2
Gilles,
The issue you pointed Ryan to was with GCC 4.8.2 not 4.9.2. I just built
version 1.8.4 on a RHEL6 machine yesterday without s
Gilles,
The issue you pointed Ryan to was with GCC 4.8.2 not 4.9.2. I just
built version 1.8.4 on a RHEL6 machine yesterday without special
switches but with GCC 4.9.2.
Ray
On 1/14/2015 11:13 AM, Novosielski, Ryan wrote:
Thank you. I did a search, but somehow did not tur
Thank you. I did a search, but somehow did not turn that up. I guess I had
looked for GCC 4.9.
*Note: UMDNJ is now Rutgers-Biomedical and Health Sciences*
|| \\UTGERS |-*O*-
||_// Biomedical | Ryan Novosielski - Senior Technologist
|| \\ and Healt
Ryan,
this issue has already been reported.
please refer to
http://www.open-mpi.org/community/lists/users/2015/01/26134.php for a
workaround
Cheers,
Gilles
On 2015/01/14 16:35, Novosielski, Ryan wrote:
> OpenMPI 1.8.4 does not appear to be buildable with GCC 4.9.2. The output, as
> requested
OpenMPI 1.8.4 does not appear to be buildable with GCC 4.9.2. The output, as
requested by the Getting Help page, is attached.
I believe I tried GCC 4.9.0 too and it didn't work.
I did successfully build it with Intel's compiler suite v15.0.1, so I do appear
to know what I'm doing.
Thanks in ad
Hello,
> >>> Unfortunately "cc" on Linux creates the following error.
> >>>
> >>> ln -s "../../../openmpi-1.6/opal/asm/generated/
> >>> atomic-ia32-linux-nongas.s" atomic-asm.S
> >>> CPPAS atomic-asm.lo
> >>> :19:0: warning: "__FLT_EVAL_METHOD__" redefined
> >>> [enabled by default]
> >>> :110:0
On Jun 7, 2012, at 10:27 AM, Siegmar Gross wrote:
> thank you very much for your help. You were right with your suggestion
> that one of our system commands is responsible for the segmentation
> fault. After splitting the command in config.status I found out that
> gawk was responsible. We install
Hello Jeff,
thank you very much for your help. You were right with your suggestion
that one of our system commands is responsible for the segmentation
fault. After splitting the command in config.status I found out that
gawk was responsible. We installed the latest version and now
everything works
We'll get this applied for 1.6.1.
Thanks!
On Jun 5, 2012, at 5:29 AM, Siegmar Gross wrote:
> Hello,
>
>> the patch below fixes the build issue on Solaris 10. Please apply it to Open
>> MPI 1.6 as follows:
>>
>> $ cd openmpi-1.6
>> $ patch -p1 > $ make ; make install
>
> Thank you for the pa
Hello,
> the patch below fixes the build issue on Solaris 10. Please apply it to Open
> MPI 1.6 as follows:
>
> $ cd openmpi-1.6
> $ patch -p1 $ make ; make install
Thank you for the patch. Now it works.
Kind regards
Siegmar
Hello,
the patch below fixes the build issue on Solaris 10. Please apply it to Open
MPI 1.6 as follows:
$ cd openmpi-1.6
$ patch -p1 From: Siegmar Gross
> Subject: [OMPI users] problems compiling openmpi-1.6 on some platforms
> Date: May 30, 2012 7:29:31 AM EDT
> To:
> Reply
On May 30, 2012, at 7:29 AM, Siegmar Gross wrote:
> [snipped Solaris / VT stuff]
I'll let the Oracle and/or VT guys answer that.
> Unfortunately "cc" on Linux creates the following error.
>
> ln -s "../../../openmpi-1.6/opal/asm/generated/
> atomic-ia32-linux-nongas.s" atomic-asm.S
> CPPAS
Hi,
I tried to compile "openmpi-1.6" on "Solaris 10" and Linux
(openSUSE 12.1) with "gcc-4.6.2" and "Sun C 5.12" (Oracle Solaris
Studio 12.3) with mainly the following configuration for a 64- and
32-bit installation. "-L/usr/local/..." was necessary because "gcc"
didn't find its 64-bit libraries w
Oddly, it wouldn't work even with the CPPFLAGS set (I tried setting CFLAGS
too just to be sure). I'm thinking it must be gremlins of some sort :-).
Meanwhile, I've bitten the bullet and upgraded myself to PGI 10.0-1 and
things seem to be compiling happily now for 1.4.1rc1.
Thanks for all of the su
Here's the comment I put in OMPI's configure script with regards to the
offsetof problem:
# This macro checks to ensure that the compiler properly supports
# offsetof(). The PGI compilers had a problem with this macro in some
# versions of their compiler on some platforms (e.g., 9.0-1 on
# x86_6
On Thu, 2010-01-07 at 11:57 +0100, Peter Kjellstrom wrote:
> On Wednesday 06 January 2010, Tim Miller wrote:
> > Hi All,
> >
> > I am trying to compile OpenMPI 1.4 with PGI 9.0-3 and am getting the
> > following error in configure:
> >
> > checking for functional offsetof macro... no
> > configure:
On Wednesday 06 January 2010, Tim Miller wrote:
> Hi All,
>
> I am trying to compile OpenMPI 1.4 with PGI 9.0-3 and am getting the
> following error in configure:
>
> checking for functional offsetof macro... no
> configure: WARNING: Your compiler does not support offsetof macro
> configure: error:
Hi All,
I am trying to compile OpenMPI 1.4 with PGI 9.0-3 and am getting the
following error in configure:
checking for functional offsetof macro... no
configure: WARNING: Your compiler does not support offsetof macro
configure: error: Configure: Cannot continue
I have searched around and found
might cause unintended
results.
--td
Date: Fri, 03 Apr 2009 10:58:00 -0300 From: "Segovia, Andrea"
Subject: [OMPI users] Problems Compiling
OpenMPI with Sun Studio 12 compilers on RHEL 5 To: us...@open-mpi.org
Message-ID:
Content-Type: text/plain; charset="iso-8859-1"
Hi -
Unfortunately, as the bug at Sun's web site points out, their compiler is
borked. There's not a lot we can do about that fact, without causing a
whole host of other problems.
If you aren't using C++, I'd recommend compiling Open MPI with GCC and
then reseting the wrapper compilers to i
> Hello,
>
> I am trying to compile OpenMPI on a Red Hat Enterprise Linux 5 platform with
> the Sun Studio 12 compiler suite. (I currently have the Red Hat-bundled
> OpenMPI w/GNU compilers running).
>
> I have already encountered and addressed the problem of the C++ compiler not
> working in
The Objective C thing is not important. If you notice, it actually found
gcc as the Objective C compiler (these days, most installs of GCC
including the Objective C backend). The only code in Open MPI that uses
Objective C is for OS X, but the way Autoconf works, it's easier to check
for the
[OMPI users] Problems compiling OPENMPI !!
To: Open MPI Users
Message-ID:
Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes
Please send all the information listed here:
http://www.open-mpi.org/community/help/
-Original Message-
From: kopp...@aim.com
To: us...
Please send all the information listed here:
http://www.open-mpi.org/community/help/
On Apr 22, 2008, at 8:18 AM, kopp...@aim.com wrote:
Hi Jeff,
Yes. my C++ compiler works quite well. I have compiled and run a
number
of programs with it. Further more, I could comfortably install mpich2
w
Hi Jeff,
Yes. my C++ compiler works quite well. I have compiled and run a number
of programs with it. Further more, I could comfortably install mpich2
with this compiler with no problems.
What is surprising is : during configure ... I get:
..
==
Is your C++ compiler installer properly? Can you build and run other C
++ programs that use the STL?
On Apr 22, 2008, at 5:01 AM, kopp...@aim.com wrote:
Hello there,
I downloaded openmpi-1.2.5.tar and "un-tar"'ed it with tar -xvf
openmpi-1.2.5.tar which created a directory openmpi-1.2.5.
Hello there,
I downloaded openmpi-1.2.5.tar and "un-tar"'ed it with tar -xvf
openmpi-1.2.5.tar which created a directory openmpi-1.2.5.
I then created a build directory and called
../openmpi-1.2.5/configure --prefix=$home/openmpi FC=ifort64
F77=ifort64 F95=ifort64 CC=icc64 CXX=icpc | & tee
On Mar 23, 2007, at 10:53 AM, Ricardo Fonseca wrote:
I'm having problems compiling openmpi 1.2 under AIX 5.2. Here are
the configure parameters:
./configure --disable-shared --enable-static \
CC=xlc CXX=xlc++ F77=xlf FC=xlf95
To get it to work I have to do 2 changes:
dif
Hi guys
I'm having problems compiling openmpi 1.2 under AIX 5.2. Here are the
configure parameters:
./configure --disable-shared --enable-static \
CC=xlc CXX=xlc++ F77=xlf FC=xlf95
To get it to work I have to do 2 changes:
diff -r openmpi-1.2/ompi/mpi/cxx/mpicxx.cc openm
29 matches
Mail list logo