-
I have a future failing due to lack of RAM. The sessioninfo file seems to only contain R session info, whereas the log file doesn't tell me about the remote host on which the future was running (unle…
-
I'm trying to use obs_freq to speed up the process but I'm getting an error "obs_freq must be of same length as the number of rows in rankings" and indeed the number of rows is different, not sure why…
-
Unfortunately, the HPC I'm using does not allow a SSH key pair. While sending jobs to the HPC using `future` and `future.batchtools` is working (I get an interactive password prompt in RStudio), it se…
-
There are two issues with the future.cache.path option. First, specifying it as an option in .options.future doesn't work. Setting R_FUTURE_CACHE_PATH, however, does work. Second, this option is we…
-
Can't give a MWE as I as testing this on a slurm cluster.
```r
my_list %>%
future_map(~{my_fun}, .progress = TRUE)
Error in mutate_impl(.data, dots) :
Evaluation error: BatchtoolsError in Ba…
-
Rerun with latest master to see the impact of #2734. @MarkusBonsch was very careful to make no breaking changes. Then I continued in the PR and did change a few things; e.g. now retaining the i col…
-
In relation to issues https://github.com/HenrikBengtsson/future/issues/86 and https://github.com/HenrikBengtsson/future/issues/109 I believe it would be beneficial to have some mechanism of detecting …
-
Hi,
I'm sure I've read something about it somewhere but I can't find this information again. I've set up a small Slurm cluster with a few machines for testing purposes.
Then in R, I do:
```
libr…
-
Running a simple test script (shown below), I get the following traceback that I struggle to understand given that batchtools is installed and loads as every relevant user (the one I run on, the one t…
-
I'm getting a segfault when running doFuture; the problem seems to be in the future.batchtools backend. Here's the stack trace:
*** caught segfault ***
address 0x7ffe38150ff8, cause 'memory not ma…