Tim Woodall
345e7d295f
renamed daemon_init
...
This commit was SVN r2399.
2004-08-30 19:34:10 +00:00
Ralph Castain
57d820e34d
Correct the name on daemon_init to ompi_daemon_init. Fix the setup file i/o interface to correctly write/read universe setup files.
...
This commit was SVN r2398.
2004-08-30 19:25:14 +00:00
Laura Casswell
9b6c840370
remove links to .lo's that no longer exist
...
This commit was SVN r2397.
2004-08-30 18:46:38 +00:00
Jeff Squyres
1639dde1b0
Ensure to traverse into the etc tree
...
This commit was SVN r2396.
2004-08-30 18:43:25 +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
8133ca94ca
Checkpoint this program...
...
This commit was SVN r2394.
2004-08-30 16:18:51 +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
Jeff Squyres
094650dafb
Add placeholder directory for text data files to come (need to have
...
this directory in a few uncommitted trees, so might as well commit
this empty directory now).
This commit was SVN r2391.
2004-08-30 10:44:30 +00:00
Jeff Squyres
95c87a5d72
Updates and fixes to make MPI_PACK / MPI_UNPACK *really* work :-)
...
This commit was SVN r2390.
2004-08-30 07:52:09 +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
Rich Graham
4ccbabd6df
change the fifo code so that all arrays are referenced relative to
...
a base offset, so that different procs can access these w/o having
to be in the same virtual address.
This commit was SVN r2388.
2004-08-30 01:25:34 +00:00
Rich Graham
c2a68eeff9
change the fifo code so that all arrays are referenced relative to
...
a base offset, so that different procs can access these w/o having
to be in the same virtual address. Update tests.
This commit was SVN r2387.
2004-08-30 01:25:03 +00:00
Jeff Squyres
a2996b2d01
Remove temporary use of global convertor; MPI_PACK and MPI_UNPACK are
...
now thread-safe.
This commit was SVN r2386.
2004-08-29 22:45:06 +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
8026bf4db2
Make the example flags a little better
...
This commit was SVN r2384.
2004-08-29 19:49:10 +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
Jeff Squyres
41192eda33
Remove compiler warning
...
This commit was SVN r2381.
2004-08-29 19:27:55 +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
Ralph Castain
5b7e17908d
Okay, now for a *slightly* less aggressive cleanup of the session dir. Whereas the previous version was a tad unfriendly to files from other procs sharing the tree, this one is somewhat more respectful....
...
BTW, in case anyone is trying to use threads, be aware that much of the RTE is NOT thread-safe at this time. We'll work on that soon.
:-)
This commit was SVN r2379.
2004-08-29 16:37:02 +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
8869ebb16e
Even better e-mail subject lines
...
This commit was SVN r2377.
2004-08-29 12:42:46 +00:00
Jeff Squyres
90e68fe64e
Put the version number in the e-mail subject
...
This commit was SVN r2376.
2004-08-29 11:59:12 +00:00
Jeff Squyres
25748a24b2
Oops -- pass in 0 for argc, not NULL.
...
This commit was SVN r2375.
2004-08-29 09:06:49 +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
d2ea3eea6d
Only unlock the mutex if we actually locked it.
...
This commit was SVN r2373.
2004-08-29 07:50:07 +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
ee75ce35cd
Fix a logic error and typo that were keeping files in the session dir tree alive - now can truly "woo-hoo".
...
This commit was SVN r2371.
2004-08-29 06:50:00 +00:00
Ralph Castain
671a3de019
Add session directory finalize routines - session directories are now cleaned up! Woo-hoo!
...
This commit was SVN r2370.
2004-08-29 02:46:31 +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
Jeff Squyres
d7f5aea250
- Actually return the new errhandler, not OMPI_SUCCESS (duh)
...
- Fix typo in logic test to properly initialize the new errhandler
This commit was SVN r2365.
2004-08-28 16:49:40 +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
Rich Graham
eb384371ef
make changes to support shared memory implementation.
...
This commit was SVN r2363.
2004-08-28 16:44:20 +00:00
Jeff Squyres
e2aaf64239
Add a few checks to ensure that MPI_INIT(NULL, NULL) and
...
MPI_INIT_THREAD(NULL, NULL, ...) will work properly.
This commit was SVN r2362.
2004-08-28 16:30:29 +00:00
George Bosilca
e929014423
Remove some compilation warnings.
...
This commit was SVN r2361.
2004-08-28 16:30:06 +00:00
Jeff Squyres
f90e1d2628
Come to think of it, we need better error handling for MPI_INITIALIZED
...
and MPI_FINALIZED, depening on whether we have already called MPI_INIT
and/or MPI_FINALIZED... This fixes that issue.
This commit was SVN r2360.
2004-08-28 16:23:15 +00:00
Jeff Squyres
7b7c23466c
Don't check for init/finalize in MPI_Initialized and MPI_Finalized.
...
Duh. :-)
This commit was SVN r2359.
2004-08-28 16:00:27 +00:00
Jeff Squyres
0db460b371
- Fix some compiler warnings / handle some errors better
...
- Remove most of the top-level MPI functions and replace with back-end
functions (George will replace Pack/Unpack)
This commit was SVN r2358.
2004-08-28 12:19:30 +00:00
Jeff Squyres
41592650f2
- Silence useless compiler warning
...
- Make the code conform better to the coding guidelines (I think some
of this was written long before the guidelines were established...?)
This commit was SVN r2357.
2004-08-28 11:56:33 +00:00
Jeff Squyres
161bab95f0
Simplify / clarify some of the logic for configure options; make
...
--enable-picky *not* be the default for users
This commit was SVN r2356.
2004-08-28 10:38:40 +00:00
Jeff Squyres
867a985a3a
Fix some errors in usage of the convertor
...
This commit was SVN r2355.
2004-08-28 09:35:52 +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
c704267665
Minor fix -- double check that status isn't MPI_STATUS_IGNORE before
...
assigning to it
This commit was SVN r2351.
2004-08-28 08:46:36 +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
Jeff Squyres
3d5bd95934
Fix for missing prototype of malloc et al.
...
This commit was SVN r2349.
2004-08-28 08:04:03 +00:00