Re: [julia-users] Any recommendations for running embarrassingly parallel problems across multiple windows machines and also across mixed linux windows machines?

2014-06-15 Thread John Drummond
That's exactly how I was hoping it would work - so that's good I've eventually got an ssh sever running on the other windows machines, and have connected to them with putty to confirm the connection works, have run tasks on one machine on many cores, but was floundering in how to set up clusterm

Re: [julia-users] Any recommendations for running embarrassingly parallel problems across multiple windows machines and also across mixed linux windows machines?

2014-06-13 Thread Stefan Karpinski
If you add processes on all of those machines, pmap will just work. Is that what you're thinking of? On Fri, Jun 13, 2014 at 2:28 PM, John Drummond wrote: > Hi, > Are there any recommendations for running embarrassingly parallel problems > across multiple windows machines? > > I have to do the

[julia-users] Any recommendations for running embarrassingly parallel problems across multiple windows machines and also across mixed linux windows machines?

2014-06-13 Thread John Drummond
Hi, Are there any recommendations for running embarrassingly parallel problems across multiple windows machines? I have to do the same piece of work on multiple multiple GB files - which takes hours on a single machine spun out across the cores with parallel map. I'm lucky enough to have access