1
1
openmpi/ompi/mca/pml
Brian Barrett 84d1512fba Add the potential for doing some basic error checking on mutexes during
single threaded builds.  In its default configuration, all this does
is ensure that there's at least a good chance of threads building
based on non-threaded development (since the variable names will be
checked).  There is also code to make sure that a "mutex" is never
"double locked" when using the conditional macro mutex operations.
This is off by default because there are a number of places in both
ORTE and OMPI where this alarm spews mega bytes of errors on a
simple test.  So we have some work to do on our path towards
thread support.

Also removed the macro versions of the non-conditional thread locks,
as the only places they were used, the author of the code intended
to use the conditional thread locks.  So now you have upper-case
macros for conditional thread locks and lowercase functions for
non-conditional locks.  Simple, right? :).

This commit was SVN r15011.
2007-06-12 16:25:26 +00:00
..
base Add the potential for doing some basic error checking on mutexes during 2007-06-12 16:25:26 +00:00
cm - Bring over the visibility feature, for a finer symbol export control 2007-05-04 09:03:37 +00:00
crcpw Some minor updates to go along with commit r14457 2007-04-21 21:24:44 +00:00
dr Add optional ordering to the BTL interface. 2007-05-24 19:51:26 +00:00
example Just like r14289 on the ORTE trunk: 2007-04-12 11:19:42 +00:00
ob1 Add the potential for doing some basic error checking on mutexes during 2007-06-12 16:25:26 +00:00
Makefile.am * AC_CONFIG_LINKS has a minor problem in that it always uses ln -s, rather 2006-07-16 04:23:52 +00:00
pml.h Cosmetics. PTLs are now called BTLs. 2007-04-16 10:12:27 +00:00