Dear Lammps users and developers,
I just have compiled a GPU version of Lammps on a machine with Intel I9 (60 cores) + one graphic card RTX 5090. Reading some documentation, I understand that this 5090 have about 170 cuda cores. All my jobs started with mpirun
mpirun -np xx lmp -sf gpu -pk gpu 1 -in input >& output &
the maximum value of xx is 60, the number of CPU cores. I know there is a balance between CPU and GPU cores in the execution of the job, but I want to use all the GPU cores available. I read about split option:
split 1 → all GPU cores
When I use this option in the command line, the job never start complained about a parameter in the source file. How to do this? What I am missing?
Thanks