yeniuye / cfd-with-cuda

Automatically exported from code.google.com/p/cfd-with-cuda
0 stars 0 forks source link

GE is slow and a faster linear system solver is necessary for the CPU #1

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Currently Gauss Elimination (GE) is used on the CPU and it is very slow for 
large problems. A faster 3rd party solver needs to be implemented.

Original issue reported on code.google.com by cuneytsert on 7 Apr 2012 at 10:20

GoogleCodeExporter commented 9 years ago
A solver from Intel MKL will be a replacement for Gauss Elimination to solve 
large problems.

Original comment by m.m.goc...@gmail.com on 10 Apr 2012 at 5:46

GoogleCodeExporter commented 9 years ago

Original comment by cuneytsert on 5 Nov 2012 at 11:34

GoogleCodeExporter commented 9 years ago
Intel MKL's direct PARDISO solver can now be used. See revision r674085192340 
for details.

Intel MKl's iterative GMRES solver will also be available in the near future.

Original comment by cuneytsert on 5 Nov 2012 at 1:18

GoogleCodeExporter commented 9 years ago
Intel MKL's CG solver is also available now for the Poisson solver.

Original comment by cuneytsert on 8 Dec 2012 at 1:40

GoogleCodeExporter commented 9 years ago

Original comment by cuneytsert on 10 Jun 2014 at 11:55