Skip to content
Snippets Groups Projects
Commit fffd84a8 authored by Ujwal Kundur's avatar Ujwal Kundur
Browse files

Add Compiler configuration in spack.yaml

parent 269f19ea
No related branches found
No related tags found
1 merge request!306OneAPI Integration Testing
...@@ -44,3 +44,17 @@ spack: ...@@ -44,3 +44,17 @@ spack:
all: all:
compiler: [gcc] compiler: [gcc]
view: /usr/local view: /usr/local
compilers::
- compiler:
spec: gcc@11.2.0
paths:
cc: /usr/bin/gcc
cxx: /usr/bin/g++
f77: /usr/bin/gfortran
fc: /usr/bin/gfortran
flags: {}
operating_system: ubuntu18.04
target: x86_64
modules: []
environment: {}
extra_rpaths: []
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment