|
[Sponsors] |
June 30, 1999, 17:08 |
3D PARALLEL SOLVER (MPI Lib)
|
#1 |
Guest
Posts: n/a
|
I AM LOOKING FOR A HIGHLY OPTIMIZED 3D PARALELL SOLVER THAT IMPLEMENT MPI LIBARIRY....appreciate the help
|
|
July 1, 1999, 09:31 |
Re: 3D PARALLEL SOLVER (MPI Lib)
|
#2 |
Guest
Posts: n/a
|
Hi! I'm afraid you can't get it for free. I've taken part in the development of a 3D parallel Navier-Stokes solver and should say, that it's a lot of work. Some companies (e.g. Computational Dynamics - Star-CD) provide parallel versions of their codes, but it's commercial software.
Gasan |
|
July 1, 1999, 10:03 |
Re: 3D PARALLEL SOLVER (MPI Lib)
|
#3 |
Guest
Posts: n/a
|
Are you looking for a parallel 3D Hydro codes implemented by using MPI?
PG |
|
July 1, 1999, 15:19 |
Re: 3D PARALLEL SOLVER (MPI Lib)
|
#4 |
Guest
Posts: n/a
|
My primary concern is a solver for a set of linearized algebraic equations, not a complete CFD code. But a complete CFD code would be good as well. thankyou
|
|
July 1, 1999, 16:07 |
Re: 3D PARALLEL SOLVER (MPI Lib)
|
#5 |
Guest
Posts: n/a
|
There are lots of links on the MPI home page:
http://www-unix.mcs.anl.gov/mpi/ to paralelised solvers in various languages. Are they unsuitable? |
|
July 1, 1999, 16:11 |
Re: 3D PARALLEL SOLVER (MPI Lib)
|
#6 |
Guest
Posts: n/a
|
If you are not looking for a parallel CFD code (I know of one person developing such a code, the work has still to be completed), but just for a solver for a set of linear algebric equations, then the CFD forum might be the wrong place to look for. Try to contact people from applied mathematics maybe. What you are basically looking for (if I understand correctly) is to solve a Matrix equation Ax=z for the vector x and you need to invert the matrix A? Then there could be some MPI sources for Matrix inversion, not for the whole solver. I hope this helps.
PG. |
|
July 1, 1999, 17:03 |
Re: 3D PARALLEL SOLVER (MPI Lib)
|
#7 |
Guest
Posts: n/a
|
By solver..I mean some thing like SIP, TDMA, SOR,..etc. So whether it is in CFD code or alone ...i can get help of that.
Regarding MPI forum home page, I couldnot find it very helpful, becuase it incorporates a large number of methods in the same code, and in which each method call many subroutines either to perepare the matrixs, premutation, factorization, pivoting,..etc. I am looking for a solver that is specified (say SIP or SOR). |
|
July 2, 1999, 11:30 |
Re: 3D PARALLEL SOLVER (MPI Lib)
|
#8 |
Guest
Posts: n/a
|
To solve linear equations, e.g. by using SOR or Krylov-subspace solvers (GMRES etc.) the software-package PetSC seems to be a good choice. It also has parallel features, using MPI, such that the user has virtually nothing to do with parallelisation, since the program can handle it by itself.
http://www-fp.mcs.anl.gov/petsc/ Frank |
|
July 14, 1999, 09:52 |
Re: 3D PARALLEL SOLVER (MPI Lib)
|
#9 |
Guest
Posts: n/a
|
Check out netlib!
http://www.netlib.org There are a number of parallel tools that are available. Many written specifically for MPI. Carey |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
thobois class engineTopoChangerMesh error | Peter_600 | OpenFOAM | 4 | August 2, 2014 10:52 |
RBF motion solver does not work well in parallel | lakeat | OpenFOAM Bugs | 3 | August 8, 2013 06:50 |
HP MPI warning...Distributed parallel processing | Peter | CFX | 10 | May 14, 2011 07:17 |
[PyFoam] Running multiple instances of solver using MPI and PyFoam | bfa | OpenFOAM Community Contributions | 3 | January 25, 2011 18:57 |
Fluent PARALLEL & MPI | Luca | FLUENT | 0 | May 13, 2006 04:04 |