Skip to content

Commit

Permalink
Add mdimechanic build command
Browse files Browse the repository at this point in the history
  • Loading branch information
janash committed May 7, 2024
1 parent 478a87c commit e0c56b2
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions driver_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,19 @@ lmp -mdi "-role ENGINE -name LAMMPS -method TCP -port 8021 -hostname ani-tutoria
This is a launch command for LAMMPS.
If you've used LAMMPS before, you will recognize this as the command to run a LAMMPS simulation with an additional flag `-mdi` that tells LAMMPS to connect to the MDI driver.

The first time you use this repository, you will need to run `mdimechanic build`

````{tab-set}
```{tab-item} shell
:::{code-block} shell
mdimechanic build
:::
```
````

To confirm that your set up is correct, you can run the following command:

````{tab-set}
Expand Down

0 comments on commit e0c56b2

Please sign in to comment.