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?
source
share