Dear Lammps users,
I am running a lammps calculation in which I use a loop variable to run 52316 calculations with the same script (see attached input file). I use Version 2014_01_10. The idea is that I want to remove one oxygen atom from my system, optimize its structure, get the energy and repeat this for all the 52316 oxygen atoms present in my system. I have run this type of calculations routinely and never had a problem… till now!
What seems to happen is that lammps somehow looses count of the loop variable, i.e. it is running, say, iteration 13881 and then the next value is 12, rather than 13882. See output below:
Increment via next: value 13877 on partition 11
Increment via next: value 13878 on partition 26
Increment via next: value 13879 on partition 10
Increment via next: value 13880 on partition 3
Increment via next: value 13881 on partition 15
Increment via next: value 12 on partition 31
Increment via next: value 13 on partition 21
Increment via next: value 14 on partition 8
Increment via next: value 15 on partition 27
Increment via next: value 16 on partition 25
I am not sure why this is happening… I never had this problem before and I have run several such calculations.
Any idea?
Thanks,
D