Skip to content

Commit ce86c6b

Browse files
committed
apply comments
1 parent de067ca commit ce86c6b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devops/scripts/benchmarks/benches/gromacs.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def setup(self):
6969
f"-DCMAKE_C_COMPILER=clang",
7070
f"-DGMX_GPU=SYCL",
7171
f"-DGMX_SYCL_ENABLE_GRAPHS=ON",
72-
f"-DGMX_SYCL_ENABLE_EXPERIMENTAL_SUBMIT_API=ON"
72+
f"-DGMX_SYCL_ENABLE_EXPERIMENTAL_SUBMIT_API=ON",
7373
f"-DGMX_FFT_LIBRARY=MKL",
7474
f"-DGMX_GPU_FFT_LIBRARY=MKL",
7575
f"-DGMX_GPU_NB_CLUSTER_SIZE=8",
@@ -202,7 +202,7 @@ def run(self, env_vars):
202202
label=f"{self.name()}",
203203
value=time,
204204
unit="s",
205-
command=" ".join(map(str, command)),
205+
command=command,
206206
env=env_vars,
207207
stdout=mdrun_output,
208208
git_url=self.suite.git_url(),

0 commit comments

Comments
 (0)