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

[Condor-users] problem with transfer_input_files



Hi Everyone,

I have 6 window machines connected to each other, I have set of functions needed for my simulation to run in a separate folder on one of my machines and when I try to transfer these functions on the executing machine I get a error saying No such or directory found. Can anyone tell me how to solve this problem.
 
Here is my submit file
 
# Submit file for combining the output
universe = vanilla
Executable = C:\Progra~1\R\R-2.11.1-x64\bin\Rscript.exe
getenv = true
transfer_input_files=sim3_1_400.txt,sim3_401_800.txt,sim3_801_1200.txt,sim3_1201_1600.txt,sim3_1601_2000.txt,sim3_2001_2400.txt,sim3_2401_2800.txt,sim3_2801_3200.txt,sim3_3201_3600.txt,sim3_3601_4000.txt
when_to_transfer_output = ON_EXIT
transfer_executable = false
Output = sim_boot_omega_3_Combine.out
Log = sim_boot_omega_3_Combine.log
error = sim_boot_omega_3_Combine.error
Requirements = TARGET.UidDomain == "omegalab.odu.edu" && \
TARGET.FileSystemDomain == "omegalab.odu.edu"
input = combine_output_files.R
arguments = combine_output_files.R
queue
 
Thanks,
 
Shruti.