ing
> 抄送: Mark Adams; petsc-users@mcs.anl.gov
> 主题: Re: [petsc-users] Floating point exception when save complex vector into
> a hdf5 file
>
>
> Please switch to the main git branch of PETSc and try again. Some of the
> code has been updated to handle the very large arrays yo
Please switch to the main git branch of PETSc and try again. Some of the
code has been updated to handle the very large arrays you are working with.
Barry
> On Mar 24, 2025, at 7:57 AM, Ye Changqing wrote:
>
> Dear Mark,
>
> As suggested, I did a fresh configuration on PETSc. The pr
Dear PETSc developers,
I encountered a strange problem when I tried to save a DMDA vector into an hdf5
file, a floating point error was thrown. I can repeat the problem on the
cluster. However, the same codes run fine on my local computer.
Below the .cxx file is the minimal working example, the