We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60bbeeb commit 0b10442Copy full SHA for 0b10442
cscs-checks/prgenv/openacc_checks.py
@@ -8,10 +8,11 @@ def __init__(self, num_tasks):
8
super().__init__()
9
if num_tasks == 1:
10
self.name = 'openacc_fortran_check'
11
+ self.descr = 'OpenACC Fortran check'
12
else:
13
self.name = 'openacc_mpi_fortran_check'
14
+ self.descr = 'OpenACC+MPI Fortran check'
15
- self.descr = self.name
16
self.valid_systems = ['daint:gpu', 'dom:gpu', 'kesch:cn']
17
self.valid_prog_environs = ['PrgEnv-cray', 'PrgEnv-pgi']
18
self.num_tasks = num_tasks
0 commit comments