1
1
openmpi/ompi/mca
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
..
allocator Add some comments on the internals of the bucket structure. Alter the cleanup 2007-04-17 20:43:30 +00:00
bml Add optional ordering to the BTL interface. 2007-05-24 19:51:26 +00:00
btl Fix a couple of problems with the way we were using orte_process_name_t 2007-06-11 19:12:11 +00:00
coll - UNexport symbols that shouldn't be needed outside the libraries 2007-05-16 15:46:52 +00:00
common This fixes the initialization of the usable size of the shared memory. 2007-03-07 13:28:06 +00:00
crcp Use more of the datatype engine supplied functions 2007-04-26 00:06:22 +00:00
io Add the potential for doing some basic error checking on mutexes during 2007-06-12 16:25:26 +00:00
mpool Don't include malloc.h in mpool/base/base.h because it causes all kinds of problems 2007-05-27 03:55:21 +00:00
mtl don't update MPI_ERROR 2007-06-11 21:40:29 +00:00
osc properly set fields so that most difficult alignment rules are always met. 2007-06-05 01:46:04 +00:00
pml Add the potential for doing some basic error checking on mutexes during 2007-06-12 16:25:26 +00:00
rcache Just like r14289 on the ORTE trunk: 2007-04-12 11:19:42 +00:00
topo - UNexport symbols that shouldn't be needed outside the libraries 2007-05-16 15:46:52 +00:00