File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ export NPROC=$(nproc)
66export LIBRARY_PATH=${CONDA_PREFIX} /lib:/usr/local/cuda/lib64
77export LD_LIBRARY_PATH=${CONDA_PREFIX} /lib:/usr/local/cuda/lib64
88
9- git clone https://gitlab.com/ljwoods2 /gromacs.git
9+ git clone https://gitlab.com/heydenlabasu/streaming-md /gromacs.git
1010cd gromacs
11- git checkout imd-v3
11+ git checkout imdv3-sans-tests
1212mkdir build
1313cd build
1414cmake .. \
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ export NPROC=$(nproc)
1212# Setup NAMD
1313git clone https://oauth2:$( cat /run/secrets/NAMD_ACCESS_TOKEN) @gitlab.com/tcbgUIUC/namd.git
1414cd namd
15- git checkout fix_imdv3
1615wget https://github.com/charmplusplus/charm/archive/refs/tags/v8.0.0.tar.gz
1716tar xf v8.0.0.tar.gz
1817cd charm-8.0.0
@@ -32,4 +31,4 @@ cd Linux-x86_64-g++
3231make -j ${NPROC}
3332
3433mkdir /opt/namd-build
35- mv /opt/namd/Linux-x86_64-g++/namd3 /opt/namd-build/
34+ mv /opt/namd/Linux-x86_64-g++/namd3 /opt/namd-build/
You can’t perform that action at this time.
0 commit comments