F # + MPI + MONO: cluster computing

Is it possible that F # and MPI will be disconnected from Mono in the Linux computing cluster? Anyone who can confirm its performance / reliability?

+4
source share
2 answers

I did some basic tests with F # and Mono 2.0, and everything worked fine. I know that others have done a much deeper test, and I came across a few errors, but mostly report positive experiences (plus the mono and F # commands respond quite well to error messages).

I have not tested MPI.NET at all, but they say that it works under mono: http://www.osl.iu.edu/research/mpi.net/faq/?category=general

+4
source

Hm. According to this error: https://bugzilla.novell.com/show_bug.cgi?id=419828 even the basic definition of a map function does not work from F # to Mono. It doesn't seem like a very stable combination right now.

+1
source

All Articles