CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

matrix solver for vector machine

Register Blogs Members List Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   June 5, 2001, 07:54
Default matrix solver for vector machine
  #1
TakeharuM
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 ?

  Reply With Quote

Old   June 5, 2001, 16:16
Default Re: matrix solver for vector machine
  #2
Dr Strangelove
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.
  Reply With Quote

Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Creating New Solver: For particle-laden compressible jets sankarv OpenFOAM 0 April 4, 2010 18:06
OpenFOAM version 1.6 details lakeat OpenFOAM Running, Solving & CFD 42 August 26, 2009 21:47
problem about direct solver for sparse matrix ztdep Main CFD Forum 0 August 11, 2006 12:16
udf ,,, matrix solver!!! ozgun FLUENT 0 May 7, 2006 13:01
compressible two phase flow in CFX4.4 youngan CFX 0 July 1, 2003 23:32


All times are GMT -4. The time now is 19:44.