cms-patatrack / pixeltrack-standalone

Standalone Patatrack pixel tracking
Apache License 2.0
17 stars 35 forks source link

[openmp] Add OpenMP compilers and flags #382

Closed markdewing closed 2 years ago

markdewing commented 2 years ago

Add OpenMP compilers to the Makefile. Change the compiler name and flags in src/openmp/Makefile.

makortel commented 2 years ago

@markdewing I took the liberty of pushing directly a commit that will allow the all target to not include openmp by default. I'm not completely happy with the way I did it, but I think it is reasonable compromise that allows to move on. What do you think?

markdewing commented 2 years ago

It looks reasonable to me.