1
1
openmpi/orte/mca/pls/base
Sven Stork a04c8eb39a - Bring over the visibility feature, for a finer symbol export control
via the visibility feature that is provided by some compilers.

  Per default this feature is disabled, to enable it you need to
  configure with --enable-visibility and obviously you need a compiler
  with visibility support. Please refer to the wiki for more information.
  https://svn.open-mpi.org/trac/ompi/wiki/Visibility

This commit was SVN r14582.
2007-05-04 09:03:37 +00:00
..
base.h Repair support for Bproc 4 on 64-bit systems. Update the SMR framework to actually support the begin_monitoring API. Implement the get/set_node_state APIs. 2006-12-15 02:34:14 +00:00
help-pls-base.txt Fix the bug that caused mpirun to hang when a remote executable wasn't found using the rsh launcher. Will now test on a remote node 2006-10-11 18:43:13 +00:00
Makefile.am Create the ability to re-use existing daemons. Included in the commit: 2006-11-15 21:12:27 +00:00
pls_base_close.c Add another test program - an MPI app that just spins. This supports testing of system response to signal-terminated processes. 2006-11-13 21:51:34 +00:00
pls_base_dmn_registry_fns.c Fix some more memory leaks 2007-03-30 13:43:50 +00:00
pls_base_general_support_fns.c Bring in the code for routing xcast stage gate messages via the local orteds. This code is inactive unless you specifically request it via an mca param oob_xcast_mode (can be set to "linear" or "direct"). Direct mode is the old standard method where we send messages directly to each MPI process. Linear mode sends the xcast message via the orteds, with the HNP sending the message to each orted directly. 2007-04-23 18:41:04 +00:00
pls_base_open.c Repair support for Bproc 4 on 64-bit systems. Update the SMR framework to actually support the begin_monitoring API. Implement the get/set_node_state APIs. 2006-12-15 02:34:14 +00:00
pls_base_orted_cmds.c Update the orted cmd xmit functions to match orted recv's. This fixes trac:1004. 2007-04-24 01:58:40 +00:00
pls_base_receive.c Complete modifications for failed-to-start of applications. Modifications for failed-to-start of orteds coming next. 2007-04-24 20:53:54 +00:00
pls_base_reuse_daemon_launch.c Update reuse_daemons to find the daemons again - requires that orteds now report their nodenames (probably temporary patch pending upcoming minor revision of orted) 2007-04-26 15:09:54 +00:00
pls_base_select.c Unload all non necessary PLS. Once the selection process is done, we should release all 2007-04-12 04:55:23 +00:00
pls_private.h - Bring over the visibility feature, for a finer symbol export control 2007-05-04 09:03:37 +00:00