Hi,

today I installed openmpi-1.9a1r32664 on my machines (Solaris
10 Sparc (tyr), Solaris 10 x86_64 (sunpc1), and openSUSE Linux 12.1
x86_64 (linpc1)) with Sun C 5.12 and gcc-4.9.0.

I get the following error for my Sun C version on Solaris Sparc.

tyr small_prog 129 ompi_info | grep MPI:
                Open MPI: 1.9a1r32664
tyr small_prog 130 mpicc init_finalize.c 
tyr small_prog 134 /usr/local/gdb-7.6.1_64_gcc/bin/gdb 
/usr/local/openmpi-1.9_64_cc/bin/mpiexec
GNU gdb (GDB) 7.6.1
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "sparc-sun-solaris2.10".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from 
/export2/prog/SunOS_sparc/openmpi-1.9_64_cc/bin/orterun...done.
(gdb) run -np 2 a.out
Starting program: /usr/local/openmpi-1.9_64_cc/bin/mpiexec -np 2 a.out
[Thread debugging using libthread_db enabled]
[New Thread 1 (LWP 1)]
[New LWP    2        ]
select: Interrupted system call

Program received signal SIGPIPE, Broken pipe.
[Switching to Thread 1 (LWP 1)]
0xffffffff7d3dcdf8 in _write () from /lib/sparcv9/libc.so.1
(gdb) bt
#0  0xffffffff7d3dcdf8 in _write () from /lib/sparcv9/libc.so.1
#1  0xffffffff7d3ca23c in write () from /lib/sparcv9/libc.so.1
#2  0xffffffff7ed5c3f8 in send_bytes (peer=0xffffff7f73cdf8ff)
    at ../../openmpi-1.9a1r32664/orte/orted/pmix/pmix_server_sendrecv.c:83
#3  0xffffffff7ed5cb10 in pmix_server_send_handler (sd=479772672, flags=256, 
    cbdata=0x400020000001300)
    at ../../openmpi-1.9a1r32664/orte/orted/pmix/pmix_server_sendrecv.c:188
#4  0xffffffff7e6125bc in event_persist_closure ()
   from /usr/local/openmpi-1.9_64_cc/lib64/libopen-pal.so.0
#5  0xffffffff7e612748 in event_process_active_single_queue ()
   from /usr/local/openmpi-1.9_64_cc/lib64/libopen-pal.so.0
#6  0xffffffff7e612ae8 in event_process_active ()
   from /usr/local/openmpi-1.9_64_cc/lib64/libopen-pal.so.0
#7  0xffffffff7e61350c in opal_libevent2021_event_base_loop ()
   from /usr/local/openmpi-1.9_64_cc/lib64/libopen-pal.so.0
#8  0x000000010000e18c in orterun (argc=658338047, argv=0x10000001800)
    at ../../../../openmpi-1.9a1r32664/orte/tools/orterun/orterun.c:1081
#9  0x00000001000046d4 in main (argc=1792, argv=0xffffff7ed5c59c00)
    at ../../../../openmpi-1.9a1r32664/orte/tools/orterun/main.c:13
(gdb) 



I would be grateful, if somebody can fix the problem. Thank you
very much for any help in advance.


Kind regards

Siegmar

Reply via email to