Skip to content

Commit d907aa5

Browse files
authored
Merge pull request #31 from Becksteinlab/update-gmx-url
Update GROMACS and NAMD repository URL in install script
2 parents 5b768d0 + e44e3a1 commit d907aa5

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

docker/common/install_gromacs.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ export NPROC=$(nproc)
66
export LIBRARY_PATH=${CONDA_PREFIX}/lib:/usr/local/cuda/lib64
77
export 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
1010
cd gromacs
11-
git checkout imd-v3
11+
git checkout imdv3-sans-tests
1212
mkdir build
1313
cd build
1414
cmake .. \

docker/namd/install_namd.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export NPROC=$(nproc)
1212
# Setup NAMD
1313
git clone https://oauth2:$(cat /run/secrets/NAMD_ACCESS_TOKEN)@gitlab.com/tcbgUIUC/namd.git
1414
cd namd
15-
git checkout fix_imdv3
1615
wget https://github.com/charmplusplus/charm/archive/refs/tags/v8.0.0.tar.gz
1716
tar xf v8.0.0.tar.gz
1817
cd charm-8.0.0
@@ -32,4 +31,4 @@ cd Linux-x86_64-g++
3231
make -j ${NPROC}
3332

3433
mkdir /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/

0 commit comments

Comments
 (0)