1
1
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 8e7d874e14a5485dceff836419e36b6b24a66f48)
2019-09-19 18:14:06 -04:00
..
2019-03-31 11:26:18 -07:00
2019-03-31 11:26:18 -07:00
2019-03-31 11:26:18 -07:00
2019-03-31 11:26:18 -07:00
2019-03-31 11:26:18 -07:00
2019-03-31 11:26:18 -07:00
2019-03-31 11:26:18 -07:00
2018-01-25 08:43:44 -08:00
2015-06-23 20:59:57 -07:00