Skip to content

Commit 49f569b

Browse files
committed
initial discover conf updates
1 parent 61facb8 commit 49f569b

File tree

3 files changed

+40
-130
lines changed

3 files changed

+40
-130
lines changed

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

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

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

Lines changed: 0 additions & 22 deletions
This file was deleted.
Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,59 @@
11
packages:
22
all:
3-
43
providers:
54
65
mpi:
76
buildable: False
7+
intel-oneapi-compilers:
8+
buildable: False
9+
externals:
10+
11+
prefix: /usr/local/intel/oneapi/2024
12+
modules:
13+
- comp/intel/2024.2.0
14+
extra_attributes:
15+
compilers:
16+
c: /usr/local/intel/oneapi/2024/compiler/2024.2/bin/icx
17+
cxx: /usr/local/intel/oneapi/2024/compiler/2024.2/bin/icpx
18+
fortran: /usr/local/intel/oneapi/2024/compiler/2024.2/bin/ifort
19+
f77: /usr/local/intel/oneapi/2024/compiler/2024.2/bin/ifort
20+
environment:
21+
set:
22+
# Force ifort not ifx
23+
INTEL_COMPILER_TYPE: 'RECOMMENDED'
24+
prepend_path:
25+
PATH: /usr/local/other/gcc/12.3.0/bin
26+
CPATH: /usr/local/other/gcc/12.3.0/include
27+
LD_LIBRARY_PATH: '/usr/local/intel/oneapi/2024/compiler/2024.2/lib/:/usr/local/other/gcc/12.3.0/lib64'
28+
extra_rpaths:
29+
- /usr/local/other/gcc/12.3.0/lib64
830
intel-oneapi-mpi:
931
externals:
1032
1133
prefix: /usr/local/intel/oneapi/2024
1234
modules:
1335
- mpi/impi/2021.13
1436
intel-oneapi-mkl:
37+
buildable: false
1538
externals:
16-
39+
1740
prefix: /usr/local/intel/oneapi/2024
1841
intel-oneapi-runtime:
42+
buildable: false
1943
externals:
2044
2145
prefix: /usr/local/intel/oneapi/2024
46+
gcc:
47+
externals:
48+
- spec: [email protected] languages:='c,c++,fortran'
49+
prefix: /usr/local/other/gcc/12.3.0
50+
modules:
51+
- comp/gcc/12.3.0
52+
extra_attributes:
53+
compilers:
54+
c: /usr/local/other/gcc/12.3.0/bin/gcc
55+
cxx: /usr/local/other/gcc/12.3.0/bin/g++
56+
fortran: /usr/local/other/gcc/12.3.0/bin/gfortran
57+
flags: {}
58+
environment: {}
59+
extra_rpaths: []

0 commit comments

Comments
 (0)