|
[Sponsors] |
June 5, 2001, 08:54 |
matrix solver for vector machine
|
#1 |
Guest
Posts: n/a
|
Dear all Recently I use finite difference method code with regular symmetric sparse matrix. I'm going to perform calculations with big amount of matrix meshes. It needs a lot of cputime, and I'm going to use vector supercomputer. Could you tell me information about matrix solver specialize in vector machine ?
|
|
June 5, 2001, 17:16 |
Re: matrix solver for vector machine
|
#2 |
Guest
Posts: n/a
|
Probably there are many such matrix solvers that would vectorize. You could start looking at what is available in LAPACK. The essential ingredient will be for you to have a compiler for your platform that can recognize loops for vectorization. Sometimes the platform comes supplied with hand-coded assembly versions of libraries that are faster than what you can obtain from optimized FORTRAN or C. Particularly, you should look for BLAS library implementations to help speed up your calculations. Finally, you should look into parallelizing your code if memory and CPU time are limiting your calculations. Good luck. |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Creating New Solver: For particle-laden compressible jets | sankarv | OpenFOAM | 0 | April 4, 2010 19:06 |
OpenFOAM version 1.6 details | lakeat | OpenFOAM Running, Solving & CFD | 42 | August 26, 2009 22:47 |
problem about direct solver for sparse matrix | ztdep | Main CFD Forum | 0 | August 11, 2006 13:16 |
udf ,,, matrix solver!!! | ozgun | FLUENT | 0 | May 7, 2006 14:01 |
compressible two phase flow in CFX4.4 | youngan | CFX | 0 | July 2, 2003 00:32 |