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

intensive computationsparallel computing

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

Best Answer

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.