1
1
openmpi/orte/mca/ess/pmi
2014-08-22 05:17:51 +00:00
..
ess_pmi_component.c Per the PMIx RFC: 2014-08-21 18:56:47 +00:00
ess_pmi_module.c Fix shared memory operations - need to pass the local topology and cpusets of all local peers so we can properly compute relative locality for them. Also need to set default locality to "on node" in case where cpusets are not passed because procs are not bound. 2014-08-22 05:17:51 +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 Per the PMIx RFC: 2014-08-21 18:56:47 +00:00