1
1
openmpi/opal/runtime
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
..
help-opal-runtime.txt Remove some old references to ft_enable parameter that no longer exists. 2007-03-17 20:02:42 +00:00
Makefile.am Merging in the jjhursey-ft-cr-stable branch (r13912 : HEAD). 2007-03-16 23:11:45 +00:00
opal_cr.c OS X apparently really doesn't like shared libraries with unresolvable 2007-06-05 03:03:59 +00:00
opal_cr.h A few more small leaks... 2007-04-02 21:12:16 +00:00
opal_finalize.c per conversation with Ralph and Jeff take out the opal_init_only logic. 2007-05-24 21:54:58 +00:00
opal_init.c * Only need to to the opal_progress_event_users_increment() once between 2007-06-01 02:43:46 +00:00
opal_params.c Add the potential for doing some basic error checking on mutexes during 2007-06-12 16:25:26 +00:00
opal_progress.c Complete backout of prior sched_yield and paffinity changes 2007-02-07 14:22:37 +00:00
opal_progress.h Rework the opal_progress interface to better support dynamic processes and at 2006-11-22 02:06:52 +00:00
opal.h per conversation with Ralph and Jeff take out the opal_init_only logic. 2007-05-24 21:54:58 +00:00