Skip to content

Commit

Permalink
fix typo in command line
Browse files Browse the repository at this point in the history
  • Loading branch information
HubLot authored Jan 4, 2024
1 parent 9d9760a commit ee0b663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gromacs/tests/interface/010_MPI_multi-sim/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ "$1" ]
then
COMMAND=$1
else
COMMAND="mpirun -np 16 -oversubscribe mpirun gmx_mpi_d"
COMMAND="mpirun -np 16 -oversubscribe gmx_mpi_d"
fi

$COMMAND -multidir a b c d -s test.tpr -deffnm test -replex 10 -reseed 376 2>&1 | tee test.out
Expand Down

0 comments on commit ee0b663

Please sign in to comment.