1
1
openmpi/orte/mca/ras/alps
Nathan Hjelm 563eaf0726 Fix support for Cray alps
The alps ras and plm components were broken by recent changes in ORTE. This
commit resolves those issues.

Changes:

 - Define PMI2_SUCCESS if it isn't defined. This fixes a problem with Cray's
   PMI implementation which does not define (for some reason) PMI2_SUCCESS. We
   had previously just used PMI_SUCCESS.

 - Add missing definition and a typo in pml_alps_module.

 - launch_id is no longer available in the orte_node_t structure. Use the
   attribute lookup to get the value.

 - Do not use an O(n^2) sorting algorithm when putting alps nodes in order. Use
   opal_list_sort instead (O(nlogn)).

This commit was SVN r32076.
2014-06-24 21:29:04 +00:00
..
configure.m4 Remove the old configure option for disabling full rte support - we now use the OMPI rte framework for such purposes 2013-02-28 01:35:55 +00:00
help-ras-alps.txt Allow the ALPS allocator to run if the BASIL_RESERVATION_ID has been set. Update show_help messages and comments to reflect this new scenario. 2010-07-12 15:42:25 +00:00
Makefile.am Use the correct abstraction layer name for the data dirs 2014-05-08 14:32:24 +00:00
ras_alps_component.c ras/alps: fix alps support for CLE 5.x 2014-04-07 22:51:21 +00:00
ras_alps_module.c Fix support for Cray alps 2014-06-24 21:29:04 +00:00
ras_alps.h add Cray XK6 support to ras alps. the configuration file is a different format and is in a different place. 2011-12-08 14:05:02 +00:00
ras-alps-command.sh - Further patches for support on NetBSD (and DragonFly) by 2010-03-15 05:33:42 +00:00