|
[Sponsors] |
Parallel iterative solver package for Windows system |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 28, 2017, 04:29 |
Parallel iterative solver package for Windows system
|
#1 |
Senior Member
|
Dear friends:
I am looking for a Parallel iterative solver package for Windows system written in fortran. Could you please give me some suggestions. Regards |
|
November 28, 2017, 14:00 |
|
#2 |
Senior Member
|
Most of the major packages are in C (PETSc and Hypre). LIS also is in C, but has the AMG coded in Fortran. Trilinos might even be in C++ (I don't know, but certainly it is not in Fortran).
The only package I know of being in Fortran is http://www.mld2p4.it/ But I suspect that the Windows support is near to 0. Not that it is impossible to make it work (gfortran is nowadays available in multiple flavors), but I suspect the dependencies to be more troublesome. Maybe someone else can help here. |
|
November 28, 2017, 21:43 |
|
#3 | |
Senior Member
|
Quote:
|
||
November 29, 2017, 07:55 |
|
#5 |
Super Moderator
|
PETSc is written in C but can be called from a fortran code.
|
|
November 29, 2017, 08:57 |
|
#6 |
Senior Member
|
What do you mean by parallel ? Are you referring to distribuited (MPI) or shared memory (OpenMP). Unless you have a cluster MPI won’t do much for you so I guess you are using a desktop system. If so, you can use GNU Fortran and install OpenMP. That is not very efficient because that will require installing Cygwin which is a Linux emulator. If you have a bigger budget then you can try intel Fortran which is a great compilers. The latter has a ice feature that parelizes section by itself with very good performance compared to OpenMP in GNU Fortran
|
|
November 30, 2017, 17:50 |
|
#7 |
Senior Member
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
PEMFC model with FLUENT | brahimchoice | FLUENT | 22 | April 19, 2020 16:44 |
Hybrid discretisation - blend factor | gcoopermax | CFX | 5 | September 23, 2016 09:05 |
fluent divergence for no reason | sufjanst | FLUENT | 2 | March 23, 2016 17:08 |
Errors running allwmake in OpenFOAM141dev with WM_COMPILE_OPTION%3ddebug | unoder | OpenFOAM Installation | 11 | January 30, 2008 21:30 |
Navier-stokes equations and iterative solver?? | wuliang | Main CFD Forum | 2 | January 13, 2003 23:28 |