Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] Problem running jobs on Windows
- Date: Fri, 17 Mar 2006 14:58:58 +0200
- From: "Genady Zaslavsky" <genadyz@xxxxxxxxx>
- Subject: [Condor-users] Problem running jobs on Windows
Hello All,
I have personal Condor with WINNT51 OpSys .
Whenever I am trying to execute job that should transfer files it refuses to run and
I recieve following message when I run "condor_q -analyze" :
match, match , but reject the job for unknown reason .
I use following submit file :
universe = vanilla
Requirements = (Arch =="Intel" && OpSys == "WINNT51")
executable = gar.exe
output = output.txt
error = job_error.txt
log = job_log.txt
initialdir = job.$(Process)
transfer_input_files = input.txt
should_transfer_files = YES
when_to_transfer_output = ON_EXIT
queue 3
Please advise ,
What is the problem or what I am doing wrong
Thanks