The trunk is totally broken and it might not be easy to fix. I am seeing
this error when building with --disable-dlopen (the LANL default):

/usr/projects/hpctools/hjelmn/ompi-trunk-git/opal/mca/common/sm/common_sm_rml.c:
 In function 'mca_common_sm_rml_info_bcast':
/usr/projects/hpctools/hjelmn/ompi-trunk-git/opal/mca/common/sm/common_sm_rml.c:110:
 warning: passing argument 1 of 'orte_rml.send_buffer_nb' from incompatible 
pointer type
/usr/projects/hpctools/hjelmn/ompi-trunk-git/opal/mca/common/sm/common_sm_rml.c:110:
 note: expected 'struct orte_process_name_t *' but argument is of type 
'opal_process_name_t *'
/usr/projects/hpctools/hjelmn/ompi-trunk-git/opal/mca/common/sm/common_sm_rml.c:127:
 warning: passing argument 1 of 'orte_rml.recv_buffer_nb' from incompatible 
pointer type
/usr/projects/hpctools/hjelmn/ompi-trunk-git/opal/mca/common/sm/common_sm_rml.c:127:
 note: expected 'struct orte_process_name_t *' but argument is of type 
'opal_process_name_t *'
/usr/projects/hpctools/hjelmn/ompi-trunk-git/opal/runtime/opal_init.c:69:2: 
warning: #ident is a GCC extension
../../../opal/.libs/libopen-pal.so: undefined reference to `orte_rml'
../../../opal/.libs/libopen-pal.so: undefined reference to `orte_proc_is_bound'
../../../opal/.libs/libopen-pal.so: undefined reference to 
`orte_rml_send_callback'


common/sm relies on the RML for some communication. This will have to be
rewritten to get it to work.

-Nathan

Attachment: pgpgapfX3P5qq.pgp
Description: PGP signature

Reply via email to