PEBBL / pebbl

Main repository for the PEBBL branch-and-bound library
Other
7 stars 4 forks source link

Fix issue when MPI compiler has compile flags #5

Closed bmpersc closed 6 years ago

bmpersc commented 6 years ago

Fixes issue #4

I was able to configure and compile with cmake 3.10.3 and cmake 3.5.2. The cmake 3.10 had compile options for MPI where cmake 3.5 did not. Both used the same gcc 4.9.3 and openmpi 1.10.1. The configure, build and tests all worked. In addition serial configure, build, and tests were run for both cmake 3.10.3 and cmake 3.5.3.