Dear Tripathi,
I've run the following example:
./configure --with-problem=ioniz_sphere --with-gas=hydro --enable-ion-radiation --enable-ion-plane --with-flux=roe --enable-mpi --enable-h-correction --enable-smr
800g of data was generated, I want to join vtk files on different grids together using join_vtk.c.
I use the following code to execute the executable file generated by compiling join_vtk.c (I used ······ to omit part of the code, the full version is in vtk.txt)
./join_vtk -o <ioniz_sphere.vtk> id0/ioniz_sphere.0002.vtk id1/ioniz_sphere-id1.0002.vtk ······ id367/lev4/ioniz_sphere-id367-lev4.0002.vtk
vtk.txt
This code did not take effect. During the test, I encountered many errors as follows:
error 1: xy_cnt%ycount = 1
error 2: file_count%zcount = 1
error 3: First Line is "�'���+"
I ran join_vtk on a server using Intel2017, I don't know which step caused the problem.
I'd really appreciate some help with this!
Thanks!
Cheers,
Xinke Wang from NSSC
Dear Tripathi,
I've run the following example:
./configure --with-problem=ioniz_sphere --with-gas=hydro --enable-ion-radiation --enable-ion-plane --with-flux=roe --enable-mpi --enable-h-correction --enable-smr
800g of data was generated, I want to join vtk files on different grids together using join_vtk.c.
I use the following code to execute the executable file generated by compiling join_vtk.c (I used ······ to omit part of the code, the full version is in vtk.txt)
./join_vtk -o <ioniz_sphere.vtk> id0/ioniz_sphere.0002.vtk id1/ioniz_sphere-id1.0002.vtk ······ id367/lev4/ioniz_sphere-id367-lev4.0002.vtk
vtk.txt
This code did not take effect. During the test, I encountered many errors as follows:
error 1: xy_cnt%ycount = 1
error 2: file_count%zcount = 1
error 3: First Line is "�'���+"
I ran join_vtk on a server using Intel2017, I don't know which step caused the problem.
I'd really appreciate some help with this!
Thanks!
Cheers,
Xinke Wang from NSSC