Skip to content

Commit c7e46f5

Browse files
committed
Fix pep8speaks comments
1 parent 46ca10b commit c7e46f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

cscs-checks/microbenchmarks/mpi/halo_exchange/halo_cell_exchange.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,5 @@ def pgi_workaround(self):
9999
if self.current_system.name in ['daint', 'dom']:
100100
if self.current_environ.name == 'PrgEnv-pgi':
101101
self.variables = {
102-
'CUDA_HOME': '$CUDATOOLKIT_HOME',
102+
'CUDA_HOME': '$CUDATOOLKIT_HOME',
103103
}
104-

0 commit comments

Comments
 (0)