1
1
openmpi/ompi/mca/osc/monitoring
Clement Foyer f5b4fc05f8 Remove inter-dependencies between OSC modules.
The osc monitoring component needed to include other OSC components
header in order to be able tu access communicator through the
component specific ompi_osc_*_module_t structures. This commit remove
the dependency, and resolve the issue #4523.

Extend the common monitoring API.

  * Now it's possible to translate from local rank to world rank from
    both the communicator and the group.
  * Remove useless hashtable as we directly use the w_group contained
    in window structure.

Add automatic generation at config time.

The templates are expanded at configure time. It creates a new header
file that generates all the variables/functions needed. Adding this
during the autogen automagicaly generates for each of the available
modules the proper functions.

Only keep a generated argv-style array.

Following Jeff's advice, the configure.m4 file generate a simple array
of module variables to be iterated over to find the proper module.

Signed-off-by: Clement Foyer <clement.foyer@inria.fr>
2018-02-07 11:52:00 +00:00
..
configure.m4 Remove inter-dependencies between OSC modules. 2018-02-07 11:52:00 +00:00
Makefile.am Remove inter-dependencies between OSC modules. 2018-02-07 11:52:00 +00:00
osc_monitoring_accumulate.h Remove inter-dependencies between OSC modules. 2018-02-07 11:52:00 +00:00
osc_monitoring_active_target.h Topic/monitoring (#3109) 2017-06-26 18:21:39 +02:00
osc_monitoring_comm.h Remove inter-dependencies between OSC modules. 2018-02-07 11:52:00 +00:00
osc_monitoring_component.c Remove inter-dependencies between OSC modules. 2018-02-07 11:52:00 +00:00
osc_monitoring_dynamic.h Topic/monitoring (#3109) 2017-06-26 18:21:39 +02:00
osc_monitoring_module.h Remove inter-dependencies between OSC modules. 2018-02-07 11:52:00 +00:00
osc_monitoring_passive_target.h Topic/monitoring (#3109) 2017-06-26 18:21:39 +02:00
osc_monitoring_template.h Remove inter-dependencies between OSC modules. 2018-02-07 11:52:00 +00:00
osc_monitoring.h Topic/monitoring (#3109) 2017-06-26 18:21:39 +02:00