You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration: hybrid MPI/GASPI application, TCP device, four processes on one node (hence local communication only)
Sometimes during gaspi_proc_term some processes hang in pthread_join (tcp_dev_stop_device).
The tcp_virt_dev thread (for which the join waits) hangs in a read (can't say which one).
The text was updated successfully, but these errors were encountered:
krzikalla
changed the title
gaspi_proc_term sometimes hangs after successful program execution
gaspi_proc_term sometimes hangs after otherwise successful program execution
Jun 13, 2018
Further investigation: it happens at tcp_device.c:1351. The read blocks and waits until data is available. However, for some reason (unknown to me) there seems to be no more data. Some processes are already done with gaspi_proc_term (apparently always proc 0, sometimes also some other), but some others are hanging.
Configuration: hybrid MPI/GASPI application, TCP device, four processes on one node (hence local communication only)
Sometimes during gaspi_proc_term some processes hang in pthread_join (tcp_dev_stop_device).
The tcp_virt_dev thread (for which the join waits) hangs in a read (can't say which one).
The text was updated successfully, but these errors were encountered: