-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
provide option to deviate from compiler used to build perl
#9
Comments
There is a hack used in the PDL CI workflow that gets https://github.com/PDLPorters/pdl/blob/2.061/.github/workflows/ci.yml#L67-L74 edit: already mentioned this previously at #6 (comment) |
I would like to do this, and it would be helpful on environments (e.g., HPC clusters) that use |
This should be the next capability, I'll start working on it. I happen to have access to various HPC environments and commercial compilers, and it'll give me a reason to actually use this module on them. And that might drive some additional ideas - which will hopefully lead to a real case for an Inline::C::OpenMP type module. |
picking this up, targeting some time before TPC |
I'd like to be able to compile openmp stuff using a different compiler that the one used to build perl; specifically the case where perl is compiled with
gcc
and I want to compile Inline OpenMP withicc
- and the other way around. I am certain this is feasible, just don't know atm how feasible.Example,
The text was updated successfully, but these errors were encountered: