0

I'm performing python computation and today I whant to use ressources from different computer (cpu, ram, and maybe gpu) from one computer.

After some research it seems it is called "grid computing" or "grid desktop". Are there linux distribution or reference free software to do that with python programs? I heard about "DIET" grid software, but I don't know if this is what I'm looking for.

Thanks for help

1 Answer 1

0

Maybe you are looking for parallel computing in Python (potentially many machines, many cores)?

Or maybe multi-processing in Python (single machine, all cores)?

Grid computing is a term you hear less and less nowadays but the above questions and their anwers will give you a clue to the direction of search.

Sign up to request clarification or add additional context in comments.

2 Comments

Yes you are right, this is parallel computing, dispatched on different computers. I used
But i wasn't seeing how to dispatched it. I found a toolbox named "ray". It looks corresponding

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.