Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Crivella committed May 24, 2024
1 parent 2bd12b1 commit 58a716d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions config/vsc_hortense.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
from reframe.core.backends import register_launcher
from reframe.core.launchers import JobLauncher

from eessi.testsuite.common_config import common_logging_config, common_general_config, common_eessi_init
from eessi.testsuite.common_config import (common_eessi_init,
common_general_config,
common_logging_config)
from eessi.testsuite.constants import * # noqa: F403

account = "my-slurm-account"
Expand Down Expand Up @@ -56,8 +58,8 @@ def command(self, job):
] + list(SCALES.keys()),
'extras': {
# Make sure to round down, otherwise a job might ask for more mem than is available
# per node
'mem_per_node': 256.000 # in GiB (should be checked, its unclear from slurm.conf)
# per node
'mem_per_node': 256.000 # in GiB (should be checked, its unclear from slurm.conf)
},
},
{
Expand Down

0 comments on commit 58a716d

Please sign in to comment.