Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
august-knox committed Feb 5, 2025
1 parent 736a005 commit 738e3e6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions systems/csc-lumi/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class CscLumi(System):
def initialize(self):
super().initialize()

sys_variables= {
sys_variables = {
"sys_cores_per_node": 64,
"sys_gpus_per_node": 8,
"sys_mem_per_node": 512,
Expand All @@ -49,7 +49,6 @@ def system_specific_variables(self):
"gtl_flag": "''",
}


def external_pkg_configs(self):
externals = CscLumi.resource_location / "externals"

Expand Down

0 comments on commit 738e3e6

Please sign in to comment.