Replies: 1 comment 5 replies
-
Do you use cpus or gpus? GPU version + mpi will try to use multiple GPUs. Do you use the mpi installed by conda? |
Beta Was this translation helpful? Give feedback.
5 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.
-
Hi
I'm running lammps with the dp potential on Ubuntu16.04. my CPU is amd 3960x and GPU is 2080ti
I tried to use openmpi and mpich to perform multicore simulation by running mpirun -np 4 lmp -in in.lmp
I tried reinstall my system and install deepmd with conda (which will install mpich3.3 by default) to make sure my system is clean and no conflict of openmpi and mpich.
I tried to use larger system up to 3000 atoms, however, using mpirun still didn't speed up the simulation.
Could you give me some suggestion of where the problem is? Thank you
Beta Was this translation helpful? Give feedback.
All reactions