1
1

833 Коммитов

Автор SHA1 Сообщение Дата
Tim Woodall
7bd0f1f4b3 resolved several race conditions
This commit was SVN r2402.
2004-08-31 02:57:39 +00:00
Gopal Santhanaraman
722867c82d a preliminary implementation of put
This commit was SVN r2401.
2004-08-30 20:48:13 +00:00
Tim Woodall
afe46e5673 ssh is not currently exiting - however - lets leave it temporarily
to get stdout/stderr - and don't wait on the process - no need currently

This commit was SVN r2395.
2004-08-30 17:10:48 +00:00
Ralph Castain
71ad56d894 Update the registry to complete the publish/subscribe system. Add new function "cancel_synchro" to remove a synchro trigger, enable subscribe/unsubscribe on proxies, minor cleanups. Registry should now be fully functional. Note that I am currently unable to test this in a multi-process environment - can only guarantee it compiles and passes replica-only tests.
This commit was SVN r2393.
2004-08-30 15:15:27 +00:00
Weikuan Yu
c9badff0c9 -- Extend ptl_base_ack_header to be mca_ptl_elan_ack_header with
a pointer to the fragment.
-- Done with shared send completion queue support
-- To test thead-based send/recv completion checking
   Points to be aware, 
   i) Expand control mesg header type and Optimize completion checking.
   ii) Introduce additional control message for management functionality.

This commit was SVN r2389.
2004-08-30 05:37:14 +00:00
Weikuan Yu
6db1034a60 -- Check in more put/get code
This commit was SVN r2385.
2004-08-29 20:07:16 +00:00
Jeff Squyres
10fc219e7d Fix compiler warnings
This commit was SVN r2383.
2004-08-29 19:38:26 +00:00
Jeff Squyres
5bfa0ba514 Fix compiler warning and remove bozo code :-)
This commit was SVN r2382.
2004-08-29 19:38:12 +00:00
Ralph Castain
d4c059a942 Get rid of a couple of warning messages in the nightly builds...
This commit was SVN r2380.
2004-08-29 19:03:23 +00:00
Weikuan Yu
841b73f8a3 -- Fix a bug on re-enabling chained event
-- Replace stdout with stderr for debugging output

This commit was SVN r2378.
2004-08-29 14:22:35 +00:00
Jeff Squyres
7f83536f7a Fix a bunch of RUI's and ensure that all the Right functions are
invoked from the various finalize functions so that we don't have
resource leaks

This commit was SVN r2374.
2004-08-29 09:05:14 +00:00
Jeff Squyres
d9b8e00f51 Temporarily comment out a bad free; it looks like this component's
close() function is duplicating a free that it's in the ptl base.
Will followup with a mail to the developer.

This commit was SVN r2372.
2004-08-29 07:47:12 +00:00
Ralph Castain
09ce6b6f7f Comment out a reference in the replica component to a variable in the proxy component - didn't need to be there anyway, not sure how it got there...
This commit was SVN r2369.
2004-08-28 23:47:13 +00:00
Ralph Castain
67a628e4e4 As a temporary fix to the static build problem, I've commented out a few lines until I can figure out why it can't see the OBJ_INSTANCE call in gpr_base_open.c. Sigh.
This commit was SVN r2368.
2004-08-28 23:34:17 +00:00
Weikuan Yu
1eda2aa2c6 -- Got shared completion queue working for QDMA, will have it work for
put/get
-- last step: thread to check completion. Sounds straightforward? :-(

This commit was SVN r2367.
2004-08-28 20:20:43 +00:00
Ralph Castain
64418c2a7e Quick fix to missing symbol - GRRRR!!!
This commit was SVN r2366.
2004-08-28 17:14:56 +00:00
Rich Graham
576818897f continue working on initializing the shared memory structures.
Move some data structures around.

This commit was SVN r2364.
2004-08-28 16:45:14 +00:00
Jeff Squyres
8bfce5ac48 Simplify / clarify the logic for finding a set of directories to
examin while looking for components to load

This commit was SVN r2354.
2004-08-28 09:30:09 +00:00
Jeff Squyres
029ca24572 Fix minor uninitialized variable issue
This commit was SVN r2353.
2004-08-28 09:29:33 +00:00
Jeff Squyres
271a241af4 - Fix up some file name prefix rule issues
- Remove some debugging statements
- Fix use of ompi_comm_[rank|size]

This commit was SVN r2352.
2004-08-28 09:29:06 +00:00
Jeff Squyres
9a96a9cb80 - Really integrate "svc" into the configure/build process.
- Fix a few comments in src/dynamic-mca/*/Makefile.am that still
  referred to a directory in LAM/MPI

This commit was SVN r2350.
2004-08-28 08:13:39 +00:00
Tim Woodall
fa2883daf0 cast iov_base
This commit was SVN r2348.
2004-08-28 02:02:31 +00:00
Ralph Castain
37f331dcff Update to the registry, bringing publish/subscribe system online. Most functions now available - exceptions are a couple of more esoteric notify modes, and the "unsubscribe" function. Will bring those online over the weekend.
This commit was SVN r2346.
2004-08-28 01:59:56 +00:00
Tim Woodall
09192b32b4 fix for threaded case
This commit was SVN r2345.
2004-08-28 01:34:48 +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
38961d6a66 disable debug output
This commit was SVN r2342.
2004-08-27 23:46:01 +00:00
Tim Woodall
edeee6b1d0 added diagnostic output
This commit was SVN r2341.
2004-08-27 23:45:12 +00:00
Tim Woodall
5cad0026a0 - removed debug output / valgrind warnings
This commit was SVN r2340.
2004-08-27 23:44:21 +00:00
Tim Woodall
af01d08bb5 rename service framework to svc and started fleshing out
This commit was SVN r2339.
2004-08-27 23:42:20 +00:00
Tim Woodall
bdd3ad9d49 raise the priority of the seed component so that it is always selected if the seed flag is set
This commit was SVN r2338.
2004-08-27 23:34:59 +00:00
Weikuan Yu
4365480a57 -- Add a FIN_ACK header type to support get
This commit was SVN r2336.
2004-08-27 18:51:12 +00:00
Weikuan Yu
54832ac145 -- Add a FIN_ACK head type to support get
-- FIX a bug in get support, elan_get is now working
-- Move on to test completion queue

This commit was SVN r2335.
2004-08-27 18:50:30 +00:00
Ralph Castain
1e2001e7bf Update to catch what may be a missing constant - at least, one person seems to be having trouble finding it. :-)
This commit was SVN r2334.
2004-08-27 17:10:12 +00:00
Tim Woodall
743016b4be minor cleanup
This commit was SVN r2333.
2004-08-27 16:59:59 +00:00
Jeff Squyres
5e3a22b822 Fix minor memory leak
This commit was SVN r2330.
2004-08-27 16:35:11 +00:00
Ralph Castain
8291cfba9f Missing constant defined here.
This commit was SVN r2327.
2004-08-27 15:54:58 +00:00
Weikuan Yu
2ba24b4a0d fix elan4_probe_cmdq compatibility
This commit was SVN r2326.
2004-08-27 15:44:15 +00:00
Ralph Castain
1df5cca479 Clean up constructors/destructors for proper memory management.
This commit was SVN r2325.
2004-08-27 15:36:53 +00:00
Jeff Squyres
15bb4154e7 Fix static compiles for "common" libraries -- requires a little extra
mojo in common/*/Makefile.am files.  Also don't traverse into
src/mca/common and don't snarf the common convenience library if we're
not building staticly (remember: there is no "base" in common).

This commit was SVN r2323.
2004-08-27 14:55:41 +00:00
Weikuan Yu
b5a8821cff -- Verify the VERSION problem and have it work in both quad and thor
-- Add data integrity check into the test program
-- To go through tests with get:completion queue:threading

This commit was SVN r2322.
2004-08-27 14:25:34 +00:00
Jeff Squyres
48c437208f Also have this component link to the sm common library
This commit was SVN r2320.
2004-08-27 10:07:29 +00:00
Jeff Squyres
fdc399ada5 Add "ompi_config.h" and "util/printf.h"
This commit was SVN r2319.
2004-08-27 09:32:08 +00:00
Ralph Castain
f1ab634fab Massive update of the registry system to incorporate publish/subscribe notifications, including new "synchro" function that allows a barrier-like operation to be performed on a registry segment. Corresponding update to unit test for replica - system passes, but additional new functionality needs to be added to test.
This commit was SVN r2317.
2004-08-27 05:23:04 +00:00
Weikuan Yu
f4167d7d49 -- Create two threads per PTL, one for send/recv
This commit was SVN r2313.
2004-08-26 18:45:48 +00:00
Tim Woodall
af28551365 removed bogus entry in struct initializer
This commit was SVN r2311.
2004-08-26 14:49:15 +00:00
Weikuan Yu
78b5f1abcd update some routine names
This commit was SVN r2310.
2004-08-26 08:48:35 +00:00
Weikuan Yu
262331690c Add stub threading functions
This commit was SVN r2309.
2004-08-26 08:30:29 +00:00
Jeff Squyres
b053a53823 - In an attempt for better compile times (i.e., less dependencies),
strip down cmd_line.h; remove necessity of including
  include/constants.h and util/argv.h.
- This means that a bunch of other files in the source tree that
  depended on those files having already been included needed to be
  updated to include the relevant file(s)
- In fixing these (^^), added both /* $HEADER$ */ and #include
  "ompi_config.h" in a few files that were missing them.
- change from ompi_cmd_line_create() / ompi_cmd_line_free() to
  OBJ_NEW() / OBJ_RELEASE()
- update mpirun2.cc to allow "-np"
- fix minor problem in mpirun2.cc where two command line params were
  accepting "-h"
- slightly revamped cmd_line.c to use the OBJ_NEW/OBJ_RELEASE
  interface.  Added new function ompi_cmd_line_make_opt3() that allows
  "single dash" parameters.
- Greatly expanded the ompi_cmd_line_t doxygen docs.
- The diff for ompi_cmd_line_t is artificially large because I also
  took the opprotunity to reformat to 4 space tabs.  Sorry.  :-\

This commit was SVN r2308.
2004-08-26 07:56:45 +00:00
Tim Woodall
3fd97e3c82 initialize local variable before use
This commit was SVN r2305.
2004-08-25 18:10:42 +00:00
Tim Woodall
3d754c4941 - modifications to oob to support bringing up oob before anything else (ns)
- changed ns/gpr to register callback in component init (and ignore errors if not supported)

This commit was SVN r2303.
2004-08-25 17:39:08 +00:00