We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d295da7 + f9d1a7c commit a15e70cCopy full SHA for a15e70c
docker/common/install_lammps.sh
@@ -8,9 +8,9 @@ export LIBRARY_PATH=${CONDA_PREFIX}/lib:/usr/local/cuda/lib64
8
export LD_LIBRARY_PATH=${CONDA_PREFIX}/lib:/usr/local/cuda/lib64
9
10
# Setup LAMMPS
11
-git clone https://github.com/ljwoods2/lammps.git
+git clone https://github.com/lammps/lammps.git
12
cd lammps
13
-git checkout imd-v3-integration
+git checkout develop
14
mkdir build
15
cd build
16
cmake ../cmake/ \
0 commit comments