Skip to content
Prev 8485 / 21307 Next

[Bioc-devel] Progress Message Order in bplapply

----- Original Message -----
I can't speak to why the messages come at the end whereas they used to come earlier, but as far as the messages being "out of sequence"
I think the problem might be in what you are expecting. This is not new nor unexpected. You are after all explicitly using multiple cores and there is no guarantee that the tasks will execute "in order". Here's a more trivial example that doesn't use BiocParallel at all:
1
3
5
2
4


Dan