David Daniel
00e50911b0
A large commit:
...
Changing the object.h model to conform more to people's (C++-biased)
expectations. See the comment at the top of src/lam/lfc/object.h for
full details.
Also a couple of tweaks to the datatype directory (but nothing working
yet).
This commit was SVN r674.
2004-02-10 14:04:27 +00:00
Jeff Squyres
413d87586d
Convert from LAM_MALLOC / LAM_FREE to regular malloc / free. When
...
memory debugging is enabled, there are magic defines to change from
malloc / free to lam_malloc / free.
This commit was SVN r673.
2004-02-10 00:09:36 +00:00
Jeff Squyres
cc05d5f606
First cut of the MPI thread leave determination stuff (i.e., actually
...
listen to what the modules say, but don't make any decisions based on that
yet)
This commit was SVN r630.
2004-01-31 21:45:32 +00:00
Jeff Squyres
94a9aab796
- rename fini -> finalize
...
- use allow_multi_use_threads/have_hidden_threads instead of
min_thread/max_thread
This commit was SVN r616.
2004-01-30 23:00:48 +00:00
Jeff Squyres
dae32f6e58
- Fix bad memory referencing; added lam_list_item_t super to
...
opened_module_t
- Fix minor memory leak
This commit was SVN r612.
2004-01-30 19:42:31 +00:00
Jeff Squyres
15a0a8e537
- Remove kruft from pml.h, move some into pml/base/base.h (pml/pml.h
...
is strictly public-only)
- Add selection routine for pml base
This commit was SVN r605.
2004-01-30 03:54:52 +00:00