Tim Woodall
9361dbf767
- changed PTL ptl_add_proc/ptl_del_proc interface to accept an array of procs for more scalable startup
...
- resolved several threaded race conditions
- stubs for shared memory ptl
This commit was SVN r1186.
2004-06-03 22:13:01 +00:00
Ralph Castain
3669c92549
Update of the os_session_dir_init unit test to reflect change in number of parameters passed to function.
...
This commit was SVN r1164.
2004-05-27 16:20:20 +00:00
Tim Woodall
7093a41292
resolved link errors for single threaded case
...
This commit was SVN r1163.
2004-05-26 21:54:11 +00:00
Ralph Castain
82558c56d6
Add unit tests for ompi_session_dir_init routine.
...
This commit was SVN r1162.
2004-05-26 19:16:33 +00:00
Ralph Castain
5ed4721bb2
Add unit tests for os_create_dirpath and sys_info.
...
This commit was SVN r1157.
2004-05-26 02:20:05 +00:00
Ralph Castain
bc8330fb7a
Unit test for src/util/os_path.c
...
This commit was SVN r1156.
2004-05-25 21:38:16 +00:00
Tim Woodall
42a05e9a74
updated to reflect directory reorg - test directory tree should match src
...
This commit was SVN r1154.
2004-05-24 21:45:00 +00:00
Vishal Sahay
20469b4248
Testcase for bitmap. This dir struct is not correct now, and cant be build. So just commiting the te
...
st as it is (although it has been tested outside of this scope...and it works fine)
This commit was SVN r1021.
2004-04-11 22:15:45 +00:00
Tim Woodall
3992c9582a
added support for irecv,isend,wait
...
This commit was SVN r863.
2004-03-16 21:56:19 +00:00
Jeff Squyres
5a3e05dded
Convert .cvsignore to svn:ignore
...
This commit was SVN r846.
2004-03-15 16:02:12 +00:00
Tim Woodall
7b590f00b4
first cut at blocking send/recv (via tcp)
...
This commit was SVN r842.
2004-03-11 22:02:01 +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
Jeff Squyres
063db13374
Minor mod
...
This commit was SVN r804.
2004-02-14 06:03:05 +00:00
Jeff Squyres
f8f59bd309
*** empty log message ***
...
This commit was SVN r767.
2004-02-13 05:39:50 +00:00
Jeff Squyres
f54128c68c
Add another executable
...
This commit was SVN r757.
2004-02-13 04:00:00 +00:00
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