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

[Condor-users] can't access input files



Hi Everyone,

I have a R job which calls other R files, when I'm submitting this file to the condor I get a error saying that "can't open dependent file with flag 00" no such file or directory found.
can anyone tell me where i went wrong 

here is my submit file
----------------------

#test_Sim_test.sub

universe = vanilla
executable = C:\Program Files\R\R-2.11.1-x64\bin\RScript.exe
Arguments = in.$(Process)

transfer_executable = yes
getenv = true
should_transfer_files = yes
when_to_transfer_output = ON_EXIT
transfer_input_files = one.R,two.R,three.R,four.R,five.R,six.R

input = in.$(Process)
output = out.$(Process)
error = error.$(Process)

log = test_sim_test.log

Queue 5
---------------------------------------------

Thanks,