Tim Woodall
baad0af773
adding comments :)
...
This commit was SVN r1418.
2004-06-18 21:40:06 +00:00
Tim Woodall
54962e67a7
return on finding first matched request
...
This commit was SVN r1417.
2004-06-18 21:08:31 +00:00
George Bosilca
0b970eb62e
Update the #include path after the last modification of the Makefile.am files.
...
Normally we all have to put the include path starting from the src/ directory.
This commit was SVN r1395.
2004-06-17 21:48:33 +00:00
Jeff Squyres
ab24783107
Remove lots of unnecessary AM_CPPFLAGS
...
This commit was SVN r1382.
2004-06-17 19:25:08 +00:00
George Bosilca
a18f9b713d
Add the PTL as the first argument on all function embedded in the PTL struct.
...
This commit was SVN r1376.
2004-06-17 19:13:36 +00:00
Jeff Squyres
5e5042613f
*really* rename the project to "openmpi". :-)
...
This commit was SVN r1370.
2004-06-17 18:21:08 +00:00
Tim Woodall
abba2b038c
- removed src/mem directory
...
- moved mem/free_list.h to class/ompi_free_list.h
- moved mem/malloc.h to util/malloc.h
- added src/mca/mpool component type
This commit was SVN r1274.
2004-06-15 19:07:45 +00:00
Tim Woodall
69ff3b9ecc
- removed unused list type from ompi_list
...
- added probe/cancel stubs
- changed scheduler to allow unlimited first fragment size / use max fragment size
This commit was SVN r1211.
2004-06-09 19:45:08 +00:00
George Bosilca
bcbb4477bc
Change the result of the compare function as we want the ptl's ordered in increased order of the priority.
...
This commit was SVN r1209.
2004-06-09 04:33:42 +00:00
Tim Woodall
4de017f34f
check for non-null entry
...
This commit was SVN r1206.
2004-06-08 22:05:34 +00:00
David Daniel
563ac2a338
First pass of lam -> ompi conversion
...
This commit was SVN r1191.
2004-06-07 15:33:53 +00:00
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
Tim Woodall
9fa9cd9b0a
changed to PML/PTL I/F to support both put/get semantics
...
and receiver side scheduling
This commit was SVN r1140.
2004-05-20 13:45:34 +00:00
Tim Woodall
e68af0dde8
- inlining multiple functions - changed to macros functions the compiler wouldn't inline
...
- removed unused event handling code from critical path
- fixed threading issue in tcp code
This commit was SVN r1136.
2004-05-18 21:06:11 +00:00
Vishal Sahay
037d7e39fc
Correcct a typo
...
This commit was SVN r1125.
2004-05-07 23:43:49 +00:00
Tim Woodall
d1e599d3ea
*** no code review - needed to get this in so others could run benchmarks ***
...
- optional pml/ptl statistics for diagnostics
- fixed libevent select case, added support for waking up progress thread
that is asleep in select/poll to pickup changes to fdset
- setup tcp socket options when socket is created
- added mca parameter for tcp snd/rcv buffer size
This commit was SVN r1084.
2004-04-23 01:38:41 +00:00
Tim Woodall
673eb325f1
allow for non-fragmented message
...
This commit was SVN r1082.
2004-04-22 19:27:59 +00:00
Tim Woodall
8a28744808
increase poll iterations - improves latency
...
This commit was SVN r1027.
2004-04-13 21:10:00 +00:00
Tim Woodall
fa0fdba04e
resolved several threading issues
...
This commit was SVN r1023.
2004-04-12 15:39:15 +00:00
Tim Woodall
a4422f55f8
support for building w/out threads
...
This commit was SVN r1014.
2004-04-06 16:13:17 +00:00
Tim Woodall
14974727a4
- resolved multiple threading issues
...
This commit was SVN r1009.
2004-03-31 17:00:38 +00:00
Tim Woodall
d521a2dd81
fixed wait
...
This commit was SVN r978.
2004-03-26 16:14:13 +00:00
Tim Woodall
c1ee4fec23
- initial integration with datatypes
...
- p2p mpi i/f functions
- adding doxygen comments
This commit was SVN r976.
2004-03-26 14:15:20 +00:00
Brian Barrett
0454bd7cc2
Fix some C++ style comments in C code
...
This commit was SVN r962.
2004-03-25 21:31:43 +00:00
George Bosilca
be14710283
Remove all C++ variable definitions from the <blink>C</blink> code !!!
...
This commit was SVN r957.
2004-03-25 19:18:13 +00:00
Tim Woodall
7774c2d11e
resolved compiler warning
...
This commit was SVN r942.
2004-03-19 17:28:53 +00:00
Tim Woodall
61f9cc7792
cleanup compiler warnings/errors
...
This commit was SVN r935.
2004-03-19 14:08:34 +00:00
Jeff Squyres
ca5fa108f5
Change from "CVS" version to "SVN" version
...
This commit was SVN r928.
2004-03-19 06:05:27 +00:00
Tim Woodall
cd6be89d0d
changed "struct lam_datatype_t" to lam_datatype_t
...
This commit was SVN r917.
2004-03-18 18:04:50 +00:00
Tim Woodall
c8ee802625
implemented waitall
...
This commit was SVN r916.
2004-03-18 17:49:40 +00:00
Tim Woodall
96f263403a
re-implemented wait
...
This commit was SVN r915.
2004-03-18 16:03:03 +00:00
Tim Woodall
05cf2b1cff
changed wait prototype - added waitall
...
This commit was SVN r912.
2004-03-18 14:05:32 +00:00
Tim Woodall
6e96ca6a78
added request free
...
This commit was SVN r898.
2004-03-17 22:13:01 +00:00
Tim Woodall
e444d50409
fixed calls to free
...
This commit was SVN r897.
2004-03-17 22:08:13 +00:00
Tim Woodall
c8bcea1f0c
added request free
...
This commit was SVN r896.
2004-03-17 22:00:19 +00:00
Jeff Squyres
c43bee325a
More fixes for the source re-org
...
This commit was SVN r885.
2004-03-17 19:43:41 +00:00
David Daniel
7f8c2c3714
Updating header file names after the great directory reorganization.
...
This commit was SVN r877.
2004-03-17 18:45:16 +00:00
Jeff Squyres
1b67211597
Massive directory reorganization :-)
...
This commit was SVN r872.
2004-03-17 17:42:19 +00:00