Skip to content

Commit 4d9e3b2

Browse files
committed
no parenthesis
1 parent c793abb commit 4d9e3b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cscs-checks/mch/automatic_arrays_acc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __init__(self):
5050
@run_before('compile')
5151
def setflags(self):
5252
if self.current_system.name in ['daint', 'dom']:
53-
if (not self.current_environ.name.startswith('PrgEnv-nvidia')):
53+
if not self.current_environ.name.startswith('PrgEnv-nvidia'):
5454
self.modules = ['craype-accel-nvidia60']
5555
else:
5656
self.build_system.fflags += ['-acc', '-ta=tesla,cc60',

0 commit comments

Comments
 (0)