1
1
openmpi/opal/mca/btl
Jeff Squyres 7da1c4b875 usnic: avoid race condition in connectivity checker
In short applications, it's possible that the agent (i.e., local rank
0) will finalize after non-local rank 0 procs detect the connectivity
checker named socket, but before they complete a connect() on it.  As
such, their connect() gets ECONNREFUSED.

This commit adds a simple counter in the agent that won't let it quit
before it accept()'s from all local procs, or 10 seconds goes by
(whichever occurs first).  This is similar to the timeout for the
clients: they'll exit if they don't see the expected named socket
within 10 seconds.
2015-08-10 15:40:33 -07:00
..
base Add the ability to send host buffers through one sized staging buffers and CUDA buffers through different sized buffers. Fixes performance issues 2015-07-02 11:11:15 -04:00
openib configury: fix XRC detection on OFED < 3.12 2015-07-13 10:43:22 +09:00
portals4 Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
scif Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
self more c99 updates 2015-06-25 10:14:13 -06:00
sm more c99 updates 2015-06-25 10:14:13 -06:00
smcuda Make explicit call to initalize MCA parameters in common CUDA code. This allows us to view them with ompi_info and possibly modify with tools interface 2015-07-09 12:51:55 -04:00
tcp Rename the current opal_event_base to opal_sync_event_base in preparation for adding an async progress thread to opal. No functional changes made here - just a simple rename. 2015-07-11 10:08:19 -07:00
template Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
ugni Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
usnic usnic: avoid race condition in connectivity checker 2015-08-10 15:40:33 -07:00
vader more c99 updates 2015-06-25 10:14:13 -06:00
btl.h Add the ability to send host buffers through one sized staging buffers and CUDA buffers through different sized buffers. Fixes performance issues 2015-07-02 11:11:15 -04:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00