1
1
openmpi/orte/mca/ess/pmi
KAWASHIMA Takahiro e5be033c14 ess/pmi: Fix --enable-timing compilation error
This commit fixes an compilation error when configured
with `--enable-timing`.

Procedures in the function `orte_ess_base_app_setup`
in `orte/mca/ess/base/ess_base_std_app.c` are moved
to `orte/mca/ess/pmi/ess_pmi_module.c`
and `orte/mca/ess/singleton/ess_singleton_module.c`
in the recent commit 57f6b94fa5.

In `ess_pmi_module.c`, the first argument of the
`OPAL_TIMING_ENV_NEXT` macro should have been adapted
to the destination function but was not.

In `ess_singleton_module.c`, `OPAL_TIMING_ENV_INIT`
was not used in the destination function originally.
So `OPAL_TIMING_ENV_NEXT` cannot be used in the function.

Signed-off-by: KAWASHIMA Takahiro <t-kawashima@jp.fujitsu.com>
(cherry picked from commit 8e7d874e14)
2019-09-19 18:14:06 -04:00
..
ess_pmi_component.c Fix a number of issues, some of which have lingered for a long time: 2016-03-01 06:53:00 -08:00
ess_pmi_module.c ess/pmi: Fix --enable-timing compilation error 2019-09-19 18:14:06 -04:00
ess_pmi.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
Makefile.am Add a compilation flag that adds unwind info to all files that are present in the stack starting from MPI_Init. 2019-04-01 11:10:04 +01:00
owner.txt add owner files to opa/ompi/orte mca directories 2015-02-22 15:10:23 -07:00