1
1
openmpi/orte/mca/rds/hostfile
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
..
configure.params Remove unneeded PARAM_INIT_FILE variable in configure.params files used by 2007-01-08 03:44:22 +00:00
help-rds-hostfile.txt Added some user friendly output to the hostfile RDS component. 2006-05-31 20:07:59 +00:00
Makefile.am Just like r14289 on the ORTE trunk: 2007-04-12 11:19:42 +00:00
rds_hostfile_component.c Merge the /tmp/jms-installdirs-trunk branch into the trunk. This 2007-04-21 00:15:05 +00:00
rds_hostfile_lex.h Enable rds/hostfile to accept IPv6 addresses. 2007-04-25 06:55:58 +00:00
rds_hostfile_lex.l Enable rds/hostfile to accept IPv6 addresses. 2007-04-25 06:55:58 +00:00
rds_hostfile.c Add the potential for doing some basic error checking on mutexes during 2007-06-12 16:25:26 +00:00
rds_hostfile.h And ORTE is ready for prime-time. All Windows tricks are in: 2006-08-23 03:32:36 +00:00