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

Re: [Condor-users] problem with submit file



Hi Shruti,
 Make sure that you are able to execute your program manually. Seems like Condor is trying to copy back an output file that was not produced by your program. Also, what does the error log say??
Regards, 
Shahaan

On 24/10/2010, at 2:40 PM, Shruti Mudra <shruti.mudra@xxxxxxxxx> wrote:

Hi Everyone,

I have a program that runs 100 stimulations and it calls other functions which are written in separate files.I'm facing a problem while submitting this file to the condor,
The error i'm getting immediately after submission is 
Can't open "C:\ccccc\Desktop\new_sim\one.R" flags 00 "NoFile or directory found"

I shared the 
Here is my Submit file
*********************************************************************
#test_case.sub

universe = vanilla
Executable = RBatch.bat
arguments= main_program.R
getenv = true

input = main_program.R

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_Sim_out.out
Log = test_Sim_log.log
error = test_Sim_err.error

queue                         
 *************************************************************************************** 
where RBatch.bat is
****************************************************************************************
set PATH=C:\Program Files\R\R-2.11.1-x64\bin
Rscript.exe --vanilla %1
****************************************************************************************
can anyone tell me what might be problem. 

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/