-
I tried to submit the job by shell on local machine. The CPU usage is quite low somehow. The lammps log file shows:
The VASP OUTCAR shows:
The above information suggests the task did't make full use of CPU resources. The parameters in my machine.json file is:
At the meantime I have set the environment variables according to the manual as:
I tried to add "mpirun -np 56" in machine.json before each command and that did not solve the problem: the number of threads would increase while the cpu usage of each thread would drop to 0.9%. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
If you are running multiple tasks simultaneously, do not use all the resources for each task. To run only one task at a time, set |
Beta Was this translation helpful? Give feedback.
If you are running multiple tasks simultaneously, do not use all the resources for each task. To run only one task at a time, set
group_size
to0
.