-
# Background
Being able to *relaunch* a future, that is re-evaluate a future expression that has already been evaluated in full or partially due to a failure, is useful when for instance the communic…
-
I've looked around in the docs and haven't been able to figure out how this works.
I'm working with the SGE template which appears to have three "levels" of code/text to be parsed by `brew`:
`…
-
Submitting 55 jobs in 55 chunks using cluster functions 'Socket' ...
Submitting [============>--------------------------------------] 25% eta: 47m
Error in unserialize(socklist[[n]]) : 'connection'…
-
Hello, I came across this package that seems fabulous. I have a question, if this is not the right channel please let me know and I'll delete.
I use slurm and have been using rslurm. problem I found …
-
+ Bridging python packages (`dask-geopandas`, `geopolars`, `cuSpatial`) to R workflow
+ Optimal splitting of computational regions regarding shape complexity and input data resolutions
+ Streamlined…
-
With these settings, I get the following 3 files:
```
.../Family-Style_ttf.woff2
.../Family-Style_otf.woff2
.../Family-Style.otf
```
`.otf` is unexpected
-
In BatchJobs, I think argument `resources` (named list) of `submitJobs()` was the only way to pass a variable to the template, which then is also named `resources`. Is this the case for batchtools as…
-
Suppose I want to use SharedObject with BiocParallel, e.g.:
```
library(BiocParallel)
library(SharedObject)
library(assertthat)
## Where will these workers run?
register(BatchtoolsParam())
…
-
I am really happy to see `future` extend to so many forms of parallelism!
Is there anything we can do about overhead?
```r
library(future.callr)
library(microbenchmark)
library(parallel)
n…
-
The ultimate objective of this project is to make scalable GIS computation easier to adequately versed R/GIS users (e.g., master's students in epidemiology or geography). However, the short-term goal …