Search found 4 matches

by xulijun
Fri Dec 23, 2011 10:02 am
Forum: VTSTTools
Topic: AKMC script
Replies: 4
Views: 15354

Re: AKMC script

Hi, akmc_submit.pl should return a digital job ID, which you can use to check your job status. in your case, you also need to make more changes to force akmc_submit.pl to print nothing but 13038 Your scirpt should look like this: see the difference in "$jobID=substr($line[2], 1, -1);" if(-...
by xulijun
Wed Dec 21, 2011 6:31 pm
Forum: VTSTTools
Topic: AKMC script
Replies: 4
Views: 15354

Re: AKMC script

Hi, the akmc_submit.pl script should return a digital job ID only. Please try using akmc_submit.pl to manually submit a job and make sure only a digital job ID is the only output if a job is submitted successfully. In your case, the job was submitted, but jobid was not captured by akmc.pl, so no wri...
by xulijun
Thu Apr 03, 2008 5:45 am
Forum: VTSTTools
Topic: problem with aKMC run
Replies: 4
Views: 11020

Re: problem with aKMC run

it seems that you are using the old akmc script. Try to update your vtstscripts.
you also need to check if you have compiled the Vasp with the most recent vtstcodes.
by xulijun
Tue Apr 01, 2008 12:34 am
Forum: VTSTTools
Topic: problem with aKMC run
Replies: 4
Views: 11020

Re: problem with aKMC run

I suggest you try to run an independent job with your submission script to see if the script is correct. If not, check with the guy in charge of VASP maintenance on PNNL.