You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The svpost program has a -nonbinary option to convert results to VTK ASCII format. However, using this option causes svpost to crash with
Will reduce all available data
Opening 4-procs_case/restart.100.1 to scan for number of variables...
Opening 4-procs_case/geombc.dat.1 to scan for number of processors and global modes...
libc++abi.dylib: terminating with uncaught exception of type std::bad_alloc: std::bad_alloc
The -vis option does work, converts results to Spectrum Visualizer (!) ASCII results.
And I can only wonder why the -nonbinary option is not named -ascii.
The text was updated successfully, but these errors were encountered:
The -nonbinary option description is Read/Write files in ASCII format so the crash occurs because svpost is trying to read simulation results in ASCII format.
It seems that the -nonbinary option is not used to write VTK ASCII files as I thought it might.
I'm not sure how useful this option is since results must be in ASCII to write results in ASCII. It would be nice to write results to VTK ASCII files.
The
svpost
program has a-nonbinary
option to convert results to VTK ASCII format. However, using this option causessvpost
to crash withThe
-vis
option does work, converts results to Spectrum Visualizer (!) ASCII results.And I can only wonder why the
-nonbinary
option is not named-ascii
.The text was updated successfully, but these errors were encountered: