Skip to content
Snippets Groups Projects
Unverified Commit 4f0006a4 authored by Massimiliano Culpo's avatar Massimiliano Culpo
Browse files

openfoam: fix oneapi support

parent 63e32864
Branches
Tags
No related merge requests found
......@@ -910,7 +910,12 @@ class OpenfoamArch:
#: Map spack compiler names to OpenFOAM compiler names
# By default, simply capitalize the first letter
compiler_mapping = {"aocc": "Amd", "fj": "Fujitsu", "intel": "Icc", "oneapi": "Icx"}
compiler_mapping = {
"aocc": "Amd",
"fj": "Fujitsu",
"intel": "Icc",
"intel-oneapi-compilers": "Icx",
}
def __init__(self, spec, **kwargs):
# Some user settings, to be adjusted manually or via variants
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment