1
1
openmpi/ompi/mca/pubsub/pmi
Josh Hursey 28681deffa Backout the ORCA commit. :(
There is a linking issue on Mac OSX that needs to be addressed before this is able to come back into the trunk.

This commit was SVN r26676.
2012-06-27 01:28:28 +00:00
..
configure.m4 Backout the ORCA commit. :( 2012-06-27 01:28:28 +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
pubsub_pmi_component.c move pmi init/finalize into a common component 2012-05-22 15:15:39 +00:00
pubsub_pmi.c Handle the case where the allocator "fibs" to us about the node names. In some cases (ahem...you know who you are!), the allocator will tell us a node number (e.g., "16"). However, the daemon will return a node name (e.g., "nid0016") - leaving us not recognizing its location. 2011-12-02 14:10:08 +00:00
pubsub_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