Perl-OpenMP / p5-Alien-OpenMP

Portable buildopt interface to OpenMP enabled compiler flags and other things.
1 stars 4 forks source link

define include header per compiler #10

Closed oodler577 closed 2 years ago

oodler577 commented 2 years ago

The header (.h) file may differ based on compiler. For example gcc's libgomp requires #include <omp.h>.

And not all compilers name this omp.h; this is also destined to work with Inline::OpenMP for injected the needful bits when inline'ing OpenMP based interfaces.

oodler577 commented 2 years ago

PR #18 took care of this