Skip to content

tcp_if_seq not defined in mca_btl_tcp_component_t #2891

@amckinstry

Description

@amckinstry

Good morning, and congratulations on releasing 2.0.2.
Now for the bad news :-(

Compilation for me fails in btl_tcp_component.c as:

#if !defined(MCA_BTL_TCP_SUPPORT_PROGRESS_THREAD)
    if( mca_btl_tcp_component.tcp_enable_progress_thread ) {
        opal_show_help("help-mpi-btl-tcp.txt",
                       "unsuported progress thread",
                       true, "progress thread",
                       opal_process_info.nodename,
                       mca_btl_tcp_component.tcp_if_seq,
                       "Progress thread support compiled out");
     }
#endif  /* !defined(MCA_BTL_TCP_SUPPORT_PROGRESS_THREAD) */

tcp_if_seq not defined.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions