Skip to content
Prev 2013 / 2152 Next

gpus with foreach

On Mon, 2016-04-25 at 17:04 +0000, John Denton wrote:
There's no reason you can't call system() from inside your foreach loop,
so you could, for example, use foreach with a socket cluster, or a redis
cluster, to send jobs to workers on different physical machines, and
call system() in the body of the foreach loop.

Or perhaps your questions isn't specific enough for me to understand
what you're trying to do?

Regards,

Brian