Perl-OpenMP / p5-Alien-OpenMP

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

`Inline` support should add appropriate OpenMP header file via `auto_include` #14

Closed oodler577 closed 2 years ago

oodler577 commented 2 years ago

This will allow Inline::C with Alien::OpenMP to not have to include "omp.h" (e.g., for gcc) - but each compiler may have their own name so we need to account for that future potential