problem on globusrun

Queries about input and output files, running specific calculations, etc.


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
User avatar
kanhere
Newbie
Newbie
Posts: 16
Joined: Wed Nov 29, 2006 9:46 am
License Nr.: 208, upgraded to paw

problem on globusrun

#1 Post by kanhere » Tue Dec 05, 2006 4:21 am

friends,
i am facing a problem while trying ti run vasp on globusrun:
my rsl file is:
& (executable=$(GLOBUSRUN_GASS_URL)/home/garuda/rudra/stat-vasp/vasp/vasp.4.6.21/vasp)
(count=1)
(arguments=$(GLOBUSRUN_GASS_URL)/home/garuda/rudra/)
(stdout=$(GLOBUSRUN_GASS_URL)/home/garuda/rudra/vaspout)
(stderr=$(GLOBUSRUN_GASS_URL)/home/garuda/rudra/vasperr)

and i am using the command
$ globusrun -w -s -r xn00.npsf.cdac.ernet.in -f vasp.rsl

which is yeildin the error:
vasp.4.6.21 13Feb03 gamma-only
ERROR: the following files does not exist POSCAR


can anyi help me to fix this error? :(
Last edited by kanhere on Tue Dec 05, 2006 4:21 am, edited 1 time in total.

admin
Administrator
Administrator
Posts: 2921
Joined: Tue Aug 03, 2004 8:18 am
License Nr.: 458

problem on globusrun

#2 Post by admin » Tue Dec 05, 2006 2:36 pm

I have no experience at all with globusrun, but the error message indicates that POSCAR was not found in the working directory of your job (i.e. the directory where vasp starts from). Please check whether it (and all the other input files that vasp needs) has to be copied or linked explicitely to that directory
Last edited by admin on Tue Dec 05, 2006 2:36 pm, edited 1 time in total.

Post Reply