I am VENKAT, a learner of VASP,
Actually we are submitting the jobs with a pbs script in queue policy as shown below
#! /bin/bash
#PBS -l nodes=1:ppn=12
#PBS -N WIR_S
#PBS -q short
#PBS -j oe
cd $PBS_O_WORKDIR
cat $PBS_NODEFILE > pbsnodes
mkdir /tmp/WIR_S
mkdir /tmp/WIR_S/TEMP
cp * /tmp/WIR_S/TEMP
cd /tmp/WIR_S/TEMP
count=101
mpirun -np 12 -r ssh /soft/murugan/vasp.mkl.band.x > outfile
cp pbsnodes TEMP.pbsnodes
mv OUTCAR WIR_S.outcar
tar -cjvf WIR_S.tar.bz2 *
mv *.* $PBS_O_WORKDIR
cd ..
rm -rf /tmp/WIR_S/
now how can i change/use your script to test the KPOINTS convergence
please help in this case
looking forward for your reply
Thanks in Advance
]]>Paolo
]]>Altogether if I needed to plot anything I usually just whacked it into spreadsheet and that did it for me; obviously I am not a hardcore plotting guru. I always felt that Mathcad has a better set of capabilities than a normal excel yet this feeling might have just come from the fact that Mathcad has a generally broad grasp on Math rather Excel.
Anyway, this posting is a very interesting reading and it nicely encompasses the advantages as well as shortcomings of Mathematica as well as Mathcad…
Thank you for this article.
CroAxis
]]>Bosse
]]>splot “dataFile1.txt”,”dataFile2.txt”
and that’s all!
For further details and examples, please refer to:
http://gnuplot.sourceforge.net/demo/scatter.html