Skip to content

Commit

Permalink
Add gcc to Gaea-C5 compilers.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RatkoVasic-NOAA authored Sep 25, 2024
1 parent d51521d commit 18f00c1
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion configs/sites/tier1/gaea-c5/compilers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,16 @@ compilers:
# which confuses some packages.
CONFIG_SITE: ''
extra_rpaths: []
# Todo: Define gcc compiler 10.3.0 for Intel backend (ecflow)
- compiler:
spec: gcc@12.2.0
paths:
cc: /opt/cray/pe/gcc/12.2.0/bin/gcc
cxx: /opt/cray/pe/gcc/12.2.0/bin/g++
f77: /opt/cray/pe/gcc/12.2.0/bin/gfortran
fc: /opt/cray/pe/gcc/12.2.0/bin/gfortran
flags: {}
operating_system: sles15
modules:
- gcc/12.2.0
environment: {}
extra_rpaths: []

0 comments on commit 18f00c1

Please sign in to comment.