<h4 style="font-weight: normal; font-family: arial,sans-serif;">Hi everyone,</h4><span style="font-family: arial,sans-serif;">I am trying to run a program I wrote myself using mpi. The basic idea is to dispatch tasks in the program on serveral cores/computers. It works fine (i.e. the results of the tasks are correct and well collected). However I have an error after the finalize (during...?). Anyway the &quot;Exiting program&quot; is after the instruction finalize (and only done by the master).</span><br style="font-family: arial,sans-serif;">
<span style="font-family: arial,sans-serif;">I have not been able to find what was causing this error. The message is below. Note that the error is not deterministic (i.e it does not happen all the time...). If someone has any begining of idea I would be grateful to hear it.<br>
<br>Another question : is there a friendly gpl (or at least free) mpi debugger ?<br><br>Thanks in advance for your help<br><br>Quentin<br style="font-family: verdana,sans-serif;"></span><br style="font-family: arial,sans-serif;">
<br><h4 style="font-weight: normal; font-family: courier new,monospace;">0 : Exiting program<br>Assertion failed in file ch3u_connect_sock.c at line 805: vcch-&gt;conn == conn<br>[cli_5]: aborting job:<br>internal ABORT - process 5<br>
[cli_4]: aborting job:<br>Fatal error in MPI_Finalize: Other MPI error, error stack:<br>MPI_Finalize(255).........................: MPI_Finalize failed<br>MPI_Finalize(154).........................:<br>MPID_Finalize(129)........................:<br>
MPIDI_CH3U_VC_WaitForClose(339)...........: an error occurred while the device was waiting for all open connections to close<br>MPIDI_CH3i_Progress_wait(215).............: an error occurred while handling an event returned by MPIDU_Sock_Wait()<br>
MPIDI_CH3I_Progress_handle_sock_event(420):<br>MPIDU_Socki_handle_read(633)..............: connection failure (set=0,sock=4,errno=54:(strerror() not found))<br>Assertion failed in file ch3u_connect_sock.c at line 805: vcch-&gt;conn == conn<br>
[cli_6]: aborting job:<br>internal ABORT - process 6<br>[cli_2]: aborting job:<br>Fatal error in MPI_Finalize: Other MPI error, error stack:<br>MPI_Finalize(255).........................: MPI_Finalize failed<br>MPI_Finalize(154).........................:<br>
MPID_Finalize(129)........................:<br>MPIDI_CH3U_VC_WaitForClose(339)...........: an error occurred while the device was waiting for all open connections to close<br>MPIDI_CH3i_Progress_wait(215).............: an error occurred while handling an event returned by MPIDU_Sock_Wait()<br>
MPIDI_CH3I_Progress_handle_sock_event(420):<br>MPIDU_Socki_handle_read(633)..............: connection failure (set=0,sock=4,errno=54:(strerror() not found))<br>[cli_3]: aborting job:<br>Fatal error in MPI_Finalize: Other MPI error, error stack:<br>
MPI_Finalize(255).........................: MPI_Finalize failed<br>MPI_Finalize(154).........................:<br>MPID_Finalize(129)........................:<br>MPIDI_CH3U_VC_WaitForClose(339)...........: an error occurred while the device was waiting for all open connections to close<br>
MPIDI_CH3i_Progress_wait(215).............: an error occurred while handling an event returned by MPIDU_Sock_Wait()<br>MPIDI_CH3I_Progress_handle_sock_event(420):<br>MPIDU_Socki_handle_read(633)..............: connection failure (set=0,sock=2,errno=54:(strerror() not found))<br>
rank 5 in job 1741&nbsp; hercules.arbitragis_64602&nbsp;&nbsp; caused collective abort of all ranks<br>&nbsp; exit status of rank 5: killed by signal 9<br>rank 4 in job 1741&nbsp; hercules.arbitragis_64602&nbsp;&nbsp; caused collective abort of all ranks<br>
&nbsp; exit status of rank 4: killed by signal 9<br>rank 3 in job 1741&nbsp; hercules.arbitragis_64602&nbsp;&nbsp; caused collective abort of all ranks<br>&nbsp; exit status of rank 3: killed by signal 9<br>rank 2 in job 1741&nbsp; hercules.arbitragis_64602&nbsp;&nbsp; caused collective abort of all ranks<br>
&nbsp; exit status of rank 2: killed by signal 9<br>Exit 137<br><br></h4>