Konrad Hinsen writes:
> Thanks for the link! Judging from the example in the README, it's a
> library for task farming in Clojure. While that's a limited form of
> parallelism, there are still lots of applications where it is useful,
> so I'd say this library is definitely worth a closer look. Ho
On 22 Dec 2010, at 14:02, Sunil S Nandihalli wrote:
I am interested in distributed parallel computing too ... I have
prior experience coding with MPI and c .. but that besides the
point .. while I was looking at options with clojure .. I recently
came across swarmiji. https://github.com/am
Hello Tim and Konrad,
I am interested in distributed parallel computing too ... I have prior
experience coding with MPI and c .. but that besides the point .. while I
was looking at options with clojure .. I recently came across swarmiji.
https://github.com/amitrathore/swarmiji I don't know much t
On 22 Dec 2010, at 09:28, Tim Daly wrote:
Clojure works well for concurrency but does not really address
the parallel question well. For that I've turned to MPI.
I am working on using MPI from Clojure.
That's a topic I am very interested in as well, although unfortunately
I never find the ti