Is it possible for F# and MPI to run off of Mono on a linux computational cluster? Anyone able to attest to it's performance/reliability?
+4
A:
I have done some basic tests with F# and Mono 2.0 and everything worked well. I know others have done much deeper test that me and have run into a few bugs, but mostly report a positive experience (plus the mono and F# teams are quite responsive to bug reports).
I haven't test MPI.NET at all, but they say it does run under mono: http://www.osl.iu.edu/research/mpi.net/faq/?category=general
Robert
2009-01-09 08:55:04
Interesting, thank you. Do you recal what kinds of issues they hit?
ccook
2009-01-09 16:55:14
+1
A:
Hm. According to this bug: https://bugzilla.novell.com/show_bug.cgi?id=419828 even a basic definition of a map function fails with F# on Mono. Doesn't look like a very stable combination right now.