Argonne-National-Laboratory / PIPS

Parallel solvers for optimization problems
Other
73 stars 21 forks source link

Par debug fix #18

Closed goxberry closed 8 years ago

goxberry commented 8 years ago

Fixes build system issues introduced by commits https://github.com/Argonne-National-Laboratory/PIPS/commit/07930126ad1d12af084143aa78f97f5d2ca9aa81 and https://github.com/Argonne-National-Laboratory/PIPS/commit/826ba3eee13d5487d60072589a8229a6fd0b7774.

All of these issues have to do with using the PAR_DEBUG macro without adding the appropriate header to the relevant source code, or adding the proper directory to the compiler include path in the relevant CMakeLists.txt file.

fqiang commented 8 years ago

@goxberry That is wried. I did not see the compile error on mine. In the meatime, I verified this PR. It is working, please feel free to merge. Thanks.