Skip to content

Commit

Permalink
Fixed error
Browse files Browse the repository at this point in the history
  • Loading branch information
Crivella committed Sep 23, 2024
1 parent 9aeeb99 commit da17ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eessi/testsuite/tests/apps/MetalWalls.py
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def skip_max_corecnt(self):
max_corecnt = 256
self.skip_if(
self.num_tasks > max_corecnt,
f'Number of tasks per node {self.num_tasks} exceeds maximum core count {max_corecnt} for {self.bench_name}'
f'Number of tasks per node {self.num_tasks} exceeds maximum core count {max_corecnt} for {self.benchmark_info[0]}'
)

@run_after('setup')
Expand Down

0 comments on commit da17ec8

Please sign in to comment.