> I have tried with the development version from the master branch. I > get the following errors while building the library (make) > prov/verbs/src/verbs_ep.c: In function > 'fi_ibv_msg_xrc_ep_atomic_write': > prov/verbs/src/verbs_ep.c:1770: error: unknown field 'qp_type' > specified in initializer
These errors are coming from having an older verbs.h file. The qp_type field was added as part of XRC support, about 5 years ago. I think this maps to v13. > prov/verbs/src/verbs_ep.c:1770: error: unknown field 'qp_type' > specified in initializer This is the same error, which suggests that it is still picking up an old verbs.h file. Maybe Mellanox ships a different verbs.h file that what's upstream, but I doubt it would remove fields. - Sean _______________________________________________ ofiwg mailing list [email protected] https://lists.openfabrics.org/mailman/listinfo/ofiwg
