[ofa-general] Re: [PATCH] opensm/osm_vendor_select.h: undoing change in default vendor selection

Sasha Khapyorsky sashak at voltaire.com
Wed Jun 25 04:53:07 PDT 2008


On 09:46 Wed 25 Jun     , Yevgeny Kliteynik wrote:
> 
> Undoing a change in the default vendor selection.
> The patch broke ibmgtsim compilation.

This patch breaks external plugin compilation where osm_vendor.h is
included implicitly (requires complicated vendor selection for installed
vendor layer, although it should be transparent for event plugins).

I tried both:

  cd ibmgtsim && ./configure --prefix=${ROOT} --with-ibdm=${ROOT} \
  	&& make && make install

, and

  cd opensm && ${OSM_DIR}/configure --with-osmv=sim --with-sim=${ROOT} \
  	--prefix=${ROOT} && make && make install

And it works fine for me. Could you provide more details about the
failure? How to reproduce it?

Another solutions can be to make osm_vendor_select.h to be autogenerated
by ./configure script or even better - to make vendor independent vendor
API. But both are much larger change.

Sasha



More information about the general mailing list