> I'm trying to compile GLPK with Intel C++ 11.x compiler, but various > problems occur when you try to include ODBC support (preprocessor > definition HAVE_CONFIG_H which enables ODBC support via odbc32.dll). > With MS VS++ everything works fine.
Could you please provide more detailed information (compiler diagnostic messages, command-line options, etc.)? > Has anybody compiled GLPK with Intel successfully? If yes, please > provide your makefile or VS project. Thanks! I have. Please see: http://lists.gnu.org/archive/html/help-glpk/2008-12/msg00036.html > By the way: > Compiling GLPK with the Intel C++ compiler in general is a good idea. > The Intel code is much faster than the code compiled with VC++. > Depending on CPU, compiler settings and model, Intel code might be up > to 50% faster. I just benchmarked a simple matching model which needed > 58 seconds with Intel and 1:28 minutes with VC++ ... _______________________________________________ Help-glpk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-glpk
