Is there is any company has super computers to run my intensive numerical codes using parallel computations

14 ビュー (過去 30 日間)
I have intensive computations to do it with matlab. We already have a cluster (32 worker), but still is not enough of waht are going to do.
I wonder if threre are any competent authorities about that?
Thnk you in advance

採用された回答

John D'Errico
John D'Errico 2018 年 11 月 19 日
編集済み: John D'Errico 2018 年 11 月 19 日
As I recall there are services which can do things like that. A quick Google search gave me some hits.
It looks like even companies like Amazon will do what you want.
Don't expect anything to be cheap.
Far better? Write better code. Use the profile tool to find the bottleneck(s) in your code. Or find better algorithms to do what you want to do. Almost always, when someone writes code that runs too slowly for them, the solution is to write better code, not to throw it at a super computer.
  2 件のコメント
Ahmed Abdalazeez
Ahmed Abdalazeez 2018 年 11 月 19 日
Thank you for informations
and for advise as well :)
John D'Errico
John D'Errico 2018 年 11 月 19 日
Long ago, I wrote some code that was rather computationally intensive. I recall calculating that to solve a moderately sized problem would require hours of computing time on the fastest computer we could find. We even discussed whether renting super computer time was worth the investment. We never did that.
Instead, over the years computers got faster and more powerful, so we gained a lot that way. As important, and possibly of more importance was algorithm development. Once I learned to use better algorithms to solve the problem, I gained orders of magnitude in compute performance, to the extent that a super computer was never necessary at all. So faster computers will never hurt, and sometimes you really need them. But of more importance was just better algorithmic performance, thus writing better code on my part.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeLogical についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by