Skip to content

Commit be76a6a

Browse files
committed
Update: README with gmx GL tag
1 parent 301c1aa commit be76a6a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,13 @@ docker run -v /path/to/input/files:/home/conda:rw --runtime=nvidia --gpus=all -p
179179

180180
#### From source
181181

182-
The modified codes are available in [this GROMACS fork](https://gitlab.com/heydenlabasu/streaming-md/gromacs).
182+
The modified codes are available in [this GROMACS fork](https://gitlab.com/heydenlabasu/streaming-md/gromacs/-/tags/imdv3-sans-tests).
183183

184184
First, clone in the repo:
185185
```bash
186186
git clone https://gitlab.com/heydenlabasu/streaming-md/gromacs
187-
git checkout imd-v3
187+
cd gromacs
188+
git checkout tags/imdv3-sans-tests
188189
```
189190

190191
For build instructions, see the [GROMACS installation instructions](https://manual.gromacs.org/documentation/current/install-guide/index.html)

0 commit comments

Comments
 (0)