1
1
Граф коммитов

1871 Коммитов

Автор SHA1 Сообщение Дата
Laura Casswell
33c1952c79 add common test support routines and reporting
This commit was SVN r1981.
2004-08-09 21:24:20 +00:00
Laura Casswell
01bedc62e1 add use of test support functions and reporting
This commit was SVN r1980.
2004-08-09 21:07:24 +00:00
Ginger Young
07065f968a change from c++ to regular c
This commit was SVN r1979.
2004-08-09 20:33:24 +00:00
Ginger Young
a034655c1a change from c++ to regular c
This commit was SVN r1978.
2004-08-09 20:31:27 +00:00
Laura Casswell
6541592111 fix typo in usage message
This commit was SVN r1977.
2004-08-09 19:53:12 +00:00
Laura Casswell
4e45670024 get rid of list_set_size lines
This commit was SVN r1976.
2004-08-09 19:03:51 +00:00
Laura Casswell
6f92bb58ac there is no ompi_list_set_size
This commit was SVN r1975.
2004-08-09 17:42:41 +00:00
Laura Casswell
57e70e4692 add script to run one or all tests
This commit was SVN r1974.
2004-08-09 17:40:50 +00:00
Ginger Young
6eece93b10 removed spare || for the help parsing
This commit was SVN r1973.
2004-08-09 17:37:43 +00:00
Jeff Squyres
6168832376 Fix a few remaining OMPI_MPI_MCA* references
This commit was SVN r1972.
2004-08-09 15:40:40 +00:00
David Daniel
fa29bb9741 Adding an asprintf implementation for portability. Should add a (v)snprintf implementation later.
This commit was SVN r1971.
2004-08-09 15:03:52 +00:00
Jeff Squyres
11b5eeddce Fix minor bug such that "ompi_info -all" shows all MCA params
This commit was SVN r1970.
2004-08-09 14:32:09 +00:00
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