A little question about fix ave/Chunk

Dear all
When I counted the average, I used the fix ave/chunk command, Nevery Nrepeat and other parameters as shown in the photo. According to the LAMMPS manual, the profile file should have output, but actually it did not. Is there a problem in my understanding of this command, or is there a bug

Thanks.

Hello,

Its probably because you need to reset the timestep before calling fix ave/chunk using:

reset_timestep 0

Best,
Simon

ps: using Nevery = 1 is usually an overkill

Dear Simon
Thank you very much. With your help, I have solved the problem
Best wishes,
Walker