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 41f8423 commit 46ca10bCopy full SHA for 46ca10b
cscs-checks/microbenchmarks/mpi/halo_exchange/halo_cell_exchange.py
@@ -93,3 +93,12 @@ def __init__(self):
93
94
self.maintainers = ['AJ']
95
self.tags = {'benchmark'}
96
+
97
+ @rfm.run_before('compile')
98
+ def pgi_workaround(self):
99
+ if self.current_system.name in ['daint', 'dom']:
100
+ if self.current_environ.name == 'PrgEnv-pgi':
101
+ self.variables = {
102
+ 'CUDA_HOME': '$CUDATOOLKIT_HOME',
103
+ }
104
0 commit comments