-
Hello,
I'm not sure whether to ask this here or at https://github.com/rstudio/rmarkdown. Anyhow, using `rmarkdown` and `knitrBootstrap` I generated an HTML file that includes among other things aroun…
-
Didnt we discuss to implement this?
Michel, I thought we already had this, currently I don't see this anywhere in the code?
If it has not been done, this is a feature request to both of us, also fo…
-
Consider the function below. Each time I have got 4 jobs that should be put in one chunk, but LSF always submits 4 individual jobs disregarding the chunks I specify.
Note: this works fine when specif…
-
Could someone help out with the following parallelisation issue. I would like to set up a SnowParam instance using the MPI back-end.
``` c
> SnowParam(4L, type = "MPI")
Error in mpi.comm.spawn(slave…
-
bpresume fails frequently generating empty error messages when used with BatchJobsParam(). It works fine with SerialParam(). Please see examples below.
> fun = 0) x else y }
>
> bplapply(-5:5, fun, …
ldg21 updated
10 years ago
-
While trying to include support for BatchJobs, I stumbled over this one:
``` bash
mv R/MulticlassParam-class.R R/AAAMulticlassParam-class.R
R CMD build .
```
```
* checking for file ‘./DESCRIPTION’ …
mllg updated
11 years ago
-
Hi,
Gricli got stuck when resubmitting the last 100 jobs (out of 2000) that failed to submit (#113) - only after about 20 of them.
And watching gricli.debug, I could see LOTS of lines like
```
3267…
-
Doing a globbing operation like
print job Batch-001\* status
TAKES LONG. Perhaps we could get some speed-up by eliminating some of the wait we get on each remote call due to network latency by doin…
-
It may be useful to have a command to explain global variables and their possible values:
help [keywords]
gricli> help globals
Globals: Variables that specify job properties (or some such)
queue […