Re: [OMPI users] problems compiling openmpi-1.6 on some platforms

2012-06-08 Thread Jeff Squyres
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

Re: [OMPI users] problems compiling openmpi-1.6 on some platforms

2012-06-07 Thread Siegmar Gross
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

Re: [OMPI users] problems compiling openmpi-1.6 on some platforms

2012-06-05 Thread Jeff Squyres
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

Re: [OMPI users] problems compiling openmpi-1.6 on some platforms

2012-06-05 Thread Siegmar Gross
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

Re: [OMPI users] problems compiling openmpi-1.6 on some platforms

2012-06-05 Thread Matthias Jurenz
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 <siegmar.gr...@informatik.hs-fulda.de> > Subject: [OMPI users] problems compiling openmpi-1.6 on some platforms > Date: May 30,

Re: [OMPI users] problems compiling openmpi-1.6 on some platforms

2012-05-31 Thread Jeff Squyres
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

[OMPI users] problems compiling openmpi-1.6 on some platforms

2012-05-30 Thread Siegmar Gross
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