It would be easier to maintain opensm on windows if it truly shared the same code base. For now, I'd just like to start with a common ib_types.h file. (There are currently hundreds, if not thousands, of lines that differ.) ib_types.h uses #if defined(__WIN__) to separate linux from windows code. This isn't actually used, since separate files are maintained anyway.
My question is whether we should continue to use #if defined(__WIN__) or add a new ib_types_osd.h file. Any preferences from the opensm maintainer side? - Sean _______________________________________________ ofw mailing list [email protected] http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw
