1
1
openmpi/orte/mca/ess
KAWASHIMA Takahiro 8e7d874e14 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>
2018-11-12 16:10:48 +09:00
..
alps Remove stale ORTE code 2018-10-02 11:55:36 -07:00
base Prevent errmgr invokation from crashing in finalize 2018-10-31 16:28:04 -04:00
env Remove stale ORTE code 2018-10-02 11:55:36 -07:00
hnp Prevent errmgr invokation from crashing in finalize 2018-10-31 16:28:04 -04:00
lsf Cleanup race condition in finalize 2018-10-03 09:42:59 -07:00
pmi ess/pmi: Fix --enable-timing compilation error 2018-11-12 16:10:48 +09:00
singleton ess/pmi: Fix --enable-timing compilation error 2018-11-12 16:10:48 +09:00
slurm Cleanup race condition in finalize 2018-10-03 09:42:59 -07:00
tm Cleanup race condition in finalize 2018-10-03 09:42:59 -07:00
tool Update the orte/ess framework 2018-01-25 08:43:44 -08:00
ess.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00