File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
184184First, clone in the repo:
185185``` bash
186186git 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
190191For build instructions, see the [ GROMACS installation instructions] ( https://manual.gromacs.org/documentation/current/install-guide/index.html )
You can’t perform that action at this time.
0 commit comments