Skip to content

Commit

Permalink
Fix wrong GNU paths in S4 site config
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Oct 7, 2024
1 parent 0d0f8cf commit 3d193aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configs/sites/tier1/s4/compilers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ compilers:
- intel/2023.2
environment:
prepend_path:
PATH: /opt/gcc/13.3/lib64/bin
PATH: /opt/gcc/13.3/bin
LD_LIBRARY_PATH: /opt/intel/oneapi/2023.2/compiler/2023.2.0/linux/compiler/lib/intel64_lin:/opt/gcc/13.3/lib64:/opt/gcc/13.3/lib
CPATH: /opt/gcc/13.3/lib64/include
CPATH: /opt/gcc/13.3/include
extra_rpaths: []
- compiler:
spec: gcc@=13.3.0
Expand Down

0 comments on commit 3d193aa

Please sign in to comment.