Diapositive PPT
Strategy for parallelization:
The CFD (computational fluid dynamics) solver is in charge of solving the fluid flow around the wing shape. The 2D mesh is divided in 4 contiguous grids, each treated by one processeur.
It ’s a CORBA Parallel Object : written in Fortran 77, it is encapsulated in a parallel CORBA object at IRISA by Paris project. It is considered as one entity, but it runs on 4 processors.
Parallel CORBA Object, implanted in C++
Resolution in Fortran 77, parallized with MPICH