What are good algorithms to solve equations (or systems of equations or differential equations) using cloud computing?
-
Non linear equations, systems of equations or differential equations are solved using iterative approaches. Are there any parallel algorithms that could be used to solve the same problems, but exploiting a parallel approach that could be implemented in the cloud?
-
Answer:
Absolutely. Researchers and programmers have done it (i.e. running parallel iterative solvers on remote clusters) for years, since the beginning of parallel computing. However, note that the parallelization typically takes place in each iteration (rather than distributing the iterations). ------------------ If you specify a system of equations that you want to solve using an iterative method, it's likely that a parallel implementation of that method already exists freely on the internet.
Kenneth Tran at Quora Visit the source
Other answers
It's the Latency, Stupid -- Stuart Cheshire, 1996. Communication between instances in the cloud are hundreds times slower than that between nodes in a supercomputer. So I would expect a typical MPI-based PDE solver to be hundreds times slower in the cloud than on a supercomputer. That, however, may change as research effort is put into this topic.
Qiqi Wang
Related Q & A:
- What Connections Are There Between Number Theory And Partial Differential Equations?Best solution by Mathematics
- What is the best data model and database systems to store social graph?Best solution by Quora
- What is cloud computing?Best solution by Server Fault
- Does Cloud computing scares you?Best solution by Yahoo! Answers
- What is the Command to Minimize Windows Maximize Windows switch Windows close Windows without using the mouse?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.