Skip to content

Commit

Permalink
Update aws-pcluster site config
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Mar 18, 2024
1 parent ec567ac commit c7d4314
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 12 deletions.
9 changes: 6 additions & 3 deletions configs/sites/aws-pcluster/compilers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,13 @@ compilers:
paths:
cc: /opt/intel/oneapi/compiler/2024.0/bin/icx
cxx: /opt/intel/oneapi/compiler/2024.0/bin/icpx
f77: /opt/intel/oneapi/compiler/2024.0/bin/ifort
fc: /opt/intel/oneapi/compiler/2024.0/bin/ifort
f77: /opt/intel/oneapi/compiler/2024.0/bin/ifx
fc: /opt/intel/oneapi/compiler/2024.0/bin/ifx
flags:
fflags: -diag-disable=10448
cflags: --gcc-install-dir=/usr/lib/gcc/x86_64-linux-gnu/11
cxxflags: --gcc-install-dir=/usr/lib/gcc/x86_64-linux-gnu/11
# not sure this works/is needed fflags: --gcc-install-dir=/usr/lib/gcc/x86_64-linux-gnu/11
# with ifort, need this for fflags: fflags: -diag-disable=10448
operating_system: ubuntu22.04
target: x86_64
modules:
Expand Down
8 changes: 0 additions & 8 deletions configs/sites/aws-pcluster/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,6 @@ packages:
externals:
- spec: [email protected]
prefix: /usr
gmake:
externals:
- spec: [email protected]
prefix: /usr
groff:
externals:
- spec: [email protected]
Expand All @@ -90,10 +86,6 @@ packages:
externals:
- spec: [email protected]
prefix: /usr
perl:
externals:
- spec: [email protected]~cpanm+shared+threads
prefix: /usr
pkg-config:
externals:
- spec: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion spack

0 comments on commit c7d4314

Please sign in to comment.