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
