gunzip <bench.Hg.tar.gz | tar -xvf -directory_where_VASP_resides/vasp # this command will take 4-60 minutes grep LOOP+ OUTCAR 基准测试需要 50 MBytes,耗时 4-60 分钟。最好在机器空闲时运行测试,但如果机器不处于空闲状态,结果也是可用的。请注意,LOOP+ 的最后一个典型值显示在第 3.8 节中。运...
vasp loop 循环#!/bin/sh for i in 0.72 0.74 0.76 0.78 0.80 do cat >POSCAR <<! SYSTEM = H2 $i 1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0 2 direct 0.000 0.000 0.000 1.000 0.000 0.000 ! vasp-p E=`grep "TOTEM" OUTCAR | tail -1 | awk '{printf "%12.6f \n", $5 }'`...
gunzip <bench.Hg.tar.gz | tar -xvf -directory_where_VASP_resides/vasp # this command will take 4-60 minutes grep LOOP+ OUTCAR 基准测试需要 50 MBytes,耗时 4-60 分钟。最好在机器空闲时运行测试,但如果机器不处于空闲状态,结果也是可用的。请注意,LOOP+ 的最后一个典型值显示在第 3.8 节中。运...
查看每一个电子步以及离子步花去的时间grep LOOP OUTCAR 查看有无收敛,使用命令grep required OUTCAR OSZICAR OSZICAR——优化过程中自洽循环的每一步所对应的能量(包括收敛速度和当前运行时间步信息) N-电子时间步(循环次数) 150 F : 150表示一共跑了150个离子步,而这个第150步跑了有6个电子步 E-体系总能...
vasploop循环 计算 氢分子的键长 #!/bin/sh for i in 0.72 0.74 0.76 0.78 0.80 do cat >POSCAR <<! SYSTEM = H2 $i 1.0 0.0 0.0 0.0 1.0 0.0 0.0 0.0 1.0 2 direct 0.000 0.000 0.000 1.000 0.000 0.000 ! vasp-p E=`grep "TOTEM" OUTCAR | tail -1 | awk '{printf "%12.6f \", $5 ...
grep LOOP OUTCAR 可以给出每一个电子步以及离子步花去的时间 如果打开ISPIN=2, LORBIT=11那么就可以在接近末尾的地方得到每个原子的磁矩贡献,比OSZICAR里的磁矩信息更准确 末尾给出本次计算所用的内存,所用的时间 所以就可以使用tail OUTCAR (OUTCAR是vasp的主要输出文件), 这个命令用以查看文件最后面的几行,...
LOOP+: cpu time 445.6568: real time 442.0529 (同样77个电子步)GPU是用gam版跑的,...
EDIFF = 1E-6# global break condition for the electronic SC-loop NELMIN = 5# specifies the minimum number of electronic SCF steps. NELM = 300# maximum number of electronic SC (selfconsistency) steps GGA = PE# type of generalized-gradient...
正确理解javascript中的Event loop机制 这两个星期一直在想着写一篇关于javascript中event Loop的文章。自从写完上一篇《Javascript捕捉(capturing)与冒泡(bubbling)的区别》之后,我抛出了一个问题。当时的我对event loop的概念还很模糊,只是觉得这个问题隐隐约约跟它有关系。我当然不能放下这个问题太久,太久了就会忘记自...
The initialization time , on the other hand, is the difference between the total time reported in VASP as Elapsed time and LOOP+. There is a slight error in such a projection as the first iterations take a little longer due to instances such as one-time allocations. However, the error ...