As things stand, this branch cannot build. After spending some time trying to
pinpoint the problem, I discovered that:
1. you are missing a file "ompi/runtime/ompi_info_support.c"
2. you have a duplicate definition in ompi/tools/ompi_info.c
int ompi_info_register_framework_params(opal_pointer_ar
After Nathan's latest commit, I can confirm this branch now builds and runs.
I've looked at the code, and the added code is indeed completely separated from
the existing code base and shouldn't create any operational issues. I haven't
confirmed it actually works, but as Nathan saids, that can be