-
We've had various discussions about how to provide better support for long-running jobs.
To me it seems that by making use of batchJobs, and particularly its waitForJobs function,
we should be able to…
-
A number of batch systems allow fine and standardized job control via the DRMAA interface http://www.drmaa.org/. Adding optional DRMAA support might offer some advantages over the current submit-and-…
-
It would be *awesome* if `remake` used `BatchJobs` as backend to perform its computation. `BatchJobs` has also a "local" mode that performs the computation in the same R process, so this could well be…
-
# Problem
With BatchJobs 1.6 in a fresh R 3.2.3 Patched session on OS X 10.8.5, the multicore cluster-function setup gives the following error:
``` r
library("BatchJobs")
Loading required package: …
-
BatchJobs seems to lose track of running jobs on slurm. Happens with both CRAN and github BatchJobs. Below is a minimal example. Note below how `waitForJobs()` bails with an error when the jobs "disap…
-
I'm going to use this issue/thread to keep recording issues that seem to be related to the BatchJobs package per se, but that we might be able to work around in this package (until a proper BatchJobs …
-
### Xmake 版本
xmake v2.7.9+dev.d51436e32
### 操作系统版本和架构
Windows 11 22H2
### 描述问题
``` c++
import ;
```
xmake时产生错误`error: find not found!`
原因是headerpaths探测出来的目录是"D:\Tools\gcc\include\c++\14.0.0"…
-
Hello, I am trying to make the plots for quality control of my count matrix but every time I try to make any plot I get the same error message. I am following this pipeline:
https://github.com/trinit…
-
When submitting a large number of jobs, BatchJobs still fails for me (this is somewhat similar to https://github.com/tudo-r/BatchJobs/issues/58, but the number of jobs is almost 50 times higher).
I s…
-
Hi, is there a way to unlock a locked database? I already ran a couple of jobs on a cluster, but for some reason it is locked now.
``` r
Error in sqliteSendQuery(con, statement, bind.data) :
error…