Re: [OMPI users] error "unacceptable operand for unary &" for openmpi-master-201903260242-dfbc144 on Linux with Sun C

2019-03-26 Thread Nathan Hjelm via users
This really looks like a compiler bug. There is no & @ osc_pt2pt.h line 579. There is one at line 577 but there is no “unacceptable operand” on that line. If I have time this week I will try to find a workaround but it might be worth filing a bug with Oracle and see what they say. -Nathan > On

[OMPI users] cannot build working openmpi-v4.0.x-201903220241-97aa434 with Sun C 5.15 on Linux

2019-03-26 Thread Siegmar Gross
Hi, I've installed openmpi-v4.0.x-201903220241-97aa434 on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with Sun C 5.15 (Oracle Developer Studio 12.6). Unfortunately, I get the following error for one of my small programs, although I've configured with "-xatomic=studio" and "make" didn't show a

[OMPI users] ORTE_ERROR_LOG: Out of resource for openmpi-master-201903260242-dfbc144

2019-03-26 Thread Siegmar Gross
Hi, I've installed openmpi-master-201903260242-dfbc144 on my "SUSE Linux Enterprise Server 12.3 with gcc-7.4.0, icc-19.0.3.199, and pgcc-18.4.0. Unfortunately, I get the following error for some of my small programs for all three compilers. loki hello_2 103 mpiexec -np 1 --host loki hello_2_mpi

Re: [OMPI users] stack overflow in alloca() for Java programs in openmpi-master with pgcc-18.4

2019-03-26 Thread Siegmar Gross
Hi Gilles, everything works as expected with gcc and icc. I don't know how to set the stackize to unlimited (I'm using tcsh), but I still get the error if I set it to 1 GB. loki java 121 limit stacksize 1024m loki java 122 mpiexec -np 4 --host loki:4 java MatMultWithAnyProc2DarrayIn1DarrayMain

[OMPI users] error "unacceptable operand for unary &" for openmpi-master-201903260242-dfbc144 on Linux with Sun C

2019-03-26 Thread Siegmar Gross
Hi, I've tried to install openmpi-master-201903260242-dfbc144 on my "SUSE Linux Enterprise Server 12.3 with Sun C 5.15 (Oracle Developer Studio 12.6). Unfortunately, I still get the following error that I reported some time ago: https://github.com/open-mpi/ompi/issues/6180. I'm able to build open

Re: [OMPI users] stack overflow in alloca() for Java programs in openmpi-master with pgcc-18.4

2019-03-26 Thread Gilles Gouaillardet
Siegmar, Is this issue specific to the PGI compiler ? What if you ulimit -s before invoking mpirun, is that good enough to workaround the problem ? Cheers, Gilles On Tue, Mar 26, 2019 at 6:32 PM Siegmar Gross wrote: > > Hi, > > I've installed openmpi-v4.0.x-201903220241-97aa434 and > openmpi-m

[OMPI users] stack overflow in alloca() for Java programs in openmpi-master with pgcc-18.4

2019-03-26 Thread Siegmar Gross
Hi, I've installed openmpi-v4.0.x-201903220241-97aa434 and openmpi-master-201903260242-dfbc144 on my "SUSE Linux Enterprise Server 12.3 (x86_64)" with pgcc-18.4. Unfortunately, I still get the following error for my Java programs for openmpi-master. Everything works as expected for openmpi-4.0.x.