Skip to content
Prev 7792 / 21312 Next

[Bioc-devel] Redirect workers output to STDERR, how to do so with current BiocParallel::SnowParam()?

Hi Valerie,

I added a short explanation to
http://lcolladotor.github.io/SnowParam-memory/ about how the files are
linked (see commit
https://github.com/lcolladotor/SnowParam-memory/commit/602e42dd60e4a988425bf41b774263c058a7551a).

The entry you selected,
https://github.com/lcolladotor/SnowParam-memory/blob/gh-pages/mem_emails/snow-3.2.x.txt#L27-L38,
is linked to the stderr log file
https://github.com/lcolladotor/SnowParam-memory/blob/gh-pages/logs/snow-3.2.x.e6463239
and stdout log file
https://github.com/lcolladotor/SnowParam-memory/blob/gh-pages/logs/snow-3.2.x.o6463239
The key is the job id, which is on the first line of each entry in the
emails from the cluster and is used at the end of the names for the
log files.

And yes, like you figured out, the Max vmem line
(https://github.com/lcolladotor/SnowParam-memory/blob/gh-pages/mem_emails/snow-3.2.x.txt#L37)
is the maximum memory used as reported by my cluster. It's normally in
GB, but could be in MB as in
https://github.com/lcolladotor/SnowParam-memory/blob/gh-pages/mem_emails/der-serial-3.1.x.txt#L11

Cheers,
Leo


On Tue, Jul 14, 2015 at 3:12 PM, Valerie Obenchain
<vobencha at fredhutch.org> wrote:
Nice =)

I also noticed https://github.com/Bioconductor-mirror/BiocParallel/commit/6f816112e2d136d789ed1045a7fc67fd2a91eb25
after sending my previous email.