Ralph Castain
e335de3564
Refactor ompi_info, splitting it into parts according to the layer involved. Thus, we call down to the opal layer to get those frameworks and components, and down to the orte layer to get those. Still some abstraction breaks, but they mostly involve renaming of OMPI_foo labels that have been around since before we split the build system by layer.
...
This commit was SVN r26695.
2012-06-28 18:23:34 +00:00
Josh Hursey
28681deffa
Backout the ORCA commit. :(
...
There is a linking issue on Mac OSX that needs to be addressed before this is able to come back into the trunk.
This commit was SVN r26676.
2012-06-27 01:28:28 +00:00
Josh Hursey
542330e3a7
Commit of ORCA: Open MPI Runtime Collaborative Abstraction
...
This is a runtime interposition project that sits between the OMPI and ORTE layers in Open MPI.
The project is described on the wiki:
https://svn.open-mpi.org/trac/ompi/wiki/Runtime_Interposition
And on this email thread:
http://www.open-mpi.org/community/lists/devel/2012/06/11109.php
This commit was SVN r26670.
2012-06-26 21:42:16 +00:00
Jeff Squyres
38451d4972
Add the MPI API version to the ompi_info output. How did we never
...
have this in there before?
This commit was SVN r25437.
2011-11-04 23:30:59 +00:00
Jeff Squyres
12d4280d0b
Fix a bunch of memory leaks
...
This commit was SVN r25411.
2011-11-01 20:22:49 +00:00
Jeff Squyres
3f4d4886f2
Minor update for something that has been bugging me for quite a while:
...
OMPI supports multiple different repository systems (SVN, hg, git).
But the VERSION file has listed "want_svn" and "svn_r" as fields, even
though the actual repo system and version may not be SVN.
So search/replace those fields (and derrivative values that come from
those fields) with "want_repo_rev" and "repo_rev", respectively.
This commit was SVN r24405.
2011-02-16 22:53:23 +00:00
Ralph Castain
de90bd8285
Add missing include file so that Absoft compile tests will pass
...
This commit was SVN r21572.
2009-07-01 13:19:06 +00:00
Ralph Castain
9e524a41cf
Re-implement ompi_info in C, replacing the prior C++ code. This removes the last C++ code from the OMPI code base, thus relieving the requirement for C++ support unless the user requests the C++ bindings.
...
Jeff will update the build system later to remove the C++ checks per the above caveat.
This commit was SVN r21568.
2009-06-30 21:41:28 +00:00