Skip to content

Commit 372caf0

Browse files
author
Theofilos Manitaras
authored
Merge pull request #270 from Blanca-Fuentes/fix_gromacs
Fix SyntaxError
2 parents bdb7598 + 7d49ab6 commit 372caf0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

checks/apps/gromacs/gromacs_check.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ def validate_test(self):
106106
@rfm.simple_test
107107
class gromacs_run_test(rfm.RunOnlyRegressionTest):
108108
executable = './mps-wrapper.sh -- gmx_mpi mdrun -s topol.tpr'
109-
executable_opts = ['-dlb no', '-ntomp 32', '-pme gpu', '-npme 1', '-bonded
110-
gpu', '-nb gpu', '-nsteps 10000', '-update gpu', '-pin
111-
off', '-v', '-noconfout', '-nstlist 300']
109+
executable_opts = ['-dlb no', '-ntomp 32', '-pme gpu', '-npme 1',
110+
'-bonded gpu', '-nb gpu', '-nsteps 10000', '-update gpu',
111+
'-pin off', '-v', '-noconfout', '-nstlist 300']
112112
maintainers = ['SSA']
113113
valid_systems = ['*']
114114
test_name = variable(str, value='STMV')

0 commit comments

Comments
 (0)