1
1
openmpi/oshmem
Mike Dubman 2141e9e6b4 tools: Add oshmem_info utility
Reworked ompi_info tool to be close with orte_info implementation.
ompi_info_register_types(), ompi_info_close_components() and
ompi_info_show_ompi_version() are moved to runtime/ompi_info_support.c.

Added runtime/oshmem_info_support layer that exports following api to be
used into oshmem_info tool as
oshmem_info_register_types()
oshmem_info_register_framework_params()
oshmem_info_close_components()
oshmem_info_show_oshmem_version()
These functions call ompi_info_support related interfaces as long as
Oshmem supports Open MPI/SHMEM combination.

Now orte_info/ompi_info/oshmem_info have identical implementation approach.

Possible improvement:
OSHMEM processing of --config option is the same as OMPI`s (code is duplicated).
Probably list of info_support interfaces can be extended by xxx_info_do_config().
developed by Igor, reviewed by miked

This commit was SVN r29429.
2013-10-12 19:03:32 +00:00
..
include implement community feedback 2013-10-02 14:08:43 +00:00
mca fixed check availability of mxm atomics. No need to run the code. succesful compilation is enough to detect availability. 2013-10-09 11:52:04 +00:00
op Use the correct macro: OMPI_HAVE_FORTRAN_REAL16 2013-10-09 13:59:36 +00:00
proc fix for solaris which does not have bzero 2013-09-21 07:26:02 +00:00
request Per the RFC schedule, this commit adds Mellanox OpenSHMEM to the trunk. It does not yet run on OSX or with CM PML for an MTL other than MXM. Mellanox is aware of these issues and is in the process of resolving them. This should be added to \ncmr=v1.7.4:subject=Move OSHMEM to 1.7.4:reviewer=rhc 2013-09-10 15:34:09 +00:00
runtime tools: Add oshmem_info utility 2013-10-12 19:03:32 +00:00
shmem Fixing FORTRAN bindings in OSHMEM 2013-09-17 16:39:56 +00:00
tools tools: Add oshmem_info utility 2013-10-12 19:03:32 +00:00
Makefile.am 1. Per my previous email 2013-09-15 09:32:07 +00:00