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: Bernhard Voelker
Subject: [bug #38092] Optionally support distributed memory machines using MPI
Date: Wed, 16 Jan 2013 13:00:23 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.2 (KHTML, like Gecko) Chrome/15.0.874.121 Safari/535.2

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

I don't know much about mpirun, but if

  mpirun -n 1 xargs --args-file files -P 12 -n 5 ...

doesn't work because xargs wouldn't split the files,
what about the other way round?

  xargs --arg-file files -P 12 -n 5 mpirun ...

By this, xargs splits the input files into chunks of 5,
and mpirun can run the worker program on the nodes
it likes to.

    _______________________________________________________

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]