Post Reply 
Best programming language for handling array calculations in parallel?
04-20-2019, 01:59 AM
Post: #6
RE: Best programming language for handling array calculations in parallel?
Each matrix location will only have basic math applied to it +-*/.

Is there any website that benchmarks parallel performance and compares languages?

In python it takes about 2 to 3 minutes for my program to run, I'd like to speed this up considerably by moving to a language that is focused on matrix math as well is compatible with parallel GPU computation. I do not know much about parallel computing at the moment, from what I have seen it is not much more difficult than regular programming you just have to learn it.

My code base isn't even quite 2000 lines of code yet, so rewriting in a better language would be bothersome but not impossible. It has high-level science and engineering ideas in it, but most of the thinking for those parts of the code has already been done in python and would only need to be converted to whichever language I chose next.

Maybe for fun, I would port this code to the DM42, but it would likely take a very long time to run.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Best programming language for handling array calculations in parallel? - gomefun2 - 04-20-2019 01:59 AM



User(s) browsing this thread: 1 Guest(s)