Skip to content

Commit 86a490b

Browse files
committed
update discover gcc section
1 parent 285716c commit 86a490b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

configs/sites/tier1/discover-scu17/packages_gcc.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,22 @@ packages:
66
mpi:
77
buildable: False
88
openmpi:
9+
buildable: False
910
externals:
1011
- spec: [email protected] ~cuda~cxx~cxx_exceptions~java~memchecker+pmi~static~wrapper-rpath
1112
fabrics=ucx schedulers=slurm
1213
prefix: /discover/swdev/gmao_SIteam/MPI/openmpi/4.1.6-SLES15/gcc-13.4.0
1314
modules:
1415
- mpi/openmpi/4.1.6/gcc-13.4.0
16+
gcc:
17+
buildable: false
18+
externals:
19+
- spec: [email protected] languages='c,c++,fortran'
20+
prefix: /discover/swdev/gmao_SIteam/other/SLES15.4/GCC/13.4.0
21+
modules:
22+
- comp/gcc/13.4.0
23+
extra_attributes:
24+
compilers:
25+
c: /discover/swdev/gmao_SIteam/other/SLES15.4/GCC/13.4.0/bin/gcc
26+
cxx: /discover/swdev/gmao_SIteam/other/SLES15.4/GCC/13.4.0/bin/g++
27+
fortran: /discover/swdev/gmao_SIteam/other/SLES15.4/GCC/13.4.0/bin/gfortran

0 commit comments

Comments
 (0)