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

[Condor-users] R & Condor



Bonjour,

I try to run a condor job doing R without success.
I have installed R on several nodes.
My condor job is :

------------------------------------
Universe        = vanilla
Executable      = /usr/bin/R
Getenv = TRUE
+RJob = TRUE
Arguments       = --vanilla --no-readline
Input           = Rate_batch_toy.R
Output          = Rate_batch_toy.Rout
Error           = Rate_batch_toy.Rerror
Rank = (Machine == "xxxx.univ-orleans.fr" || Machine == "xxxx.univ-orleans.fr" || etc... )
Log            = foo.log
Notification = always
Queue
--------------------------------------

but it doesnt work.
Have you an idee?

Cordialement,
Mathias Lambeau