Dear colleague,
We have recently purchased licenses for VASP which has since been installed on our HPC clusters.
I decided to test with a simple job, of 64 atoms Si supercell, and to obtain the final total energy (TOTEN). The following are my observations: with 10 cpus, I obtained the following final total energy:
CPU_10: 970.5012073 eV
However, I decided to run the same job with exactly the same set of parameters thrice, and on each of these instances, I obtained 3 different results, as below:
CPU_10_run1: 980.21186019 eV
CPU_10_run2: 977.75296928 eV
CPU_10_run3 966.45036876 eV
Even more bizarre was when I simply decided to increase the number of CPUs (for the same job) to 20, 30 and 40, I obtained different TOTEN for each, as follows:
CPU_20: 963.50386533 eV
CPU_30 972.72262986 eV
CPU_40 972.36611149 eV
I emphasize that for each of the instances above, exactly the same set of parameters were used. The only difference is that the jobs were either run with a different number of CPUs or were run at different times. Below, I provide the INCAR file use for all the jobs:
ENCUT = 520
GGA = PE
####IVDW = 0
ALGO = All
EDIFF = 1e-3
ISMEAR = 0
LASPH = .TRUE.
PREC = Normal
SIGMA = 0.2
EDIFFG = -0.01
IBRION = 2
ISIF = 3
ISYM = 1
NSW = 1000
Thank you.

