01 January 1970 3 6K Report

I have to solve the set of non-linear equations in 200x200x200x1000 variables space. I developed the parallel code in Matlab for that but it takes very very long calculation time. The solution could be GPU based algorithms. However, it is not cheap to get the license for commercialized GPU code.

Do you have any idea of homemade code for GPU based algorithm to solve set of 7 linear equations with 4D variables space in Matlab with MPI?

Thank you

Similar questions and discussions