[gpumd] weird results from using multiple compute commands

  • From: "소순성" <soonsung2001@xxxxxxxxxx>
  • To: <gpumd@xxxxxxxxxxxxx>
  • Date: Wed, 18 Nov 2020 11:12:32 +0900

Hi, Fan
Thank you for GPUMD development and I have a question today.

When I apply the 'compute' command such as

compute      0 100 1000 temperature
compute      1 100 1000 force

with different grouping method in xyz.in
(in xyz.in file, I set the grouping method 0 for x-direction having n-groups 
and grouping method 1 for y-direction having m-groups)

In this case,I expected to have the compute.out file with n-column of 
temperature information and m-column of force information
but unfortunately, I found that the compute.out file I got consists of  
m-column of temperature information and m-column of force information 
as if it followed the rule for 'compute      1 100 1000 force' command on the 
whole.

Is it just error? 
How can I get the temperature information from grouping method 0 and force 
information from grouping method simultaneously? 
 

Other related posts: