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

[Condor-users] problem with the dependent files



Hi Everyone,

I have 6 windows connected to each other and a linux machine which is the head node i have a multiple instances of a R job that are submitted to the condor and when i submit these jobs to the condor and files are been shared to every machine i get a message in the error file it says

Error in file(file, "r", encoding = encoding) : 
  cannot open the connection
Calls: source -> file
In addition: Warning message:
In file(file, "r", encoding = encoding) :
  cannot open file 'C:/Sim_Test/New_Test_Case/one.R': No such file or directory
Execution halted


Here is my submit file
************************************************************************************
#test_case

universe = vanilla
Executable = C:\Progra~1\R\R-2.11.1-x64\bin\RScript.exe
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,seven.R
transfer_executable = false

Output = test_case.out
Log = test_case.log
error = test_case.error

input = sim_2.R
arguments = sim_2.R
queue  

input = sim_4.R
arguments = sim_4.R
queue  

input = sim_6.R
arguments = sim_6.R
queue  

input = sim_8.R
arguments = sim_8.R
queue

input = sim_10.R
arguments = sim_10.R
queue  

input = sim_12.R
arguments = sim_12.R
queue  

input = sim_14.R
arguments = sim_14.R
queue  

input = sim_18.R
arguments = sim_18.R
queue  

input = sim_20.R
arguments = sim_20.R
queue  

input = sim_22.R
arguments = sim_22.R
queue
************************************************************************************

can any one tell me what is to be done.

Thanks,