Displaying 1 result from an estimated 1 matches for "condor_submit".
2008 Apr 24
1
R and condor
...ne executable to make sure that runs OK, but even then I'm not sure where I would go next. I have exhausted local advice on the matter.
For what it's worth, the condor script (and the even simpler R script) I'm working with at the moment are here:
Condor script file (submitted using condor_submit):
## condor script starts here:
Universe = vanilla
Executable = C:\Program Files\R\R-2.5.1\bin\Rterm.exe
Getenv = true
Arguments = vanilla
Input = test0.R
Error = test0.err
Log = test0.log
Output = test.out
Queue
## R script file (test0.R)
pdf("test1.pdf", width = 6, height = 6)
plot(c...