-
Last weekend Th3Van uploaded a hugh amount of shards. A few farmer reportet OutOfMemory exceptions. The daemon crashed and doesn't restart the farmer. I run different tests and here are my results:
…
-
From Melanie:
I have been running Xia2 on my collection of test data, 539 PDB entries comprising MAD, SAD and native data. Of these data sets 121 resulted in failures of different kinds.
Attache…
-
I set
MPI_EXEC_POST_NUMPROCS_FLAGS to "-map-by;socket:PE=8;--oversubscribe" and when I run all the tests I get zoltan failures because it doens't respect these flags
```
Running: "/home/projects…
-
Thank you for the great GRBD.swift.
I tried these code in the example project and got error `Fatal error: Object was retained too many times`. Do you have any ideas about it ?
```
@IBAction …
-
Even after tuning the "all" trace right down, the StressTest still produces around 2Gb of trace. We should probably just turn trace off for this test. No one is going to look through 2Gb worth even if…
-
There appears to be some precomp problem. Filing this issue to log all the info about the problem.
1. We had a user or two experience issues after upgrade and deleting `.precomp` dir solved that.…
-
Last rakudo release was done with a sakefile (which unfortunately is not committed yet). I think we can extend it to create pretty version bumps like this: https://github.com/rakudo/rakudo/commit/cbce…
-
Hi,
luckily I found your stresstest script, looks amazing! Well, first run is done after setting it up according to your guide.
But when it comes to creating the plot with "stressberry-plot out.…
-
## The Problem
$ 6 'dd [[2, 3], [4, [5, 6]]]».produce(&[+])'
((2, 5).Seq, (4, 6).Seq)
This is the expected outcome if `.produce` is considered to be nodal, at least in my understanding.
Th…
-
To reproduce, run on t2.micro or add `--resources=cpus(*):1` to the `mesos-slave` command line in jobTree.test.batchSystems.abstractBatchSystemTest.MesosBatchSystemTest.MesosSlaveThread#mesosCommand. …