[Mono-dev] questions about cluster computing
Travis Miller
raphtee at gmail.com
Fri Apr 6 14:37:48 EDT 2007
in a previous life as a physics postdoc, I wrote quite a bit of cluster
computing code (mostly stuff for lattice quantum field theory) using MPI and
C. Lately I have been revisiting some of this code using C#. I have
written some simple pde solvers using c# and have been very impressed with
the performance. Now I am trying to using the features in
System.Runtime.Remoting to distribute the load among several machines. I
can get it to work, but I have to run from machine to machine and start the
code manually. In the linux cluster world (thanks to tools like rsh or ssh)
you could start the executables remotely. Is there some way I can
accomplish this using mono?
travis miller
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20070406/608d4afe/attachment.html
More information about the Mono-devel-list
mailing list