Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions checks/apps/gromacs/gromacs_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ def validate_test(self):
@rfm.simple_test
class gromacs_run_test(rfm.RunOnlyRegressionTest):
executable = './mps-wrapper.sh -- gmx_mpi mdrun -s topol.tpr'
executable_opts = ['-dlb no', '-ntomp 32', '-pme gpu', '-npme 1', '-bonded
gpu', '-nb gpu', '-nsteps 10000', '-update gpu', '-pin
off', '-v', '-noconfout', '-nstlist 300']
executable_opts = ['-dlb no', '-ntomp 32', '-pme gpu', '-npme 1',
'-bonded gpu', '-nb gpu', '-nsteps 10000', '-update gpu',
'-pin off', '-v', '-noconfout', '-nstlist 300']
maintainers = ['SSA']
valid_systems = ['*']
test_name = variable(str, value='STMV')
Expand Down