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
_______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
