Replies: 1 comment
|
The enabled PLUMED modules are determined when the PLUMED binary package is built, not by the If the conda-forge module set is insufficient, the reliable route is:
Alternatively, maintain a custom conda PLUMED/LAMMPS recipe with the requested module set. Reinstalling Coding agent: Codex |
Uh oh!
There was an error while loading. Please reload this page.
Dear developers,
When I use the old installation command for an A800 GPU, all PLUMED modules are enabled. However, when I use the latest conda installation command for an H100 GPU, some modules are turned off. How can I install deepmd-kit with conda while ensuring that all PLUMED functions are enabled?
old command:
conda create -n deepmd deepmd-kit=2.2.9=*cpu libdeepmd=2.2.9=*cpu lammps horovod -c https://conda.deepmodeling.com -c defaults
new command:
conda create -n deepmd deepmd-kit lammps horovod -c conda-forge
Thanks for your time.
Xiangyang
All reactions