Ticket #902 (closed bug: fixed)
mpd PM post-execution error: close failed in file object destructor
| Reported by: | Deji Akingunola <dakingun@…> | Owned by: | goodell |
|---|---|---|---|
| Priority: | major | Milestone: | mpich2-1.2.1 |
| Component: | mpich2 | Keywords: | |
| Cc: |
Description (last modified by balaji) (diff)
I've been testing MPICH2-1.2 for the upcoming Fedora 12 release and have noticed that running a mpi job with using the mpd process manager always produces an error after execution. mpiexec.hydra doesn't produce an error.
[deji@rhema ~]$ mpiexec -np 2 ./cpi
Process 1 of 2 is on rhema
Process 0 of 2 is on rhema
pi is approximately 3.1415926544231318, Error is 0.0000000008333387
wall clock time = 0.000297
close failed in file object destructor:
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/bin/mpdlib.py", line 162, in mpd_uncaught_except_tb
tb = extract_tb(arg3)
TypeError: 'NoneType' object is not callable
Original exception was:
IOError: [Errno 9] Bad file descriptor
close failed in file object destructor:
Error in sys.excepthook:
Traceback (most recent call last):
File "/usr/bin/mpdlib.py", line 162, in mpd_uncaught_except_tb
tb = extract_tb(arg3)
TypeError: 'NoneType' object is not callable
Original exception was:
IOError: [Errno 9] Bad file descriptor
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
