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/