Replies: 1 comment 3 replies
-
You can execute `conda list` to check whether the same version was installed into two machines.
… On Jan 21, 2022, at 09:36, xn-huang ***@***.***> wrote:
Hello. I met some problems in the installation and running of the latest deepmd-kit.
I used the same command [conda create -n deepmd deepmd-kit=*=cpu libdeepmd==*cpu lammps-dp -c https://conda.deepmodeling.org] to install the latest deepmd-kit in two supercomputing clusters. One with the system of [OS: Linux "CentOS Linux 7 (Core)" 3.10.0-862.14.4.el7] can run lammps using dp potential normally, but the other with the system of [OS: Linux "Red Hat Enterprise Linux Server 7.3 (Maipo)" 3.10] can't. And the error is "ERROR: Unrecognized pair style 'deepmd' (src/force.cpp:278)".
Is it due to the different system? How to fix it?
In the supercomputing cluster where lammps deepmd package works normally, I trained a potential and it can be used in lammps. But when I used the potential trained by others using deepmd v2.0.3, error occurred as follows: Invalid argument: Tensor fitting_attr/dfparam:0, specified in either f or fetch_devices was not found in the Graph terminate called after throwing an instance of 'deepmd::tf_exception' what(): std::exception Aborted.
I am wondering why potentials are incompatible and how to fix the problem.
Thanks
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
Beta Was this translation helpful? Give feedback.
3 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.
-
Hello. I met some problems in the installation and running of the latest deepmd-kit.
I used the same command [conda create -n deepmd deepmd-kit=*=cpu libdeepmd==*cpu lammps-dp -c https://conda.deepmodeling.org] to install the latest deepmd-kit in two supercomputing clusters. One with the system of [OS: Linux "CentOS Linux 7 (Core)" 3.10.0-862.14.4.el7] can run lammps using dp potential normally, but the other with the system of [OS: Linux "Red Hat Enterprise Linux Server 7.3 (Maipo)" 3.10] can't. And the error is "ERROR: Unrecognized pair style 'deepmd' (src/force.cpp:278)".
Is it due to the different system? How to fix it?
In the supercomputing cluster where lammps deepmd package works normally, I trained a potential and it can be used in lammps. But when I used the potential trained by others using deepmd v2.0.3, error occurred as follows: Invalid argument: Tensor fitting_attr/dfparam:0, specified in either f or fetch_devices was not found in the Graph terminate called after throwing an instance of 'deepmd::tf_exception' what(): std::exception Aborted.
I am wondering why potentials are incompatible and how to fix the problem.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions