1
1
Граф коммитов

821 Коммитов

Автор SHA1 Сообщение Дата
Prabhanjan Kambadur
b3c7d9f8ef Checking these files in so that they are not going to be lost. Note i still run windows
This commit was SVN r821.
2004-03-06 22:32:07 +00:00
Tim Woodall
e5b510128f fixed dependency
This commit was SVN r820.
2004-03-03 17:06:49 +00:00
Tim Woodall
4f79b5d7ff fixed dependencies
This commit was SVN r819.
2004-03-03 17:05:51 +00:00
Tim Woodall
8ac7db9c55 added link dependency
This commit was SVN r818.
2004-03-03 17:04:30 +00:00
Tim Woodall
1f915b0b4a - made lam_mutex_t a lam_object
- implemented module exchange
- debugging p2p init
- added condition variables
- added threading test code

This commit was SVN r817.
2004-03-03 16:44:41 +00:00
Tim Woodall
366b325f24 various flavors of condition variables/mutexes -- not all are complete -- for experimentation only
This commit was SVN r816.
2004-03-03 16:10:26 +00:00
Rich Graham
2493a6c3ea continue to implement the group functionality.
This commit was SVN r815.
2004-03-02 00:14:13 +00:00
Rich Graham
8e9f32b5d0 continue to implement first cut of the group functionality. This code
has not yet been tested.  Bug fix for group_excl.c .  Add support funtion to
set rank within the group.

This commit was SVN r814.
2004-02-27 19:22:14 +00:00
Jeff Squyres
76c8f50858 Clarify the error message
This commit was SVN r813.
2004-02-24 12:25:22 +00:00
Rich Graham
833af842be implement group_compare and group_intersection.
This commit was SVN r812.
2004-02-19 19:44:51 +00:00
David Daniel
85558e92d4 Fixing calls to destructors in OBJ_RELEASE
Also preparing for move to BSD-based atomic operations.

This commit was SVN r811.
2004-02-18 06:09:58 +00:00
David Daniel
edf0669882 Moving lam_group_finalize to lam_mpi_finalize (for symmetry with
lam_group_init).

laminfo was failing in an assertion

This commit was SVN r810.
2004-02-18 06:07:06 +00:00
Brian Barrett
9028eb751d * The usual ignore stuff
This commit was SVN r809.
2004-02-15 02:13:49 +00:00
Brian Barrett
eaba4dd249 * Make the cofs pcm module have a priority of 1 so it always gets selected
over the still being developed rsh module

This commit was SVN r808.
2004-02-15 02:11:05 +00:00
Brian Barrett
d50cb6b82a * shell code for rsh pcm module. Doesn't work, but has priority of 99, so
it should really never get selected.

This commit was SVN r807.
2004-02-15 01:45:10 +00:00
Jeff Squyres
b4746704ab - coll_basic_config.h no longer exists; just use coll_basic.h
- #define's for MCA module version numbers changed names

This commit was SVN r806.
2004-02-14 21:26:30 +00:00
Brian Barrett
4869543e7e * Rename comm_call_error_handler to match standard comm_call_errhandler
This commit was SVN r805.
2004-02-14 19:37:05 +00:00
Jeff Squyres
063db13374 Minor mod
This commit was SVN r804.
2004-02-14 06:03:05 +00:00
Jeff Squyres
fa524b8716 Remove redundant CLEANFILES
This commit was SVN r803.
2004-02-14 06:02:16 +00:00
Jeff Squyres
dce0db9804 We really require AC >= 2.58
This commit was SVN r802.
2004-02-14 06:02:04 +00:00
Jeff Squyres
6744cbf576 Add a bit more helpful error message ;-)
This commit was SVN r801.
2004-02-14 05:22:24 +00:00
Jeff Squyres
e2fd8c8db2 Distinguish between thread types
This commit was SVN r800.
2004-02-14 03:39:59 +00:00
Jeff Squyres
47075220c4 Eliminate compiler warning; fix non-effective statement
This commit was SVN r799.
2004-02-14 03:35:23 +00:00
Jeff Squyres
86a98c20a6 No one needs to include "lam/mem/malloc.h" anymore
This commit was SVN r798.
2004-02-13 22:48:33 +00:00
Jeff Squyres
76153e5126 Remove compiler warning
This commit was SVN r797.
2004-02-13 22:41:02 +00:00
Jeff Squyres
8271f9c12e Move the registration of the MCA param mpi_param_check to a more central
place so that laminfo can see it

This commit was SVN r796.
2004-02-13 22:33:30 +00:00
Jeff Squyres
d3f8b38357 No one should have malloc.h anymore
This commit was SVN r795.
2004-02-13 22:32:18 +00:00
Rich Graham
577e22bad2 fix some bugs in group_incl, implement group_excl.
This commit was SVN r794.
2004-02-13 22:18:38 +00:00
Jeff Squyres
81a3c13279 Snip some useless stuff that was carried from LAM 7, add some more info
in the output

This commit was SVN r793.
2004-02-13 22:17:42 +00:00
Jeff Squyres
65a062b3a4 AC_DEFINE the results
This commit was SVN r792.
2004-02-13 22:17:01 +00:00
Tim Woodall
f6d0b2c819 - setup local proc correctly
- add placeholder for module data

This commit was SVN r791.
2004-02-13 22:16:39 +00:00
Jeff Squyres
07c21d7328 Add extern for lam_mpi_param_check
This commit was SVN r790.
2004-02-13 21:13:57 +00:00
Rich Graham
3a36fb030b implement mpi_group_incl
This commit was SVN r789.
2004-02-13 19:59:34 +00:00
David Daniel
a9f66e57cb Adding OBJ_CLASS_DECLARATION macro to match Tim's OBJ_CLASS_INSTANCE macro.
Updated documentation to reflect changes.

This commit was SVN r788.
2004-02-13 19:20:57 +00:00
David Daniel
5402017361 More datatype changes: removing dead code, cleaning up prototypes.
This commit was SVN r787.
2004-02-13 19:19:46 +00:00
Jeff Squyres
319a12d2c1 Forgot to add these two files
This commit was SVN r786.
2004-02-13 19:15:51 +00:00
Jeff Squyres
235388161b Add compile-time and run-time MPI parameter checking code. New macro:
MPI_PARAM_CHECK, intended to be used as
	if (MPI_PARAM_CHECK) {
	  /* ...do MPI param checks in here... */
	}
MPI_PARAM_CHECK will be 0, 1, or lam_mpi_param_check.

This commit was SVN r785.
2004-02-13 19:11:55 +00:00
Jeff Squyres
0b2313082c Fix for bug 736 -- added sizeof/alignment for C++ and Fortran types
This commit was SVN r784.
2004-02-13 18:05:49 +00:00
Tim Woodall
fd9994a31d updated OBJ_CLASS_INIT macro/renamed to OBJ_CLASS_INSTANCE
This commit was SVN r783.
2004-02-13 17:10:16 +00:00
Jeff Squyres
31708648f1 No need for this file anymore
This commit was SVN r782.
2004-02-13 17:05:28 +00:00
Rich Graham
1014650f0f implement mpi_group_rank mpi_group_size.
This commit was SVN r781.
2004-02-13 16:41:53 +00:00
Jeff Squyres
c1d3625abb Notes about what I need to do for temporary buffers
This commit was SVN r780.
2004-02-13 16:28:42 +00:00
Rich Graham
edf0ebca81 tie in group_finalize.
This commit was SVN r779.
2004-02-13 16:23:29 +00:00
Tim Woodall
d6c272b65a - return copy of ptl array
This commit was SVN r778.
2004-02-13 15:12:46 +00:00
Tim Woodall
e30bdaa509 corrected proc list
This commit was SVN r777.
2004-02-13 14:47:01 +00:00
Jeff Squyres
589bc5a7dc If you don't specify an output destination for a stream (e.g.,
"level:1000"), then default to stderr

This commit was SVN r776.
2004-02-13 14:25:40 +00:00
Rich Graham
f245b42815 call lam_group_init.
This commit was SVN r775.
2004-02-13 14:19:30 +00:00
Rich Graham
a8e967bcf1 finish implementing group_allocate.
This commit was SVN r774.
2004-02-13 14:16:30 +00:00
Tim Woodall
015d1a1121 remove construct/destruct super
This commit was SVN r773.
2004-02-13 14:01:06 +00:00
Jeff Squyres
bb2f59c13c Need to ignore generated file
This commit was SVN r772.
2004-02-13 13:58:39 +00:00