Jeff Squyres
a8f370f140
Remove duplicate "gpr" -- thanks Paul Hargrove.
...
This commit was SVN r5168.
2005-04-05 01:49:06 +00:00
Jeff Squyres
3f5541349a
Add UC copyright
...
This commit was SVN r5009.
2005-03-24 12:43:37 +00:00
Brian Barrett
12c6a00d85
* don't try to push out op stuff
...
This commit was SVN r4945.
2005-03-19 22:09:28 +00:00
Brian Barrett
6822a519bb
* results from initial merge of the tim branch into the trunk. Compiles and
...
ompi_info works, but that's all that has been tested.
This commit was SVN r4827.
2005-03-14 20:57:21 +00:00
Josh Hursey
3eb139f2d2
Added files and directories needed for building under Windows to the dist.
...
This commit was SVN r4561.
2005-02-25 20:29:36 +00:00
Jeff Squyres
10d23250ce
- Move "common" up front in the compiling order because other
...
frameworks have components that depends on common components
- replace a few tabs with spaces :-)
This commit was SVN r4284.
2005-02-04 14:27:30 +00:00
Ralph Castain
cd00fed56b
Bring the error manager over to the main branch so people can start to use it in their code. Please see mca/errmgr/errmgr.h for the documentation on this function - very little implemented at the moment. Only function so far is to output the error message, file, and line via the ompi_output function.
...
Note: in bringing this across, I have obeyed the mca-prefix-rule in defining functions and variables. However, I left the name of the component call as "orte_errmgr.xxx" so that any use of the code will directly "merge" with the new RTE branch without changes.
This commit was SVN r4099.
2005-01-21 17:49:14 +00:00
Tim Woodall
fb203852d3
I/O forwarding framework
...
This commit was SVN r3865.
2004-12-21 22:16:09 +00:00
Jeff Squyres
32d85dd7eb
Properly add the soh framework in all the places it needs to be. Left
...
the src/mca/soh/base/*.c files out of the default build because
they're uncompilable right now -- don't want to step on any of Ralph's
local changes.
This commit was SVN r3837.
2004-12-16 18:52:33 +00:00
Jeff Squyres
616269a9be
Add HLRS copyright
...
This commit was SVN r3665.
2004-11-28 20:09:25 +00:00
Jeff Squyres
e9ed717748
First cut at copyrights: IU, UTK, and some OSU. LANL and HLRS still
...
pending.
This commit was SVN r3655.
2004-11-22 01:38:40 +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
Brian Barrett
7f3f72f1c7
* split the PCM into pcm and pcmclient to better match to the multi-pcm case
...
* add env pcmclient, which builds client data out of environment variables
* improved rsh infrastructure a little bit - almost able to get to calling
fork()
* Removed instance information for llm - it should be burried in the pcm,
not exposed
*** YOU MUST RUN AUTOGEN / CONFIGURE / etc AFTER UPDATING ***
This commit was SVN r2191.
2004-08-17 22:24:17 +00:00
Jeff Squyres
292baf897e
Now that gpr is apparently ready for prime-time, remove the hacks that
...
made it [somewhat] compile and fully integrate it into the build
process:
- add configure.params to gpr/proxy and gpr/replica
- bring gpr/proxy/Makefile.am and gpr/replica/Makefile.am up-to-date
- uncomment gpr sections from ompi_info
- took the liberty of changing a member variable from "delete" to
"delete_fn" in gpr.h ("delete" is a keyword in C++, and gpr.h is
included in ompi_info, which is written in C++)
This commit was SVN r2159.
2004-08-16 02:59:38 +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
dadb047103
* Add LLM (the rte resource allocator) framework
...
* Add hostfile component for the LLM (reads hostfiles, returns array of
node identifiers
NOTES:
- This will require the full autogen / configure / make.
- You now need flex to build Open MPI from Subversion. The versions
available on most Linux boxen and OS X is more than new enough. You
do *not* need flex to build from a nightly or release tarball.
This commit was SVN r1890.
2004-08-05 14:01:45 +00:00
Prabhanjan Kambadur
cae7d0afcb
Changing a lot of stuff in topo. This commit is just the intergration
...
of what has been done in tmp/anju-topo-work branch. For more detailed
information on the commits, please see those logs
This commit was SVN r1787.
2004-07-20 22:21:47 +00:00
Jeff Squyres
f6656eab49
Add src/mca/ns tree into default build
...
This commit was SVN r1596.
2004-07-08 15:05:51 +00:00
Jeff Squyres
9ee904d95d
Bunches of things to make "make dist" work
...
This commit was SVN r1577.
2004-07-07 20:59:20 +00:00
Jeff Squyres
5e5042613f
*really* rename the project to "openmpi". :-)
...
This commit was SVN r1370.
2004-06-17 18:21:08 +00:00
Jeff Squyres
1b542d409b
Remove all remnants of the component framework "registry".
...
Registry is dead; long live gpr!
This commit was SVN r1359.
2004-06-17 13:53:10 +00:00
Jeff Squyres
b1cb8b8cfa
Fixes for "make dist"
...
This commit was SVN r1278.
2004-06-15 19:39:21 +00:00
Tim Woodall
abba2b038c
- removed src/mem directory
...
- moved mem/free_list.h to class/ompi_free_list.h
- moved mem/malloc.h to util/malloc.h
- added src/mca/mpool component type
This commit was SVN r1274.
2004-06-15 19:07:45 +00:00
Tim Woodall
d1292b7887
moved mem to allocator
...
This commit was SVN r1265.
2004-06-15 17:06:42 +00:00
Tim Prins
8f7b128941
first checkin of the memory allocation framework. It should work fine
...
except the align and realloc functions are not yet allocated.
This commit was SVN r1251.
2004-06-14 21:05:53 +00:00
David Daniel
563ac2a338
First pass of lam -> ompi conversion
...
This commit was SVN r1191.
2004-06-07 15:33:53 +00:00
Prabhanjan Kambadur
2f7aeb2d62
Changing some stuff in topo module ...
...
This commit was SVN r1043.
2004-04-16 20:54:48 +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
c43bee325a
More fixes for the source re-org
...
This commit was SVN r885.
2004-03-17 19:43:41 +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
Jeff Squyres
99a09d6dbe
Consolidate a little further
...
This commit was SVN r876.
2004-03-17 18:18:44 +00:00
Jeff Squyres
ae93b4fffb
Add libltdl into the build process.
...
This commit was SVN r383.
2004-01-14 23:50:58 +00:00
Jeff Squyres
1f717bfdac
First cut of a lot of MCA infrastruture. Still little base code yet,
...
but the build structure is getting there.
This commit was SVN r269.
2004-01-11 21:31:52 +00:00
Brian Barrett
aa830ed301
* remove base and common since the directories aren't there any more.
...
This commit was SVN r262.
2004-01-11 20:40:44 +00:00
Jeff Squyres
c93eb61aa5
Traverse into the base subdirectory.
...
This commit was SVN r259.
2004-01-11 08:16:33 +00:00
Jeff Squyres
f58cc5c26f
Moved other header files elsewhere
...
This commit was SVN r160.
2004-01-09 08:27:05 +00:00
Jeff Squyres
38c1ffd036
First take at skeleton files for mca base, ptl, and pml.
...
This commit was SVN r141.
2004-01-09 03:26:12 +00:00
Jeff Squyres
6a1ee3c65e
New MCA directory structure -- separate lam, mpi, and common
...
component types.
This commit was SVN r130.
2004-01-08 21:41:30 +00:00