public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug c++/38837]  New: Compatibilty with MPICH2
@ 2009-01-14 13:33 mahmoud dot fatene at gmail dot com
  2009-01-14 13:34 ` [Bug c++/38837] " mahmoud dot fatene at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mahmoud dot fatene at gmail dot com @ 2009-01-14 13:33 UTC (permalink / raw)
  To: gcc-bugs

I upgraded recently to gcc-4.3 and I'm finding trouble to execute my MPI
 programs. Indeed, when executing an MPI program with mpiexec sometimes it
 terminates correctly and sometimes it shows different error messages such
 as:

 rank 2 in job 1  mahmoud-desktop_33023   caused collective abort of all
 ranks
  exit status of rank 2: killed by signal 9

 or


 [cli_1]: aborting job:
 Fatal error in MPI_Allreduce: Other MPI error, error stack:
 MPI_Allreduce(696)........................: MPI_Allreduce(sbuf=0x8103344,
 rbuf=0x8103348, count=1, MPI_UNSIGNED, MPI_SUM, MPI_COMM_WORLD) failed
 MPIR_Allreduce(285).......................:
 MPIC_Sendrecv(161)........................:
 MPIC_Wait(321)............................:
 MPIDI_CH3_Progress_wait(199)..............: an error occurred while
 handling
 an event returned by MPIDU_Sock_Wait()
 MPIDI_CH3I_Progress_handle_sock_event(422):
 MPIDU_Socki_handle_read(649)..............: connection failure
 (set=0,sock=3,errno=104:(strerror() not found))
 [cli_1]: aborting job:
 Fatal error in MPI_Finalize: Other MPI error, error stack:
 MPI_Finalize(220).........................: MPI_Finalize failed
 MPI_Finalize(146).........................:
 MPID_Finalize(206)........................: an error occurred while the
 device was waiting for all open connections to close
 MPIDI_CH3_Progress_wait(199)..............: an error occurred while
 handling
 an event returned by MPIDU_Sock_Wait()
 MPIDI_CH3I_Progress_handle_sock_event(422):
 MPIDU_Socki_handle_read(649)..............: connection failure
 (set=0,sock=4,errno=104:(strerror() not found))
 rank 3 in job 4  mahmoud-desktop_33023   caused collective abort of all
 ranks
  exit status of rank 3: killed by signal 9
 rank 0 in job 4  mahmoud-desktop_33023   caused collective abort of all
 ranks
  exit status of rank 0: killed by signal 11

 I'm failing to find a reason as my programs work fine with gcc 4.2. If it
 is
 a known bug that has been already fixed please send tell me how to fix it
 on
 my own machine.

 Best regards,
 Yours faithfully.


-- 
           Summary: Compatibilty with MPICH2
           Product: gcc
           Version: 4.3.2
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c++
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: mahmoud dot fatene at gmail dot com


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38837


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/38837] Compatibilty with MPICH2
  2009-01-14 13:33 [Bug c++/38837] New: Compatibilty with MPICH2 mahmoud dot fatene at gmail dot com
@ 2009-01-14 13:34 ` mahmoud dot fatene at gmail dot com
  2009-01-14 14:13 ` mahmoud dot fatene at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mahmoud dot fatene at gmail dot com @ 2009-01-14 13:34 UTC (permalink / raw)
  To: gcc-bugs



-- 

mahmoud dot fatene at gmail dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |blocker


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38837


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/38837] Compatibilty with MPICH2
  2009-01-14 13:33 [Bug c++/38837] New: Compatibilty with MPICH2 mahmoud dot fatene at gmail dot com
  2009-01-14 13:34 ` [Bug c++/38837] " mahmoud dot fatene at gmail dot com
@ 2009-01-14 14:13 ` mahmoud dot fatene at gmail dot com
  2009-01-15  1:09 ` pinskia at gcc dot gnu dot org
  2009-12-27  1:47 ` paolo dot carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: mahmoud dot fatene at gmail dot com @ 2009-01-14 14:13 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #1 from mahmoud dot fatene at gmail dot com  2009-01-14 14:13 -------
Sorry, I forgot to precise that I'm using a linux distribution ubuntu 8.10 on a
DELL XPS desktop. The compiler was built with the following options:

Target: i486-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 4.3.2-1ubuntu11'
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3
--program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug
--enable-objc-gc --enable-mpfr --enable-targets=all --enable-checking=release
--build=i486-linux-gnu --host=i486-linux-gnu --target=i486-linux-gnu
Thread model: posix
gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu11) 


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38837


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/38837] Compatibilty with MPICH2
  2009-01-14 13:33 [Bug c++/38837] New: Compatibilty with MPICH2 mahmoud dot fatene at gmail dot com
  2009-01-14 13:34 ` [Bug c++/38837] " mahmoud dot fatene at gmail dot com
  2009-01-14 14:13 ` mahmoud dot fatene at gmail dot com
@ 2009-01-15  1:09 ` pinskia at gcc dot gnu dot org
  2009-12-27  1:47 ` paolo dot carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2009-01-15  1:09 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #2 from pinskia at gcc dot gnu dot org  2009-01-15 01:08 -------
Without a self contained testcase, it is hard to decide if this is a bug in GCC
or MPICH2.


-- 

pinskia at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38837


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug c++/38837] Compatibilty with MPICH2
  2009-01-14 13:33 [Bug c++/38837] New: Compatibilty with MPICH2 mahmoud dot fatene at gmail dot com
                   ` (2 preceding siblings ...)
  2009-01-15  1:09 ` pinskia at gcc dot gnu dot org
@ 2009-12-27  1:47 ` paolo dot carlini at oracle dot com
  3 siblings, 0 replies; 5+ messages in thread
From: paolo dot carlini at oracle dot com @ 2009-12-27  1:47 UTC (permalink / raw)
  To: gcc-bugs



------- Comment #3 from paolo dot carlini at oracle dot com  2009-12-27 01:47 -------
Feedback not forthcoming.


-- 

paolo dot carlini at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38837


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-12-27  1:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-14 13:33 [Bug c++/38837] New: Compatibilty with MPICH2 mahmoud dot fatene at gmail dot com
2009-01-14 13:34 ` [Bug c++/38837] " mahmoud dot fatene at gmail dot com
2009-01-14 14:13 ` mahmoud dot fatene at gmail dot com
2009-01-15  1:09 ` pinskia at gcc dot gnu dot org
2009-12-27  1:47 ` paolo dot carlini at oracle dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).