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 6b811bc commit 125ebb3Copy full SHA for 125ebb3
cscs-checks/microbenchmarks/gpu/spec-accel/spec.py
@@ -69,7 +69,7 @@ def setup_per_env(self):
69
envname = self.current_environ.name
70
self.prerun_cmds = [
71
f'source ./shrc',
72
- f'mv {self.configs[envname] config'
+ f'mv {self.configs[envname]} config'
73
]
74
self.executable_opts = [
75
f'--config={self.configs[envname]}', '--platform NVIDIA',
0 commit comments