bug-parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

GNU Parallel Bug Reports Bug report: combining --timeout and -u


From: paralleluser
Subject: GNU Parallel Bug Reports Bug report: combining --timeout and -u
Date: Mon, 15 May 2017 13:54:13 -0400

Dear Ole,

If you combine --timeout and -u the following happens.  If you take away either 
--timeout or -u the bug goes away.  Interestingly, the bug will show even if 
you use --dry-run, and occurs during the dry run.

Take either --timeout or -u away and it works fine.
Keep --timeout and change -u for --linebuffer, or --group, or --keep-order ... 
and in all those cases it works fine.

parallel -V
GNU parallel 20170322

seq 3000 | parallel --dry-run --timeout 3600   -u    --jobs 30 

gives this:

[...output deleted...]
parallel: Warning: No more processes: Decreasing number of running jobs to 29.
parallel: Warning: Raising ulimit -u or /etc/security/limits.conf may help.
477
506
parallel: Warning: No more processes: Decreasing number of running jobs to 28.
parallel: Warning: Raising ulimit -u or /etc/security/limits.conf may help.
478
506
parallel: Warning: No more processes: Decreasing number of running jobs to 27.
parallel: Warning: Raising ulimit -u or /etc/security/limits.conf may help.
[...output deleted...]
parallel: Error: No more processes: cannot run a single job. Something is wrong 
at 506.




Much thanks,
Parallel user




reply via email to

[Prev in Thread] Current Thread [Next in Thread]