♫ Christian Krause ♫
♫ Christian Krause ♫
oh, yes, works perfectly :ok_hand: sorry, forgot this issue was still open, feel free to close
I'm a sysadmin of an HPC cluster. We ran SGE/UGE in the past and are currently using SLURM. I can confirm that it's far more efficient for scheduling systems to...
> > For this reason, to encourage our community to use array jobs, we even set default per-user job/submission limits, so we don't get spammed by non-array jobs, e.g. via...
In general, you should always prefer clean code over micro-optimizations and this project should do, too. Also, this is something the compiler should be able to convert / optimize if...
Yes, large file support was not properly working with 1.0.2. Please try current HEAD, that should work. See #26.
@vasi What is your opinion on releasing 1.0.3 (or possibly 1.1.0 due to the larger autotools changes) to include that fix in a release?
Done: https://github.com/vasi/pixz/releases/tag/v1.0.3
@ZeroChaos- please report back whether or not the new release solves this problem.
@ZeroChaos- I just edited your previous comment to surround your command line and output with triple backticks. This is GitHub Markdown syntax to display the surrounded text in a fixed-width...
I think, we should add some integration tests about this behavior. I'll take a look at it.