1
1
openmpi/ompi/mca/pml/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 configury: single quote to avoid trouble with BSD 2017-11-03 11:34:28 -04:00
Makefile.am mca: Dynamic components link against project lib 2017-08-24 11:56:16 -04:00
pml_monitoring_comm.c Simplify the communicator's name caching management (#6) 2017-09-25 12:18:23 -04:00
pml_monitoring_component.c Protect the monitoring infrastructure initialization. 2017-06-27 18:35:24 +02:00
pml_monitoring_iprobe.c Topic/monitoring (#3109) 2017-06-26 18:21:39 +02:00
pml_monitoring_irecv.c Topic/monitoring (#3109) 2017-06-26 18:21:39 +02:00
pml_monitoring_isend.c Remove inter-dependencies between OSC modules. 2018-02-07 11:52:00 +00:00
pml_monitoring_start.c Remove inter-dependencies between OSC modules. 2018-02-07 11:52:00 +00:00
pml_monitoring.h Topic/monitoring (#3109) 2017-06-26 18:21:39 +02:00