bug-findutils
[Top][All Lists]
Advanced

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

[bug #29512] [feature request] xargs parallel processing env-val improve


From: Ole Tange
Subject: [bug #29512] [feature request] xargs parallel processing env-val improvement
Date: Mon, 26 Jul 2010 06:42:53 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.10) Gecko/20100623 Iceweasel/3.5.10 (like Firefox/3.5.10)

Follow-up Comment #11, bug #29512 (project findutils):

It seems to be an awful lot of hoops to jump through when you could just do
the following using GNU Parallel http://www.gnu.org/software/parallel/:

command | parallel -j+0 -S server1,server2,: process

This would run number_of_cpu_cores jobs on server1, server2, and the local
computer. If GNU Parallel is installed on server1 and server2 it will
automatically detect the number of cpu cores there.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?29512>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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