1
1
openmpi/orte/mca/ess/pmi
2012-07-31 21:21:50 +00:00
..
configure.m4 Ensure the wrapper flags get entered in the right order, with -lpmi coming before the alps util libs 2012-01-27 20:56:21 +00:00
ess_pmi_component.c Roll in the rest of the modex change. Eliminate all non-modex API access of RTE info from the MPI layer - in some cases, the info was already present (either in the ompi_proc_t or in the orte_process_info struct) and no call was necessary. This removes all calls to orte_ess from the MPI layer. Calls to orte_grpcomm remain required. 2012-06-27 14:53:55 +00:00
ess_pmi_module.c Add num_local_peers to orte_process_info so we don't keep re-computing it, ensure it is available for direct launch via pmi as well 2012-07-31 21:21:50 +00:00
ess_pmi.h Complete implementation of pmi support. Ensure we support both mpirun and direct launch within same configuration to avoid requiring separate builds. Add support for generic pmi, not just under slurm. Add publish/subscribe support, although slurm's pmi implementation will just return an error as it hasn't been done yet. 2011-10-17 20:51:22 +00:00
Makefile.am Make all the PMI components depend on the common pmi library and properly 2012-06-11 15:58:09 +00:00