mikeryan/crackle

Make OpenMP a conditional compile

mikeryan opened this issue · 3 comments

Make OpenMP a conditional compile

The cleanest solution would be to use GNU Autoconf to have a configure script shell that will set the flag accordingly to the presence (or not) of libomp library.

Autoconf is a huge, nasty dep to bring in for such a simple task. I'd like to exhaust all other options before turning to it.

Ripped out the OpenMP code. Will look into parallelizing using a fork-based model.