FluidityProject / fluidity

Fluidity
http://fluidity-project.org
Other
362 stars 113 forks source link

Integer overflow with big mesh #377

Closed stevendargaville closed 1 year ago

stevendargaville commented 1 year ago

When using a mesh with lots of elements the position integer used in GMSH_Common.F90 overflows. This is in both ascii_formatting and binary_formatting. The fix is using a 64 bit int for for the POS variable in the inquire statement.

stephankramer commented 1 year ago

Fixed by #378