Hello
I am trying to write an application that uses 2 computers in a network to perform image processing. I found on the internet the MPI.NET for communicating between processes on different computers, but this requires for me to have a compute cluster and to install the Microsoft Windows Compute Cluster Server , so I would like to use a different approach if possible...
Please tell me if there is any way of achieving the parallel execution of an application on different computers on a network..
Thank you
I am trying to write an application that uses 2 computers in a network to perform image processing. I found on the internet the MPI.NET for communicating between processes on different computers, but this requires for me to have a compute cluster and to install the Microsoft Windows Compute Cluster Server , so I would like to use a different approach if possible...
Please tell me if there is any way of achieving the parallel execution of an application on different computers on a network..
Thank you
Comment