1
1
openmpi/opal
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
..
asm Per RFC, another round in the renaming game - nearly complete 2014-05-07 03:01:47 +00:00
class Remove unused vars and actually test the indexed array member in the bitmap class 2014-06-14 03:18:24 +00:00
datatype Correctly deal with partially converted datatypes both 2014-05-29 21:53:44 +00:00
dss Minor cleanup to node_stat packing routine 2014-06-19 18:46:27 +00:00
etc Backing out the Open SHMEM project 2013-02-12 17:45:27 +00:00
include atomic_impl.h: fix trivial typos in comments 2014-05-21 17:18:18 +00:00
mca Fix support for Cray alps 2014-06-24 21:29:04 +00:00
memoryhooks Fix typo - thanks to Michael Schlottke for pointing it out 2013-08-11 18:16:21 +00:00
runtime Per the RFC issued here: 2014-06-01 04:28:17 +00:00
threads The final step of the RFC: convert the <foo>libdir and friends to fit their respective code areas, and equate them all at the top. Note that we can't entirely separate things as the opal_install_dirs framework can't handle separated locations for the various trees. 2014-05-08 02:01:35 +00:00
tools Use the correct abstraction layer name for the data dirs 2014-05-08 14:32:24 +00:00
util opal: fix leaks 2014-05-15 15:59:41 +00:00
win32 Remove all remaining vestiges of the Windows integration 2013-02-28 17:31:47 +00:00
Makefile.am Use the correct abstraction layer name for the data dirs 2014-05-08 14:32:24 +00:00
win_makefile Move all win32 related files in opal, and modify all the Makefiles.am to 2005-12-08 06:17:15 +00:00