Skip to content

Commit

Permalink
Merge pull request EESSI#168 from casparvl/update_snellius_config_cpn…
Browse files Browse the repository at this point in the history
…_syntax

Update the syntax for these two tags
  • Loading branch information
smoors authored Aug 8, 2024
2 parents 8d74234 + 8c1f468 commit df29715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/surf_snellius.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
reframe_prefix = os.path.join(os.environ['HOME'], 'reframe_runs')

# Jobs that partially fill multiple nodes are not allowed on the GPU partition
valid_scales_snellius_gpu = [s for s in SCALES if s not in ['1_cpn_2_nodes', '1_cpn_4_nodes']]
valid_scales_snellius_gpu = [s for s in SCALES if s not in ['1cpn_2nodes', '1cpn_4nodes']]

# This is an example configuration file
site_configuration = {
Expand Down

0 comments on commit df29715

Please sign in to comment.