# NOT RUN {
qsub_config <- create_qsub_config(
remote = "myserver",
local_tmp_path = "/home/myuser/workspace/.r2gridengine",
remote_tmp_path = "/scratch/myuser/.r2gridengine"
)
set_default_qsub_config(qsub_config, permanent = T)
qsub_lapply(1:10, function(x) x + 1)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab