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

Re: [Condor-users] problem with the dependent files



Where is this path coming from?

C:/Sim_Test/New_Test_Case/

Is it from the condor_config on the machines?

Directories in the condor_config usually need to exist.... but you only have to do this once when you install condor.

- Erik

On Tue, Dec 14, 2010 at 1:52 PM, Shruti Mudra <shruti.mudra@xxxxxxxxx> wrote:
Hi  Erik,

yes, I manually created the directory on every machine and when i submit the jobs they are running only on 3 machines (2 jobs on each machine) .and on other machine i had to manually submit the jobs.instead of creating the directory on every machine is there any simple method to do this?

Thanks,

Shruti


From: Erik Aronesty <erik@xxxxxxx>
To: shruti.mudra <shruti.mudra@xxxxxxxxx>
Sent: Tue, 14 December, 2010 3:14:25 AM
Subject: Re: [Condor-users] problem with the dependent files

I'm not sure what the error is but some questions:

Is this directory on every machine?
C:/Sim_Test/New_Test_Case/

Do you have any entri
es in the log regarding the job id?

On Tue, Dec 14, 2010 at 1:01 AM, Shruti Mudra <shruti.mudra@xxxxxxxxx> wrote:
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,




_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/