ジョブをコンドルに送信するときにコンドルに送信する必要がある 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 ログ ファイルです。
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
これに関するアイデアは評価されます..
ありがとう