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?
problem on globusrun
Moderators: Global Moderator, Moderator
- kanhere
- Newbie
- Posts: 16
- Joined: Wed Nov 29, 2006 9:46 am
- License Nr.: 208, upgraded to paw
problem on globusrun
Last edited by kanhere on Tue Dec 05, 2006 4:21 am, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
problem on globusrun
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.