Skip to content

Commit

Permalink
removing unused variable, whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
august-knox committed Feb 5, 2025
1 parent fc8f66f commit 5a127aa
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions systems/csc-lumi/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ def external_pkg_configs(self):
return selections

def compiler_configs(self):
compilers = CscLumi.resource_location / "compilers"
full_versions = {
"cce16": "16.0.1",
"cce15": "15.0.1",
Expand Down Expand Up @@ -138,7 +137,7 @@ def cce_compiler_cfg(self, cce_version):
cxx: /opt/cray/pe/cce/{x}/bin/crayCC
f77: /opt/cray/pe/cce/{x}/bin/crayftn
fc: /opt/cray/pe/cce/{x}/bin/crayftn
#flags:
#flags:
operating_system: sles15
target: any
modules: []
Expand All @@ -157,15 +156,15 @@ def cce_compiler_cfg(self, cce_version):

def gcc_compiler_cfg(self, gcc_version):
template = """\
compilers:
compilers:
- compiler:
spec: gcc@{x}
paths:
cc: /opt/cray/pe/gcc/{x}/bin/gcc
cxx: /opt/cray/pe/gcc/{x}/bin/g++
f77: /opt/cray/pe/gcc/{x}/bin/gfortran
fc: /opt/cray/pe/gcc/{x}/bin/gfortran
#flags:
#flags:
operating_system: sles15
target: any
modules: []
Expand All @@ -179,7 +178,7 @@ def gcc_compiler_cfg(self, gcc_version):

def rocm_config(self, rocm_version):
template = """\
packages:
packages:
comgr:
buildable: false
externals:
Expand Down

0 comments on commit 5a127aa

Please sign in to comment.