1
1
openmpi/orte
Brian Barrett 98e98ce2c5 * opal_atomic_trylock is documented to return 0 if the lock was acquired,
1 otherwise.  It was doing the opposite, so this patch fixes the
  return values.  All uses (all in ORTE) used the actual return values,
  not the documented values, so fix them as well.

This commit was SVN r25257.
2011-10-11 18:43:45 +00:00
..
config Get the slurm pmi support working. Cannot use infiniband, of course, as the oob can't make the connection - may try other existing methods. Modex may not quite be working right yet 2011-10-10 21:39:10 +00:00
etc Many thanks to Ralf W. for finding a subtle bug in these Makefile.am's 2008-06-04 01:28:03 +00:00
include By popular demand the epoch code is now disabled by default. 2011-08-26 22:16:14 +00:00
mca * opal_atomic_trylock is documented to return 0 if the lock was acquired, 2011-10-11 18:43:45 +00:00
orted Although this didn't solve the earlier termination problem, the code will be required once we get connection terminations properly detected. If a daemon (or HNP) is trying to terminate, then we need to check for termination conditions whenever a route is lost - when all child connections are gone, then we are free to finalize. 2011-10-10 21:41:49 +00:00
runtime * opal_atomic_trylock is documented to return 0 if the lock was acquired, 2011-10-11 18:43:45 +00:00
test By popular demand the epoch code is now disabled by default. 2011-08-26 22:16:14 +00:00
threads There is no need for the byte variable. 2011-01-24 22:41:04 +00:00
tools * Rename opal_hwloc_components to opal_hwloc_base_components 2011-09-17 11:54:36 +00:00
util patched the lex files to not issue the following compiler warning: 2011-10-10 18:13:04 +00:00
CMakeLists.txt Set the compiler flags in a better way. 2011-09-12 08:24:27 +00:00
Doxyfile Fix the broken Doxyfile so people can generate what little code base documentation we have :-) 2006-04-13 12:52:17 +00:00
Makefile.am Add orte-level thread support to avoid some of the opal_if_threads protection used solely for ompi. 2010-11-08 19:09:23 +00:00