I am trying to compile openmpi (Revision: 29539) from svn
with '--with-ft=cr'. I get a compilation error and I am
lost how to solve it:
../../../../opal/mca/base/mca_base_components_open.c: In function
'open_components':
../../../../opal/mca/base/mca_base_components_open.c:144:9: error:
'mca_base_component_distill_checkpoint_ready' undeclared (first use in this
function)
if (mca_base_component_distill_checkpoint_ready) {
^
../../../../opal/mca/base/mca_base_components_open.c:144:9: note: each
undeclared identifier is reported only once for each function it appears in
mca_base_component_distill_checkpoint_ready exists in
contrib/amca-param-sets/ft-enable-cr
but I am not sure if contents from this file can be used in the code or
not. Any pointers on how to solve this error would be welcome.
Adrian