Skip to content

Commit 0b10442

Browse files
author
Vasileios Karakasis
committed
Add a more human-friendly description
1 parent 60bbeeb commit 0b10442

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cscs-checks/prgenv/openacc_checks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@ def __init__(self, num_tasks):
88
super().__init__()
99
if num_tasks == 1:
1010
self.name = 'openacc_fortran_check'
11+
self.descr = 'OpenACC Fortran check'
1112
else:
1213
self.name = 'openacc_mpi_fortran_check'
14+
self.descr = 'OpenACC+MPI Fortran check'
1315

14-
self.descr = self.name
1516
self.valid_systems = ['daint:gpu', 'dom:gpu', 'kesch:cn']
1617
self.valid_prog_environs = ['PrgEnv-cray', 'PrgEnv-pgi']
1718
self.num_tasks = num_tasks

0 commit comments

Comments
 (0)