Hi, In older versions of GNU parallel used with --timeout would silently continue if a process was terminated due to the timeout.
However it seems more recent versions show a warning, e.g.: parallel -a <(seq 10 50) -j 10 --timeout 3 sleep parallel: Warning: This job was killed because it timed out: parallel: Warning: sleep 10 parallel: Warning: This job was killed because it timed out: parallel: Warning: sleep 11 parallel: Warning: This job was killed because it timed out: parallel: Warning: sleep 12 Is there a way to silence that warning? I think whether that warning should be shown depends on the context, I guess it's okay to show it by default, but there should be a way to suppress it. -- Hanno Böck https://hboeck.de/