How to connect different computers to use their computing powers and RAMs together?

Viewed 19

I have access to about 50 computers which all have 8 GB of RAM and possibly good processors like Intel i5 or Xeon. I wish to use them together for computing large optimization problems which would generally not give feasible results in only 8GB machines (I have tried such a problem using Gurobi from Python, on 16 GB RAM systems using 64 bit Intel Xeon processors and Gurobi was not able to find even the first feasible solution even when it was allowed to run for 86400 seconds).

How do I develop such a thing so that the computers' can access each others' resources and RAM? [Possibly similar to developing something like these but at smaller lab scales: https://einsteinathome.org/]. How to connect different computers to use their computing powers and RAMs together?

#cluster-computing #mathematical-optimization #integration-testing

0 Answers
Related