1
1
openmpi/orte/mca/ess
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
..
alps Remove stale ORTE code 2019-03-31 11:26:18 -07:00
base Remove stale ORTE code 2019-03-31 11:26:18 -07:00
env Remove stale ORTE code 2019-03-31 11:26:18 -07:00
hnp Remove stale ORTE code 2019-03-31 11:26:18 -07:00
lsf Remove stale ORTE code 2019-03-31 11:26:18 -07:00
pmi ess/pmi: Fix --enable-timing compilation error 2019-09-19 18:14:06 -04:00
singleton ess/pmi: Fix --enable-timing compilation error 2019-09-19 18:14:06 -04:00
slurm Remove stale ORTE code 2019-03-31 11:26:18 -07:00
tm Remove stale ORTE code 2019-03-31 11:26:18 -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 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