Closed MislavSag closed 1 year ago
I am closing this issue. This is not package problem. R is installed inside apptainer image and there is a problem with binding paths that contain qsub
command.
Admins installed R on the cluster, so I will try to call R inside apptainer with qsub...
I have tried to use batchtools with mlr3batchmark to benchmark my (task,resampling,learners) grid.
The cluster I am trying to run the script uses PBS Pro.
I have developed simple template:
and here is R code (only releveant snippet):
After the last command (
submitJobs
) I got an error - qsub comamnd doesn't exist (127).It seems to me the problem appears because I use R script inside apptainer image. Probbaly, the line
should be
apptainer exec image.sif Rscript -e 'batchtools::doJobCollection("<%= uri %>")'
, but it doesn;t work that way eitherWhat would you recommend ?