Skip to content

Commit 37cc6d2

Browse files
committed
Merge branch 'master' of https://github.com/eth-cscs/reframe into bugfix/torque_job_completion
2 parents f7b9e49 + bcd85c7 commit 37cc6d2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

cscs-checks/apps/lammps/lammps_check.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,10 +74,10 @@ def __init__(self, scale, variant):
7474
'prod': {
7575
'small': {
7676
'dom:gpu': {'perf': (3132, -0.05, None, 'timesteps/s')},
77-
'daint:gpu': {'perf': (2524, -0.10, None, 'timesteps/s')}
77+
'daint:gpu': {'perf': (2400, -0.40, None, 'timesteps/s')}
7878
},
7979
'large': {
80-
'daint:gpu': {'perf': (2382, -0.50, None, 'timesteps/s')}
80+
'daint:gpu': {'perf': (3260, -0.50, None, 'timesteps/s')}
8181
}
8282
},
8383
}

reframe/frontend/statistics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ def failure_stats(self):
137137
stats_title = 'FAILURE STATISTICS'
138138
stats_end = line_width * '-'
139139
stats_body = []
140-
row_format = "{:<11} {:<5} {}"
141-
stats_hline = row_format.format(11*'-', 5*'-', 60*'-')
140+
row_format = "{:<13} {:<5} {}"
141+
stats_hline = row_format.format(13*'-', 5*'-', 60*'-')
142142
stats_header = row_format.format('Phase', '#', 'Failing test cases')
143143
num_tests = len(self.tasks(current_run))
144144
num_failures = 0

0 commit comments

Comments
 (0)