[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] outputting to a file within a folder.



Hi,

I am trying to submit using the folowing description file :

# testing condor_submit

universe = vanilla
executable = test.bat
input = test.py
output = output\test.out
log = test.log

queue

and getting this error:

ERROR: Can't open "D:\workspace\practical condor\gui\src\output\test.out"  with
flags 01401

When I set output = test.out, I get the required output. But when its within a
folder it doesn't work. The folder already exists in the current directory when
I try to submit.

What am I doing wrong?

[I am using Condor 6.6.11 on XP]