Re: parallel refusing to take my request

2020-12-23 Thread Ecks Hecker
Tx, John,  for looking into this. Unfortunately, your suggestion did not help. I noticed, how the process hung itself and i could find 24 threads waiting for input from a pipe. Apparently --pipe and -a do not go well together. As i was still playing around with this, i was in fact using (simi

Re: Parallel mailing list DKIM-protected?

2020-12-23 Thread CH via GNU Parallel Discussion
Less than 10, but more than half are signed. The other unsigned mailing lists are so low-volume that they aren't showing up in a casual glance at the folder, which contains emails with subject lines like "New Miracle Pills Discovered to Treat Erectile Dysfunction Completely" and "ðŸ"¥ We have

Re: Feature request: --joblog .json

2020-12-23 Thread CH via GNU Parallel Discussion
I'm sure Ole would make it optional, e.g. checking if --joblog argument ends with .json. One more feature request: skipping a job if the results file exists or is younger than X minutes. Use case: A cache directory of job outputs, where old files can be overwritten. Currently: * --resume w

Re: parallel refusing to take my request

2020-12-23 Thread Ole Tange
On Tue, Dec 8, 2020 at 4:10 PM Ecks Hecker wrote: : > > parallel: Warning: Only enough file handles to run 252 jobs in parallel. > > parallel: Warning: Running 'parallel -j0 -N 252 --pipe parallel -j0' or > > parallel: Warning: raising 'ulimit -n' or 'nofile' in > > /etc/security/limits.conf > > p