Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] outputting to a file within a folder.
- Date: Sat, 26 May 2007 07:59:10 +0000 (UTC)
- From: simon kagwe <simonkagwe@xxxxxxxxx>
- Subject: [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]