X-Git-Url: https://hackdaworld.org/gitweb/?p=physik%2Fposic.git;a=blobdiff_plain;f=vasp_tools%2Fe_f;fp=vasp_tools%2Fe_f;h=877f66c7ad6f38983859f04add4727cd4d4b8658;hp=0000000000000000000000000000000000000000;hb=a29f0d8f1217a53ac4e1b90e65d24394f7c8967f;hpb=8e2583bfb346f0f054cf0f2ca35f25cd20a6f8d4 diff --git a/vasp_tools/e_f b/vasp_tools/e_f new file mode 100755 index 0000000..877f66c --- /dev/null +++ b/vasp_tools/e_f @@ -0,0 +1,11 @@ +#!/bin/bash + +ready=`grep General\ timing $1/OUTCAR | awk '{ print $1 }'` + +if [ "$ready" = "General" ]; then + echo "$i seems to be finisched ..." +./e_form plain_si_2333_nosym_sp plain_c_2333_nosym_sp $1 +else + echo "$i not yet finished ..." +fi +