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

366 Коммитов

Автор SHA1 Сообщение Дата
Brian Barrett
875c7241fc * Make test cases not install themselves (what was I thinking?)
This commit was SVN r366.
2004-01-14 08:37:49 +00:00
Jeff Squyres
9b3673c1bc Remove missing base.h from Makefile.am
This commit was SVN r365.
2004-01-14 07:24:11 +00:00
Jeff Squyres
eda594df84 First cut at thread support / eliminate warnings due to lack of
LAM_HAVE_THREADS

This commit was SVN r364.
2004-01-14 07:06:57 +00:00
Jeff Squyres
3e6822b8ac - Use better multiple-inclusion header file protection names
- Use doxygen-friendly names

This commit was SVN r363.
2004-01-14 07:06:00 +00:00
Jeff Squyres
b5c5d27090 Fix minor typo resulting from type name changing
This commit was SVN r362.
2004-01-14 07:02:26 +00:00
Jeff Squyres
b1e1a7ea37 - Convert existing lam_err (and friends) code to use lam_output()
- Note in several places that we need to implement lam_exit()

This commit was SVN r361.
2004-01-14 06:43:23 +00:00
Jeff Squyres
1140112b9b First cut of the output streams
This commit was SVN r360.
2004-01-14 06:42:24 +00:00
Jeff Squyres
904e4f0d58 Add hostmap into ignored section (for now)
This commit was SVN r359.
2004-01-14 06:41:28 +00:00
Jeff Squyres
ca5af025a9 Removed some kruft
This commit was SVN r358.
2004-01-14 06:40:57 +00:00
Jeff Squyres
e133683970 - Add tests for va_copy / __va_copy
- Add makefile for test/unit/lam/util/Makefile

This commit was SVN r357.
2004-01-14 06:39:55 +00:00
Jeff Squyres
17bbd49fd0 Add util directory for tests
This commit was SVN r356.
2004-01-14 06:39:26 +00:00
Jeff Squyres
6ca77359d7 Add / move some judicious #if 0's to avoid oodles of warnings -- the code
in this module isn't ready for prime time yet, anyway

This commit was SVN r355.
2004-01-14 06:31:10 +00:00
Brian Barrett
c2e843f76b * change some types from int to size_t to make compile warnings go
away.  From reading code, it looks like these really should be size_t...

This commit was SVN r354.
2004-01-14 06:08:30 +00:00
Rich Graham
dd3cb2b8cc add code to search out-of-order fragment list once a new arriving
fragment is allowed to be matched.

This commit was SVN r353.
2004-01-14 05:59:43 +00:00
Brian Barrett
135ebe45b1 * fix the datatyle header. I gave up figuring out ulm_scatterv_t and
#if 0'ed it out.

This commit was SVN r352.
2004-01-14 05:48:36 +00:00
Brian Barrett
f91445c681 * fix some silly typos to make things compile
This commit was SVN r351.
2004-01-14 05:38:09 +00:00
Tim Woodall
ea09ce2240 fixed typo
This commit was SVN r350.
2004-01-14 04:10:19 +00:00
Tim Woodall
1373c847e0 added THREAD_SCOPED_LOCK macro to hold lock while invoking specified action
This commit was SVN r349.
2004-01-14 04:00:15 +00:00
David Daniel
b728a05805 Adding datatype creation and deletion functions ... interfaces only.
This commit was SVN r348.
2004-01-14 03:45:45 +00:00
Tim Woodall
762115be63 specific to PTL interface
This commit was SVN r347.
2004-01-14 03:44:11 +00:00
Tim Woodall
8d4f3d2b92 moved/renamed base data structures used in PML<->PTL interface from pml/base
to ptl/base as these are specific to the PTL interface

This commit was SVN r346.
2004-01-14 03:42:02 +00:00
David Daniel
cdd3c4f4d1 Adding first pass at datatype copy function
This commit was SVN r345.
2004-01-14 03:36:54 +00:00
Rich Graham
af46dc081a match incoming fragments against both specific and wild receives.
This commit was SVN r344.
2004-01-14 03:23:45 +00:00
Jeff Squyres
a5b8536e10 Add the @file so that doxygen picks it up
This commit was SVN r343.
2004-01-14 02:30:05 +00:00
Rich Graham
fcd7ffb54f add "specific" matching logic for fragment matching. Add a return
value for lam_list_remove_item().

This commit was SVN r342.
2004-01-14 01:02:18 +00:00
Brian Barrett
0aab57e043 * Make annoying whitespace change to test the multi-directory commit notice
stuff I just added so we only get one e-mail per commit, not per directory

This commit was SVN r341.
2004-01-14 00:41:40 +00:00
Jeff Squyres
3dae7aff72 A few minor changes
This commit was SVN r340.
2004-01-13 23:46:22 +00:00
Jeff Squyres
b7903bcedc Added doxygen comments.
This commit was SVN r339.
2004-01-13 23:32:19 +00:00
Rich Graham
8f7df50dfd continuing to check in matching code - wild matcing is all checked in.
Adding support function (lam_list_remove_item) to lam_list_t, and the
macro LAM_ANY_TAG, which is #defined to MPI_ANY_TAG to avoid a
translation step.

This commit was SVN r338.
2004-01-13 23:26:14 +00:00
David Daniel
7f614d49cc Adding MPI_Type_... interface (currently empty).
This commit was SVN r337.
2004-01-13 23:25:17 +00:00
Jeff Squyres
175c1553b0 Minor style changes
This commit was SVN r336.
2004-01-13 22:21:30 +00:00
Jeff Squyres
f10878eb35 Eliminate src/include/lam/Makefile
This commit was SVN r335.
2004-01-13 22:15:13 +00:00
Jeff Squyres
a5402b0823 Fix header installation directory
This commit was SVN r334.
2004-01-13 22:14:29 +00:00
Jeff Squyres
0de84ca252 Add missing header installation block
This commit was SVN r333.
2004-01-13 22:14:08 +00:00
Jeff Squyres
dfb0f9c1c1 Moved a bunch of header files from src/include/lam to here.
This commit was SVN r332.
2004-01-13 22:13:44 +00:00
Jeff Squyres
d380ed4c11 Fix minor compiler warning
This commit was SVN r331.
2004-01-13 22:04:10 +00:00
Jeff Squyres
53826436fa Partial fix for bug 638: added AC_ARG_ENABLE for
--enable-mpi-profile.  Anju will add whatever AM_CONDITIONALs and
AC_DEFINE*s that he needs to finish the bug.

This commit was SVN r330.
2004-01-13 20:01:59 +00:00
Jeff Squyres
a9ab31762f Long live LAM/MPI 10!
This commit was SVN r329.
2004-01-13 15:42:58 +00:00
Brian Barrett
3fc789e72e * some more (mostly untested, but compiling) code for the cofs pcm module
* some comments on what needs to be done in the MPI_INIT C interface.  More
  coming tomorrow....

This commit was SVN r328.
2004-01-13 09:36:40 +00:00
Jeff Squyres
e4ac0bc98a Add module_exchange functions
This commit was SVN r327.
2004-01-13 08:07:10 +00:00
Jeff Squyres
1435992a8f s/lamssiexec/mcamodule/
This commit was SVN r326.
2004-01-13 06:00:57 +00:00
Jeff Squyres
633cc2e1b0 Make the file list reflect what is in CVS
This commit was SVN r325.
2004-01-13 06:00:10 +00:00
Brian Barrett
306bb8c6d8 * make life goodness :)
This commit was SVN r324.
2004-01-13 05:04:56 +00:00
Tim Woodall
df867a0933 more tweaking of i/f functions
This commit was SVN r323.
2004-01-13 04:50:56 +00:00
Brian Barrett
938a848170 * make file compile
This commit was SVN r322.
2004-01-13 04:36:00 +00:00
Jeff Squyres
3b67c0d8db Fix a few things uncovered by unit testing
This commit was SVN r321.
2004-01-13 02:58:37 +00:00
Jeff Squyres
c21aa53812 Oops -- missed some argeed-upon style things
This commit was SVN r320.
2004-01-13 02:57:17 +00:00
Jeff Squyres
88ac536659 argv unit test
This commit was SVN r319.
2004-01-13 02:55:26 +00:00
Tim Woodall
4327aa2178 changed mtx to mutex
This commit was SVN r318.
2004-01-13 02:34:20 +00:00
Tim Woodall
5bfddeed7e rename mtx to mutex
This commit was SVN r317.
2004-01-13 02:31:38 +00:00