Skip to content

Commit

Permalink
corrects the command line for lammps example
Browse files Browse the repository at this point in the history
  • Loading branch information
SinaMostafanejad committed Aug 23, 2023
1 parent 826fd38 commit f5a762e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/compchem/lammps_example.rst
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ the job execution.

.. code-block:: bash
docker run --rm -w /home -v $(pwd):/home molssi/lammps-mamba141:latest /bin/bash -c /bin/bash -c "lmp_serial -in in.lj -l log.out"
docker run --rm -w /home -v $(pwd):/home molssi/lammps-mamba141:latest /bin/bash -c "lmp_serial -in in.lj -l log.out"
or

Expand Down

0 comments on commit f5a762e

Please sign in to comment.