bug-findutils
[Top][All Lists]
Advanced

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

[bug #38092] Optionally support distributed memory machines using MPI


From: anonymous
Subject: [bug #38092] Optionally support distributed memory machines using MPI
Date: Wed, 16 Jan 2013 15:25:59 +0000
User-agent: Mozilla/5.0 (X11; Linux i686 on x86_64; rv:11.0) Gecko/20100101 Firefox/11.0

Follow-up Comment #10, bug #38092 (project findutils):

> The other obvious - and more readable - way to do this is to
> split the argument file into however many chunks you need.
> Then just run ...

Couldn't I skip xargs completely with this type of a for loop?
for f in $(cat files); do process $f; done &

Manually fiddling with argument files kind of defeats the purpose of using
xargs in the first place...

    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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