Post Reply 
Best programming language for handling array calculations in parallel?
04-18-2019, 03:00 AM
Post: #1
Best programming language for handling array calculations in parallel?
I have some experience in just about every major programming language.

I built some software in python for fun, but I want to now take the project in a more serious direction.

Basically, the program does calculations on what is essentially a 100x7 array (100 rows x 7 columns). I want to speed up the python code significantly. I was thinking of rewriting it in FORTRAN using GPU acceleration for parallel calculation (like CUDA cores on my NVIDIA GPU).

I have never done parallel programming. Basically, my program does math on this 100x7 array (100 rows x 7 columns) and not much else.

I want the fastest possible way to do calculations, would running FORTRAN with GPU support be the fastest way to do this?

My code is already very fast in python, but I want to speed it up more.
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Best programming language for handling array calculations in parallel? - gomefun2 - 04-18-2019 03:00 AM



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