Skip to content

Commit dc4793c

Browse files
authored
Update Ellis configuration. (#356)
1 parent fd994bd commit dc4793c

File tree

2 files changed

+13
-23
lines changed

2 files changed

+13
-23
lines changed

configs/ellis/env.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

configs/ellis/packages.yaml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
packages:
22
gcc:
33
externals:
4-
- spec: gcc@12.3.0
5-
prefix: /data/ssd1/software/2024-05-01/opt/compilers/linux-rocky8-zen2/gcc-12.3.0/gcc-12.3.0-zotxciurfbgq5pi35vo2v42kwneo6hfk
4+
- spec: gcc@12.5.0
5+
prefix: /data/ssd1/software/2025-09-25/opt/bootstrap/linux-zen/gcc-12.5.0-rihnasrwn63d4v4fx6fudrhztcedj3nv
66
extra_attributes:
77
compilers:
8-
c: /data/ssd1/software/2024-05-01/opt/compilers/linux-rocky8-zen2/gcc-12.3.0/gcc-12.3.0-zotxciurfbgq5pi35vo2v42kwneo6hfk/bin/gcc
9-
cxx: /data/ssd1/software/2024-05-01/opt/compilers/linux-rocky8-zen2/gcc-12.3.0/gcc-12.3.0-zotxciurfbgq5pi35vo2v42kwneo6hfk/bin/g++
10-
fortran: /data/ssd1/software/2024-05-01/opt/compilers/linux-rocky8-zen2/gcc-12.3.0/gcc-12.3.0-zotxciurfbgq5pi35vo2v42kwneo6hfk/bin/gfortran
8+
c: /data/ssd1/software/2025-09-25/opt/bootstrap/linux-zen/gcc-12.5.0-rihnasrwn63d4v4fx6fudrhztcedj3nv/bin/gcc
9+
cxx: /data/ssd1/software/2025-09-25/opt/bootstrap/linux-zen/gcc-12.5.0-rihnasrwn63d4v4fx6fudrhztcedj3nv/bin/g++
10+
fortran: /data/ssd1/software/2025-09-25/opt/bootstrap/linux-zen/gcc-12.5.0-rihnasrwn63d4v4fx6fudrhztcedj3nv/bin/gfortran
1111
llvm:
1212
externals:
13-
- spec: llvm@17.0.6
14-
prefix: /data/ssd1/software/2024-05-01/opt/compilers/linux-rocky8-zen2/gcc-12.3.0/llvm-17.0.6-fzo52dlnsdgyyb3wgxrrlxmnvepk6esa
13+
- spec: llvm@20.1.8
14+
prefix: /data/ssd1/software/2025-09-25/opt/compilers/linux-zen2/llvm-20.1.8-hb7th6clwqfn45odo2h2w6flnd6zvgg7
1515
extra_attributes:
1616
compilers:
17-
c: /data/ssd1/software/2024-05-01/opt/compilers/linux-rocky8-zen2/gcc-12.3.0/llvm-17.0.6-fzo52dlnsdgyyb3wgxrrlxmnvepk6esa/bin/clang
18-
cxx: /data/ssd1/software/2024-05-01/opt/compilers/linux-rocky8-zen2/gcc-12.3.0/llvm-17.0.6-fzo52dlnsdgyyb3wgxrrlxmnvepk6esa/bin/clang++
17+
c: /data/ssd1/software/2025-09-25/opt/compilers/linux-zen2/llvm-20.1.8-hb7th6clwqfn45odo2h2w6flnd6zvgg7/bin/clang
18+
cxx: /data/ssd1/software/2025-09-25/opt/compilers/linux-zen2/llvm-20.1.8-hb7th6clwqfn45odo2h2w6flnd6zvgg7/bin/clang++
1919
hdf5:
2020
require: "~fortran"
2121
h5z-zfp:
@@ -25,12 +25,12 @@ packages:
2525
mpi:
2626
require: "mpich"
2727
cuda:
28-
require: "@=12.5.1"
28+
require: "@=12.9.0"
2929
fortran:
30-
require: "gcc@12.3.0"
30+
require: "gcc@12.5.0"
3131
all:
3232
providers:
33-
c: [gcc@12.3.0, llvm@17.0.6]
34-
cxx: [gcc@12.3.0, llvm@17.0.6]
33+
c: [gcc@12.5.0, llvm@20.1.8]
34+
cxx: [gcc@12.5.0, llvm@20.1.8]
3535
variants: build_type=Release cuda_arch=80
3636
target: [zen2]

0 commit comments

Comments
 (0)