Please note that although  this solution works for opensm it creates a change 
from the Linux code base.
A different solution might be needed if we want to keep the same code base .

Thanks
Tzachi


Index: opensm/main.c
===================================================================
--- opensm/main.c          (revision 6229)
+++ opensm/main.c       (working copy)
@@ -725,7 +725,7 @@
                                }
                } while (next_option != -1);

-              optind = 0;                          /* reset command line */
+             optind = 1;                          /* reset command line */

                if (config_file && osm_subn_parse_conf_file(config_file, &opt) 
< 0)
                                printf("\nFail to parse config file \'%s\'\n", 
config_file);
_______________________________________________
ofw mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/ofw

Reply via email to