Jeff Squyres
266f2f15f4
Remove unused variable / compiler warning
...
This commit was SVN r1969.
2004-08-09 13:41:22 +00:00
Edgar Gabriel
0b035ccced
comm_connect, comm_accept and comm_join (hopefully) done, still to be tested :-)
...
This commit was SVN r1968.
2004-08-08 19:20:19 +00:00
Edgar Gabriel
0debc6e9be
using the name_server.compare function to make decision who goes first
...
in intercomm_merge.
This commit was SVN r1967.
2004-08-08 19:19:05 +00:00
Edgar Gabriel
b5780263dc
adding a #define _GNU_SOURCE just to make ompi compile on LINUX again,
...
(required for asprintf on LINUX). A proper solution to follow soon.
Approved by Ralph.
This commit was SVN r1966.
2004-08-08 19:06:15 +00:00
Ralph Castain
48c8d55b6d
Update the name server functions. Added the converter from string to process name, fixed a few other things.
...
This commit was SVN r1965.
2004-08-08 17:29:45 +00:00
Jeff Squyres
579e15e87a
Ensure to close all frameworks
...
This commit was SVN r1964.
2004-08-08 13:07:20 +00:00
Jeff Squyres
600d24573c
Show llm components
...
This commit was SVN r1963.
2004-08-08 13:03:32 +00:00
Jeff Squyres
68601b24d2
Oops -- forgot to actually remove the directory in question.
...
This commit was SVN r1962.
2004-08-08 12:52:07 +00:00
Jeff Squyres
884aee2dba
After consulting with Edgar, eliminate a redundant directory in the
...
"basic" coll component.
This commit was SVN r1961.
2004-08-08 12:49:49 +00:00
Brian Barrett
fd27aa08fc
* As requested, move mpiruntime to mpi/runtime
...
This commit was SVN r1960.
2004-08-08 05:20:32 +00:00
Ralph Castain
2136524e17
Major change to the session directory system that will break all code that uses it - so BEWARE! I modified proc_info.c and universe_init.c to work with the new system, but those were the only places I could immediately find. Check out the src/util/session_dir.h documentation to see the changes.
...
The tree seems to still compile as far as I can tell. I can't do a full commit against the tree because someone made changes to the registry functions, thereby creating a conflict that I haven't had the chance to resolve. I believe I have committed all the required files, but we'll have to see...
This commit was SVN r1959.
2004-08-08 02:24:00 +00:00
Ralph Castain
b60e7fc95a
Update unit test for session directory generator.
...
This commit was SVN r1958.
2004-08-08 02:20:33 +00:00
Edgar Gabriel
17a929c9dd
activating comm_split for inter-communicators. It seems to work as well...
...
This commit was SVN r1957.
2004-08-07 21:15:00 +00:00
Edgar Gabriel
2f37de370e
just a minor modification, the previous code for allgather_inter should be correct as well.
...
This commit was SVN r1956.
2004-08-07 21:14:22 +00:00
Brian Barrett
bf3c788bb5
* add start of the mpirun (C version) code
...
* Add error message to oob_base_init to make it clear when we have a
startup failure
* correctly initialize pcm output stream variable
This commit was SVN r1955.
2004-08-07 20:07:25 +00:00
Jeff Squyres
c5981080f2
Add missing DEPENDENCIES line. Doh.
...
This commit was SVN r1954.
2004-08-07 20:00:58 +00:00
Jeff Squyres
f543780705
Fix silly bug -- ensure to initialize the verbosity level properly.
...
This commit was SVN r1953.
2004-08-07 19:54:15 +00:00
Jeff Squyres
804ae3bfb2
Make the putenv match the getenv. Always helps. :-)
...
This commit was SVN r1952.
2004-08-07 19:01:46 +00:00
Brian Barrett
69c8138aaf
* clean up some comments
...
This commit was SVN r1951.
2004-08-07 16:07:09 +00:00
Jeff Squyres
23dc88ad1d
Sync ib ptl component with naming convention in the rest of the tree
...
This commit was SVN r1950.
2004-08-07 12:39:00 +00:00
Jeff Squyres
f870500088
Speed up the build process by removing some redundant convenience
...
libraries
This commit was SVN r1949.
2004-08-07 04:20:28 +00:00
Brian Barrett
a27f749134
* Move the MPI runtime code from src/runtime to src/mpiruntime to make the
...
abstraction a little clearer.
* Include mpiruntime.h instead of runtime.h in errhandler.h since only the
MPI stuff was needed - speeds compile times greatly when working on the
RTE...
This commit was SVN r1948.
2004-08-07 00:53:56 +00:00
Brian Barrett
688f0cabda
* Don't include libmpi.la until we figure out build order...
...
This commit was SVN r1947.
2004-08-07 00:21:13 +00:00
Rich Graham
5fe431c19c
allocate resource coordination shared memory and backing file.
...
This commit was SVN r1946.
2004-08-06 23:19:25 +00:00
Sayantan Sur
e0ecadac4a
Added event based recvs
...
This commit was SVN r1945.
2004-08-06 23:02:47 +00:00
Rich Graham
48bbdde600
move flclose() for shared memory backing file after the ftruncate()
...
call.
This commit was SVN r1944.
2004-08-06 22:47:33 +00:00
Brian Barrett
5e60936f54
* Fix the "make dist" build (in part by disabling bootproxy's code)
...
This commit was SVN r1943.
2004-08-06 22:41:26 +00:00
Brian Barrett
1ed7c44d2a
* Updates to the RSH PCM interface - just shell of a PCM component, but it
...
is all there...
This commit was SVN r1942.
2004-08-06 21:50:32 +00:00
Brian Barrett
f9564e7b69
* fix typo in the spawn function
...
This commit was SVN r1941.
2004-08-06 21:49:41 +00:00
Brian Barrett
5506cab8b2
* Bump up the priority of COFS so that it is higher than RSH (for now, anyway)
...
This commit was SVN r1940.
2004-08-06 21:49:13 +00:00
Jeff Squyres
88a2858e21
Add some comments about the whole "common shared library" thing
...
because a) it's confusing, and b) I'm sure it's only the first. :-)
This commit was SVN r1939.
2004-08-06 21:40:23 +00:00
Brian Barrett
e8c5a60cc9
* add (useless?) timing comment
...
This commit was SVN r1938.
2004-08-06 21:18:34 +00:00
Ralph Castain
bdccb58d63
update unit test - prep to renaming.
...
This commit was SVN r1937.
2004-08-06 21:01:29 +00:00
Ralph Castain
ac7d64af5a
Update this unit test - will be moved and further updated shortly.
...
This commit was SVN r1936.
2004-08-06 20:54:42 +00:00
Tim Prins
42593fc947
Setting svn ignores
...
This commit was SVN r1935.
2004-08-06 20:52:32 +00:00
Rich Graham
e92447153f
add some dummy code so that we can build.
...
This commit was SVN r1934.
2004-08-06 20:40:09 +00:00
Weikuan Yu
944432a352
save lots of type and name changes
...
This commit was SVN r1933.
2004-08-06 20:28:23 +00:00
Ginger Young
5e22c1edfe
Adding preliminary ompi daemon
...
This commit was SVN r1932.
2004-08-06 20:23:57 +00:00
Jeff Squyres
2060091238
- Creation of the common code repository for cross-component /
...
horizontal integration
- Move the mpool_sm_mmap.[ch] files to a new sm common code area, and
rename to common_sm_mmap.[ch]
- update sm ptl and mpool to refer to the sm common code area for the
mmap code
This commit was SVN r1930.
2004-08-06 19:35:57 +00:00
Tim Prins
259b2d9c35
A temporary workaround to avoid segfaults when the tcp oob is cleaning up.
...
This simply removes the event handler deletions from the clean up code.
This commit was SVN r1929.
2004-08-06 19:12:26 +00:00
Tim Prins
c592935f89
More bug fixes. The finalize functions in the oob were not being called,
...
which lead to some race conditions.
There are still cases where the tcp oob will segfault.
This commit was SVN r1928.
2004-08-06 17:23:37 +00:00
Edgar Gabriel
a35a6ff778
alltoallv: nothing has really changed.
...
allreduce: rearranging the final waitall, since one request was
accidentally not initialized before calling waitall.
This commit was SVN r1927.
2004-08-06 15:47:40 +00:00
Edgar Gabriel
ba165b3d8a
initializing two variables used in a dummy allreduce
...
This commit was SVN r1926.
2004-08-06 15:46:44 +00:00
Edgar Gabriel
b8d6fd5d50
introducing a 'hidden' communicator flag. The communicators marked hidden will not be exported to totalview (e.g. internal communicators of the MagPIe coll framework).
...
This commit was SVN r1925.
2004-08-06 14:33:23 +00:00
Jeff Squyres
a721849e84
While waiting for a lengthy compile, I noticed a bunch of old remnants
...
from the "LAM/MPI" -> "Open MPI" name change that didn't convert
properly. So this commit fixes all instances of "OMPI/MPI" to "Open
MPI".
This commit was SVN r1924.
2004-08-06 14:30:18 +00:00
Brian Barrett
e3788309f2
* fix make dist. argh!
...
This commit was SVN r1922.
2004-08-05 22:52:11 +00:00
Edgar Gabriel
578c313a61
fixing a minor issue in intercomm_create.
...
adapting group_incl/excl/range_incl/range_excl to return
MPI_GROUP_EMPTY in case the new group size is zero.
group_union/difference/intersection still to be adapted to handle that scenario.
This commit was SVN r1921.
2004-08-05 22:51:34 +00:00
Edgar Gabriel
60f4cac622
changing the default rank in MPI_GROUP_EMPTY to MPI_UNDEFINED
...
This commit was SVN r1920.
2004-08-05 22:49:37 +00:00
Edgar Gabriel
6a8bebacd4
bug fix: set comm->c_topo to NULL in the allocator as well, for debug
...
purposes (although it did not cause any problems) we memset the
c_coll structure to zero as well.
enabling comm_create for inter-communicators
This commit was SVN r1919.
2004-08-05 22:48:47 +00:00
Rich Graham
3b7ed9136f
more changes.
...
This commit was SVN r1917.
2004-08-05 21:59:24 +00:00