Job pin management is done with gnu parallel

On my old machine with gnu parallel version 20121122 after I

parallel -j 15 < jobs.txt

I see the result of completing tasks, which is very convenient for debugging purposes.

On my new machine with parallel version 20140122, I execute the above command. I don’t see anything in the terminal.

From another SO thread, I found out about a flag --tollefthat fixes the problem for me, but should be removed soon. How to save work after flag failure --tollef?

+3
source share
1 answer

- ungroup (if half of the lines are allowed to be mixed - as with --tollef).

- ( , , .. ).

+3

All Articles