1
1
openmpi/test
Ralph Castain 66a215eae1 More memory cleanup...
1. Valgrind is good for something - chasing down memory leaks in registry led me to re-visit the dictionary functions and discover that I wasn't keeping track of the number of dictionary entries on each segment! Resulted in wasted time searching blank entries as well as leaked memory. This has now been fixed.

2. Fixed the orte_bitmap test. The init function for that class has been eliminated and the constructor adjusted to provide that functionality.

This commit was SVN r7136.
2005-09-02 00:26:58 +00:00
..
asm A bunch of updates to the unit tests 2005-07-23 11:11:19 +00:00
class More memory cleanup... 2005-09-02 00:26:58 +00:00
dps Clean up a few memory leaks - more to go... 2005-09-01 17:38:04 +00:00
mca Rename opal/threads/thread.h -> opal/threads/threads.h to avoid a 2005-08-15 11:02:01 +00:00
memory * for some reason, was having issues with C bool vs C++ bool on odin. 2005-08-23 16:03:16 +00:00
mpi A bunch of updates to the unit tests 2005-07-23 11:11:19 +00:00
runtime * add test for init_finalize of orte (useful for memory leak checks) 2005-08-29 19:32:46 +00:00
support - Add to AM_CPPFLAGS $(OPAL_LTDL_CPPFLAGS) where necessary in order to 2005-09-01 12:16:36 +00:00
threads * bunch of header file and constant changes to make test tree run 2005-08-21 19:21:09 +00:00
util * Add some debugging output Ralph asked for when an unknown error code is 2005-08-29 23:36:53 +00:00
Makefile.am * must add SUBDIRS to DIST_SUBDIRS explicitly. duh. 2005-08-21 23:37:20 +00:00
Unit-Test-Status.pdf Update the unit test matrix 2005-03-30 14:16:02 +00:00
Unit-Test-Status.xls * rename ompi_hash_table opal_hash_table 2005-07-03 16:52:32 +00:00