rgugliel / CoxIter

CoxIter is a computer program designed to compute invariants of hyperbolic Coxeter groups.
GNU General Public License v3.0
6 stars 4 forks source link

Fix/mac omp #20

Closed drewitz closed 4 years ago

drewitz commented 4 years ago

needed to find omp on mac

rgugliel commented 4 years ago

Hey Simon! Thanks for the PR. I'm still a bit unsure with these changes, since the current code used to work on macOS (or was it the old OSX) and I'd like to be sure we don't introduce regression.

Will have a look online about the issue and come back here.

Cheers,

Raf

drewitz commented 4 years ago

the current code used to work on macOS

Did it? (Not that I remember.) I thought the missing omp was the reason CoxIter is running slower on a mac. You also didn't include omp in the compile instructions in the documentation. If you don't install omp, it's still compiling and running perfectly fine.