Nesrinekh / OpenPME

ISC License
4 stars 0 forks source link

Generated code of Vortex in Cell example does not finish computation in reasonable time #87

Open lschuetze opened 3 years ago

lschuetze commented 3 years ago

The example in hybrid/Vortex in cell does not finish in reasonable time. The last working commit is cb9b4404660a7450603a64d8769f1839a3265d10. Even the code at this stage cannot run in parallel.

By comparing the resulting generated code I found the following differences that could lead to the unwanted behavior:

By comparing with the Numerics/3_vortex_in_cell/main_petsc_opt.cpp of OpenFPM we found several missing ghost_getand ghost_put. This needs to be investigated further.