1
1
openmpi/orte/orted/pmix
2015-06-23 20:59:57 -07:00
..
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
pmix_server_connection.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
pmix_server_db.c Fix master compilation - a buried header dependency must have been removed. 2015-02-10 07:22:10 -08:00
pmix_server_internal.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
pmix_server_process_msgs.c Fat SMPs (i.e., systems with nodes containing large numbers of cpus) were failing to start due to connection failures of the opal/pmix support. Root cause was that (a) we were setting the client socket to non-blocking before calling connect, and (b) the server was using the event library to harvest the accepts, and also did the handshake while in that event. So the server would backup beyond the connection backlog limit, and we would fail. 2015-05-29 14:37:14 -07:00
pmix_server_sendrecv.c Ensure we can authenticate when crossing security domains by including all available credentials, and letting the receiver use the highest priority one they have in common. 2015-03-28 20:34:26 -07:00
pmix_server.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
pmix_server.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00