Maximum size of a jvec file

Hello,

I have a 11 GB vti file that is taking forever to open in version 5.9.1 on Windows with MPI on. After 2 hours I killed the process and tried the latest nightly version without MPI but it was stuck, too. An older one, 5.2, says that it does not recognise the file format, however, we have produced the vti file with the same code as hundreds of other times. I can show the header of the vti file but due to its size it is unreasonable to try sharing it in any way, I believe.

<?xml version="1.0"?>
 <VTKFile type="ImageData" version="0.1" byte_order="LittleEndian">
   <ImageData WholeExtent="           0         680           0         680           0         400 " Origin="  -17.000000000000000       -17.000000000000000       -10.000000000000000      " Spacing="   5.0000000000000003E-002   5.0000000000000003E-002   5.0000000000000003E-002 ">
   <Piece Extent="           0         680           0         680           0         400 ">
   <PointData Scalars="scalars">
   <DataArray Name="vectors" type="Float64" NumberOfComponents="3" Format="ascii">
  0.000000E+00  0.000000E+00  0.000000E+00
  0.000000E+00  0.000000E+00  0.000000E+00
  0.000000E+00  0.000000E+00  0.000000E+00
  0.000000E+00  0.000000E+00  0.000000E+00

The end of the file is also sane


  0.000000E+00
  0.000000E+00
  0.000000E+00
  0.000000E+00
  0.000000E+00
  0.000000E+00
    </CellData>
    </Piece>
    </ImageData>
 </VTKFile>

Best regards,
Maria

I guess the issue still has not been handled but I can update the thread that a 450 MB jvec file obtained after a calculation on 8 million points creates the same problem. I tested on version 5.10.0-RC1, the newest stable version available from the Downloads section. It is the version with MPI but I tested both with it enabled and off from the settings. I have a powerful workstation with a Ryzen 5950X and 32 GB RAM, so the resources are enough. I tried debugging with Process Explorer and it seems that at some stage it just stops reading the file and hangs. I would be willing to assist with sorting out the problem because it would be very beneficial for our group to perform the analysis of this calculation.

Best regards,
Maria

Can you try on Linux ?