Skip to content

Commit a15e70c

Browse files
authored
Merge pull request #27 from Becksteinlab/update-lammps-branch
Update install_lammps.sh with develop branch
2 parents d295da7 + f9d1a7c commit a15e70c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/common/install_lammps.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ export LIBRARY_PATH=${CONDA_PREFIX}/lib:/usr/local/cuda/lib64
88
export LD_LIBRARY_PATH=${CONDA_PREFIX}/lib:/usr/local/cuda/lib64
99

1010
# Setup LAMMPS
11-
git clone https://github.com/ljwoods2/lammps.git
11+
git clone https://github.com/lammps/lammps.git
1212
cd lammps
13-
git checkout imd-v3-integration
13+
git checkout develop
1414
mkdir build
1515
cd build
1616
cmake ../cmake/ \

0 commit comments

Comments
 (0)