当我向condor提交作业时,我有一组应该提交给神鹰的R作业,它们没有运行,当我检查Sched Log文件时,作业正在退出,状态码为10.可以有人解释这意味着什么?
这是我的提交文件:
# Submit file for combining the output
universe = vanilla
Executable = C:\Progra~1\R\R-2.11.1-x64\bin\Rscript.exe
getenv = true
transfer_executable = true
Output = AddTwo.out
Log = AddTwo.log
error = AddTwo.error
input = AddTwo.R
arguments = AddTwo.R
queue
这是我的Sched Log文件:
04/21 16:20:06 IWD: C:\condor\execute\dir_280
04/21 16:20:06 Input file: C:\condor\execute\dir_280\AddTwo.R
04/21 16:20:06 Output file: C:\condor\execute\dir_280\AddTwo.out
04/21 16:20:06 Error file: C:\condor\execute\dir_280\AddTwo.error
04/21 16:20:06 Renice expr "10" evaluated to 10
04/21 16:20:06 About to exec C:\condor\execute\dir_280\condor_exec.exe
sim_boot_omega_3_1_3.R
04/21 16:20:06 Create_Process succeeded, pid=2644
04/21 16:20:06 Process exited, pid=2644, status=10
任何关于此的想法都是受到尊重的。
由于
答案 0 :(得分:0)
我的提交脚本看起来几乎就是这样,除了我有
transfer_executable = FALSE
这样Condor就不会将它复制到执行目录中。