Skip to content

Conversation

@jsquyres
Copy link
Member

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 57f6b94.

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 8e7d874)

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 57f6b94.

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 8e7d874)
@jsquyres jsquyres added this to the v4.0.2 milestone Sep 19, 2019
@jsquyres jsquyres changed the title ess/pmi: Fix --enable-timing compilation error v4.0.x: ess/pmi: Fix --enable-timing compilation error Sep 19, 2019
@hppritcha hppritcha merged commit 83df062 into open-mpi:v4.0.x Sep 20, 2019
@jsquyres jsquyres deleted the pr/v4.0.x/enable-timings-compile-fix branch September 25, 2019 19:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants