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
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-To: Siegmar Gross
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
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:
Which version of the Sun Studio compilers are you using also which
version of OMPI are you trying to build. I am successful with building
OMPI with the Sun Studio Express release 200811 on Linux systems if I
don't use the C++ compiler. Prior releases we did suffer from some
issues. A "cc -V"
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
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.
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
23 matches
Mail list logo