Live data from Hacker News

Ask HN: Resources to Learn Scientific Computing?

news.ycombinator.com

11–14 of 14 posts

Re: Ask HN: Resources to Learn Scientific Computing?

#11
Wait, the task is to run the matlab script in single system to be able to scale for multiple system.

You task is still engineering, There doesn't seem anything scientific here.

Less you know, easier is to bring in your skills. Leave the scientific part to your colleagues and focus on your skills alone. Do not mix and match.

Did you join Mathworks ?

Re: Ask HN: Resources to Learn Scientific Computing?

#12
post #3

Beyond scalability, I think the biggest things you could bring to the scientists here would be test driven development and logs. You won't become a Matlab expert on a deadline and they may not actually be Matlab experts either. Tests and visibility into actual behavior are everything here since they don't even seem to have a spec, just a prototype.

[deleted]

Re: Ask HN: Resources to Learn Scientific Computing?

#13
If you're not familiar with it, I would recommend checking out Matlab's parallel computing toolbox for starters. IIRC Mathworks has several webinars surrounding that toolbox which cover the basics of what you are trying to do. Matlab also has a product "Parallel Server" which handles scheduling and monitoring of distributed jobs https://www.mathworks.com/products/matlab-parallel-server.ht...

Additionally, its a pretty safe assumption that any given piece of scientific code has never been profiled for performance. There are probably numerous opportunities to improve performance on a single host through refactoring before you need to think about scaling.

Post reply on HN