Jeff Squyres
97bcdd02ee
Add in lam_object.lo
...
This commit was SVN r754.
2004-02-13 03:38:02 +00:00
Tim Woodall
63ea2f9ecb
renamed to test_verify_str
...
This commit was SVN r732.
2004-02-11 21:12:00 +00:00
Tim Woodall
c266f0d556
renamed existing tests to be consistent w/ type names they test
...
added lam_value_array test
This commit was SVN r728.
2004-02-11 14:45:35 +00:00
Tim Woodall
633f525421
added hash_table test
...
This commit was SVN r716.
2004-02-10 22:19:03 +00:00
Tim Woodall
61e9d9bcdf
- renamed list.h to lam_list.h
...
- renamed object.h to lam_object.h
- updated hash_table test
This commit was SVN r715.
2004-02-10 22:15:55 +00:00
David Daniel
6ea89746de
Making test() static to quieten compiler
...
This commit was SVN r712.
2004-02-10 22:07:47 +00:00
Rich Graham
190b9b13b5
Add test for lam_pointer_array.c
...
This commit was SVN r706.
2004-02-10 21:22:43 +00:00
Jeff Squyres
d4c0fd9e25
Make the Makefile.am reflect the real filenames
...
This commit was SVN r695.
2004-02-10 19:40:05 +00:00
Tim Woodall
b197c430db
fixed list constructor
...
This commit was SVN r690.
2004-02-10 19:11:03 +00:00
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
Brian Barrett
4c9d393a0e
* Fix a number of environment variable naming issues in the cofs code. This
...
really needs to use the param registry code
* make mpirun use -f -n to start processes - seems to make ssh happier
* update oob test to go through the mca layer
This commit was SVN r663.
2004-02-08 02:09:17 +00:00
Brian Barrett
446838f5db
* implement the most basic MPI program one can implement
...
This commit was SVN r658.
2004-02-06 07:19:21 +00:00
Brian Barrett
a070d9af63
* Update to make this work again with the changes in the mca changes
...
This commit was SVN r657.
2004-02-06 07:17:13 +00:00
Rich Graham
11fe4769aa
add one more test - done for now.
...
This commit was SVN r650.
2004-02-05 00:05:18 +00:00
Rich Graham
d8c4b80918
list.h - remove prototype for unimplemented and unused function.
...
list.c - fix bug in lam_list_insert - loop had wrong ending parameter
list_test.c - add more tests
This commit was SVN r649.
2004-02-04 23:54:22 +00:00
Rob Awles
f23432befd
Improved hash table test program.
...
This commit was SVN r553.
2004-01-27 20:12:09 +00:00
Rob Awles
14588b8390
Added code to increment counters accordingly in test_verify. Added test_verify_int.
...
This commit was SVN r552.
2004-01-27 20:11:48 +00:00
Rob Awles
eb762c9f2f
Adding initial test program of hash table.
...
This commit was SVN r550.
2004-01-27 17:20:23 +00:00
Rich Graham
d5ae55fdcc
change the pointers in the lam item to be volatile.
...
Add some to the list unit test.
This commit was SVN r547.
2004-01-26 20:32:19 +00:00
Rich Graham
655084cc44
minor updates.
...
This commit was SVN r422.
2004-01-15 17:46:52 +00:00
Jeff Squyres
7b4819931f
Update .cvsignore
...
This commit was SVN r404.
2004-01-15 04:32:24 +00:00
Jeff Squyres
1b541e3393
Add missing .cvsignore files
...
This commit was SVN r401.
2004-01-15 03:49:55 +00:00
Jeff Squyres
eac0235eb7
Silence compiler warning
...
This commit was SVN r395.
2004-01-15 03:34:24 +00:00
Jeff Squyres
b9d38d4f3f
Add missing Makefile.am
...
This commit was SVN r394.
2004-01-15 03:28:19 +00:00
Rich Graham
99d52894f6
changing support_finalize to return status.
...
Start to put in a unit test for the list functionality.
This commit was SVN r390.
2004-01-15 00:59:26 +00:00
Rich Graham
1efc0f4131
finish first set of functions for basic single process unit test
...
error tracking and reporting.
This commit was SVN r387.
2004-01-15 00:33:59 +00:00
Jeff Squyres
b97528437c
Add .cvsignore
...
This commit was SVN r385.
2004-01-15 00:18:40 +00:00
Rich Graham
29fdbb6a7c
start to add testing support library.
...
This commit was SVN r384.
2004-01-15 00:07:17 +00:00
Brian Barrett
d8bbd51773
* added really basic test case for the cofs pcm module
...
* fixed missing variables in the cofs pcm module
This commit was SVN r368.
2004-01-14 09:11:34 +00:00
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
b5c5d27090
Fix minor typo resulting from type name changing
...
This commit was SVN r362.
2004-01-14 07:02:26 +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
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
Brian Barrett
41bf5c59ab
* change from any-source style messaging to source-specified receives.
...
* Update cofs module to match
This commit was SVN r288.
2004-01-12 01:57:06 +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
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
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
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
Jeff Squyres
9841060cba
- Remove header, replace with $HEADER$ (to be filled in later)
...
- Remove $Id$
This commit was SVN r80.
2004-01-07 15:07:14 +00:00
Jeff Squyres
f14226057a
Add/update .cvsignore files
...
This commit was SVN r17.
2003-12-28 15:38:13 +00:00
Jeff Squyres
cadf5e6fc7
First commit
...
This commit was SVN r3.
2003-11-22 16:45:44 +00:00
Jeff Squyres
350564b9f3
First commit
...
This commit was SVN r1.
2003-11-22 16:36:58 +00:00