Replies: 1 comment 8 replies
-
You can use |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am working on MacOS and installed deepmd-kit via the conda-forge channel with the following:
Everything installs fine, however when running a lammps script, the
lmp_serial
command does not recognize thedeepmd
pair style. How can I fix this?UPDATE:
Tried the command given in the documentation again after deleting the
deepmd
env generated from the above command:conda create -n deepmd deepmd-kit=*=*gpu libdeepmd=*=*gpu lammps cudatoolkit=11.6 horovod -c https://conda.deepmodeling.com -c defaults
but since I am working on MacOS, it cannot find the packages in the
deepmodeling
channel. I have looked through theconda-forge
channel for a version of lammps that supports thedeepmd
pair style, but did not find anything.I have also attempted to use the Docker method, but it is unfamiliar to me and extremely large so my computer slows down significantly when I try to use it.
UPDATE:
Attempted
pip
installation and received the following error:Please help, my entire workflow is halted since we do not have access to our campus linux-based supercomputer. I have to run everything on my MacOS machine locally and none of my LAMMPS simulations will run with the
deepmd
pair style.Beta Was this translation helpful? Give feedback.
All reactions