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

22533 Коммитов

Автор SHA1 Сообщение Дата
Brian Barrett
b93d3172f8 * add shell of a cofs registry module implementation. Doesn't actually
work yet, but compiles and links and all that joy

This commit was SVN r283.
2004-01-12 00:53:58 +00:00
Brian Barrett
f093e2f386 * more stuff to ignore
This commit was SVN r282.
2004-01-12 00:19:53 +00:00
Brian Barrett
7a66fc42fb * Update pcm.h to match the latest MCA design
* Initial shell of the cofs pcm module

This commit was SVN r281.
2004-01-12 00:16:18 +00:00
Prabhanjan Kambadur
f23946eee8 Spelling error correction
This commit was SVN r280.
2004-01-12 00:09:51 +00:00
Jeff Squyres
79e359fcd5 Temporary fix for Automake 1.8
This commit was SVN r279.
2004-01-11 23:53:39 +00:00
Jeff Squyres
85705b68ff Remove the AC_REQUIRE
This commit was SVN r278.
2004-01-11 23:44:59 +00:00
Brian Barrett
0b17e28f1b * ensure message ordering in receives by enforcing the serial number
This commit was SVN r277.
2004-01-11 23:19:37 +00:00
Jeff Squyres
b2a73bb976 Update cvsignore
This commit was SVN r276.
2004-01-11 22:53:15 +00:00
Brian Barrett
2c33a0be9d * Moved cofs oob module to use its own configure and all that jaz
This commit was SVN r275.
2004-01-11 22:52:59 +00:00
Jeff Squyres
4d46b4bc5c Forgotten file :-)
This commit was SVN r274.
2004-01-11 21:37:46 +00:00
Jeff Squyres
6684bad5da Overhauls to autogen.sh and configure.ac (and related m4 files) to build
MCA modules.

This commit was SVN r273.
2004-01-11 21:35:37 +00:00
Jeff Squyres
39643b1e24 Add some missing prototypes
This commit was SVN r272.
2004-01-11 21:33:35 +00:00
Jeff Squyres
d204285a87 Add missing header files
This commit was SVN r271.
2004-01-11 21:33:08 +00:00
Jeff Squyres
84e5451e28 Use new MCA type name
This commit was SVN r270.
2004-01-11 21:32:57 +00:00
Jeff Squyres
1f717bfdac First cut of a lot of MCA infrastruture. Still little base code yet,
but the build structure is getting there.

This commit was SVN r269.
2004-01-11 21:31:52 +00:00
Jeff Squyres
03bd284527 First cut of the basic collective module. Much work still needs to be
done -- still need:
- safe collective tags on user communuicators (negative tags)
- PML entry points for all MPI point-to-point calls
- datatype buffer and copy functions
As such, there's lots of warnings in this code right now (although it does
compile).  It will not run properly at all.

This commit was SVN r268.
2004-01-11 21:26:55 +00:00
Brian Barrett
34048ae22d * fix .cvsignore file
This commit was SVN r267.
2004-01-11 21:23:09 +00:00
Brian Barrett
8d093c1886 * Fix argument swap in the test code
* Fix match code and read code in the cofs oob module

This commit was SVN r266.
2004-01-11 21:22:23 +00:00
Jeff Squyres
3977a5ceca - Fix some compiler errors -- likely cut-n-paste things from C++
- Use doxygen-friendly names

This commit was SVN r265.
2004-01-11 21:21:39 +00:00
Jeff Squyres
8abdc42be1 Oops -- missing "typedef"
This commit was SVN r264.
2004-01-11 20:50:35 +00:00
Brian Barrett
b4fc25dec2 * remove src/mca/{base,common}/Makefile from list, since dirs no
longer exist

This commit was SVN r263.
2004-01-11 20:43:31 +00:00
Brian Barrett
aa830ed301 * remove base and common since the directories aren't there any more.
This commit was SVN r262.
2004-01-11 20:40:44 +00:00
Jeff Squyres
fb67a22d04 Update .cvsignore
This commit was SVN r261.
2004-01-11 08:22:52 +00:00
Jeff Squyres
82cc88d52e Use the public symbol lam_seg_list_cls
This commit was SVN r260.
2004-01-11 08:21:33 +00:00
Jeff Squyres
c93eb61aa5 Traverse into the base subdirectory.
This commit was SVN r259.
2004-01-11 08:16:33 +00:00
Jeff Squyres
fe6f6a1591 Updates and documentation for the MCA parameter registry
This commit was SVN r258.
2004-01-11 08:16:07 +00:00
Jeff Squyres
dc488491ca Move mca parameter registry declarations to mca/base/param.h
This commit was SVN r257.
2004-01-11 08:15:44 +00:00
Jeff Squyres
0f5f293162 Add a lam_array_item_t object, analogous to the lam_list_item_t.
This commit was SVN r256.
2004-01-11 04:41:59 +00:00
Jeff Squyres
4b8d0bf4e8 More progess on the MCA parameter registry
This commit was SVN r255.
2004-01-11 04:41:21 +00:00
Jeff Squyres
05724a0cab Move MCA param header stuff into mca/base/param.h
This commit was SVN r254.
2004-01-11 04:40:25 +00:00
Jeff Squyres
8a87890e49 - Use doxygen-friendly names
- Make public variables start with "lam_"

This commit was SVN r253.
2004-01-11 04:38:58 +00:00
Jeff Squyres
80aa9bc6aa Add new return code: LAM_ERR_IN_ERRNO
This commit was SVN r252.
2004-01-11 04:37:47 +00:00
Jeff Squyres
0df6bf703a Change the interface to lam_few() -- add a "int *status" argument to pass
back the status from the child process.  The return type is now an int
indicating whether the few was successful or not; if it wasn't, the
exact error will be in errno.

This commit was SVN r251.
2004-01-11 04:37:28 +00:00
Jeff Squyres
b3bc80c5c5 Use doxygen-friendly names
This commit was SVN r250.
2004-01-11 04:36:02 +00:00
Jeff Squyres
b65605a627 Fix compiler warning
This commit was SVN r249.
2004-01-11 00:50:59 +00:00
Jeff Squyres
9d68cf2299 Removed unused functions -- looks like they were replaced with inline
functions in list.h

This commit was SVN r248.
2004-01-11 00:50:48 +00:00
Brian Barrett
527ee858c4 * remove static inline in atomic.h so that the compiler stops complaining
about undefined static functions.  Someone needs to look at this and
  fix it.
* Fixed missing header files in oob_cofs test

This commit was SVN r247.
2004-01-11 00:24:22 +00:00
Rich Graham
2be168e6af starting to put together the matching routine
This commit was SVN r246.
2004-01-11 00:22:24 +00:00
Brian Barrett
4738d0133a * add .cvsignore file
This commit was SVN r245.
2004-01-11 00:19:11 +00:00
Brian Barrett
1cbeb5370c * Include the OS-specific atomic.h
This commit was SVN r244.
2004-01-11 00:16:28 +00:00
Jeff Squyres
577bf83be2 Updates for new header file locations
This commit was SVN r243.
2004-01-11 00:13:58 +00:00
Jeff Squyres
a0d0dfbc09 Moved header files from src/lam/include to src/mpi/*
This commit was SVN r242.
2004-01-11 00:13:22 +00:00
Jeff Squyres
f17e79680b Fixes for new include file locations
This commit was SVN r241.
2004-01-11 00:11:55 +00:00
Jeff Squyres
31abd50f8a - Change type of the list of available base params
- Fix doxygen-friendly name

This commit was SVN r240.
2004-01-11 00:11:21 +00:00
Jeff Squyres
7743b09bb7 Add more directories in src/mpi
This commit was SVN r239.
2004-01-11 00:10:44 +00:00
Jeff Squyres
35a1ae1c46 - Only add -g if --enable-debug
- Add -Wall and whatnot if --enable-picky is on

This commit was SVN r238.
2004-01-11 00:07:54 +00:00
Jeff Squyres
2e28f4083a Add --enable-picky for extra picky gcc compiles when "CVS" is found in
the source tree

This commit was SVN r237.
2004-01-11 00:07:22 +00:00
Brian Barrett
4e589b6775 * Some more makesfile stuff for unit test
This commit was SVN r236.
2004-01-11 00:04:31 +00:00
Brian Barrett
812b9e5897 * add basic unit test shell
This commit was SVN r235.
2004-01-11 00:02:44 +00:00
Brian Barrett
6f7811f9d5 * Fix a number of compiler errors that crop up with undefined function
errors
* Add some basic unit test gorp for COFS OOB module

This commit was SVN r234.
2004-01-11 00:02:06 +00:00