The difficulty here is that you have bundled several errors again into a single
message, making it hard to keep the conversation from getting terribly
confused. I was trying to address the segfault errors on cleanup, which have
nothing to do with the accept being rejected.
It looks like those a
I don't see any line numbers on the errors I flagged - all I see are the usual
memory offsets in bytes, which is of little help. I'm afraid I don't what what
you'd have to do under SunOS to get line numbers, but I can't do much without it
On Sep 2, 2014, at 10:26 AM, Siegmar Gross
wrote:
> H
Hi Siegmar
Could you please configure this OMPI install with --enable-debug so that gdb
will provide line numbers where the error is occurring? Otherwise, I'm having a
hard time chasing this problem down.
Thanks
Ralph
On Sep 2, 2014, at 6:01 AM, Siegmar Gross
wrote:
> C problem:
> =
Hi,
yesterday I installed openmpi-1.9a1r32657 on my machines (Solaris
10 Sparc (tyr), Solaris 10 x86_64 (sunpc0), and openSUSE Linux 12.1
x86_64 (linpc0)) with Sun C 5.12 and gcc-4.9.0.
I have the following problems with my Sun C version. First my
problem with Java and below my problem with C.