1
1

38 Коммитов

Автор SHA1 Сообщение Дата
Tim Woodall
9a4d4a6e73 added capability to enable/disable event processing
This commit was SVN r2886.
2004-09-30 14:45:25 +00:00
Jeff Squyres
c823c30efe This should be a static symbol
This commit was SVN r2851.
2004-09-24 07:41:59 +00:00
Jeff Squyres
95c116697f Missing the output stream ID in ompi_output
This commit was SVN r2805.
2004-09-22 21:08:12 +00:00
Brian Barrett
857fd5740f * Test enabling signal handling in the event library. Because this might
have some nasty side effect we don't know about, make it a configure
  option for now.  Also add a harmless signal handler to the pcm open
  (since pcm_open will have a signal handler eventually for SIGCHLD, I
  think).  Use --enable-event-signals / --disable-event-signals to 
  control behavior.

This commit was SVN r2748.
2004-09-17 17:04:05 +00:00
Tim Woodall
caf55525f9 dont care if not inited
This commit was SVN r2579.
2004-09-09 22:40:22 +00:00
Tim Woodall
5a97a80f48 fixed an error rebuilding select mask
This commit was SVN r2403.
2004-08-31 03:02:46 +00:00
Tim Woodall
16d250b376 - integration of gpr/ns/oob w/ mpirun2
This commit was SVN r2344.
2004-08-28 01:15:19 +00:00
Tim Woodall
d4f42ec944 don't use BSD KQUEUE until this can be debugged
This commit was SVN r1914.
2004-08-05 21:37:34 +00:00
Tim Woodall
963c4ef692 return from event loop if lib not initializedd
This commit was SVN r1646.
2004-07-12 22:28:47 +00:00
Tim Woodall
1d6576d1f6 - more appropriate change of MUTEX_LOCK to OMPI_MUTEX_LOCK
(sorry about the last one)

This commit was SVN r1470.
2004-06-24 21:39:08 +00:00
Tim Woodall
84dd3084b0 backed out changed to OMPI_THREAD_LOCK
This commit was SVN r1469.
2004-06-24 21:09:55 +00:00
Tim Woodall
9b830472fd changed THREAD_LOCK/THREAD_UNLOCK to OMPI_THREAD_LOCK/OMPI_THREAD_UNLOCK
to prevent conflicts w/ external libraries/headers

This commit was SVN r1467.
2004-06-24 20:51:46 +00:00
Tim Woodall
2ce7ca725b - cleanup of some of the c bindings
- for threaded case - cleanup event libraries progress thread
- cleanup of request handling for persistent sends
- added support for buffered sends

This commit was SVN r1461.
2004-06-24 16:47:00 +00:00
Jeff Squyres
737614ac0c No need for all those -I's
This commit was SVN r1435.
2004-06-22 20:18:16 +00:00
Jeff Squyres
8ca88dbc30 Eliminate a compiler warning, and simplify the code in the non-signals
case.

This commit was SVN r1222.
2004-06-10 23:54:50 +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
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
Tim Woodall
9e4c239720 fixed a bug for the threaded case that required a select/poll
timeout (10secs) before new connections are noticed

This commit was SVN r1113.
2004-05-04 22:45:09 +00:00
Jeff Squyres
7a81bb118c Add missing "\" that causes problems with some "make"'s, including
Solaris make

This commit was SVN r1101.
2004-04-28 01:28:24 +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
ecc966fd36 decrease timeout
This commit was SVN r1026.
2004-04-13 21:09:30 +00:00
Tim Woodall
4702a7002d changed #ifdef to #if
This commit was SVN r1024.
2004-04-12 15:42:44 +00:00
Tim Woodall
94a93ab1e1 fixed deadlock
This commit was SVN r1022.
2004-04-12 15:38:00 +00:00
Tim Woodall
a4422f55f8 support for building w/out threads
This commit was SVN r1014.
2004-04-06 16:13:17 +00:00
Brian Barrett
5d0fdb0c0d Jeff and I talked about this, and the CFLAGS isn't really needed - it is a
left-over from the AC-only days

This commit was SVN r1003.
2004-03-28 20:37:50 +00:00
Brian Barrett
5d4dfeca8f remove -Wall from CFLAGS so that we can compile on non-GCC compilers
This commit was SVN r1002.
2004-03-28 19:52:16 +00:00
Brian Barrett
1cd0bbdbbf Number of small changes to fix compile warnings. Most of these should be
completely harmless

This commit was SVN r969.
2004-03-26 05:00:29 +00:00
Jeff Squyres
251f68b94f Re-separate out the always-installable headers from the
LAM-development headers.

This commit was SVN r925.
2004-03-18 21:35:28 +00:00
George Bosilca
868ff4a4cf Add LAM_ in front of EV_ defines.
This commit was SVN r919.
2004-03-18 19:22:00 +00:00
Jeff Squyres
51109ef70a Add some sub-Makefile.am's in the libevent tree
This commit was SVN r903.
2004-03-17 22:28:18 +00:00
Jeff Squyres
aeb05f15f2 More event fixes, specifically for "make dist"
This commit was SVN r900.
2004-03-17 22:17:06 +00:00
Jeff Squyres
7c4880ef15 Remove unnecessary files
This commit was SVN r894.
2004-03-17 21:43:16 +00:00
Jeff Squyres
8d4c171a60 I will beat this event library. I will.
This commit was SVN r893.
2004-03-17 21:37:12 +00:00
Jeff Squyres
1ee935eac6 Perhaps the final commit of the Great Source Reorganization...
This commit was SVN r891.
2004-03-17 21:11:52 +00:00
Jeff Squyres
aa8ef8bd0a Build system mods for the new directory organization
This commit was SVN r879.
2004-03-17 19:06:06 +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