parallel
[Top][All Lists]
Advanced

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

Correct way to execute same command in parallel on multiple machines?


From: Emil Fihlman
Subject: Correct way to execute same command in parallel on multiple machines?
Date: Sat, 3 Feb 2018 14:28:29 +0200

Hi

So I'm experiencing an issue with parallel:
parallel --tag --nonall --sshloginfile nodelist.txt 'find . -type f | wc -l'
is ironically executed sequentially on each machine instead of in parallel.

What's the correct way to have parallel execute the command in parallel on all machines simultaneously?

Emil


reply via email to

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