Description
I want to open an ADIOS-based openPMD file. I am using VisIt 3.1.4 on macOS 11.4, downloaded as a binary.
I have written the file with our application (the Einstein Toolkit), and I can read it there as well. Both bpls
and openpmd-ls
display the information in the file correctly, and they don't indicate any errors.
There are two issues:
(1) I cannot get VisIt to even open the file. The file selection box only lets me open files, but ADIOS bp file are stored as a directory. I tried pointing VisIt to one of the files in the directory, but this didn't work either, not even when I explicitly choose OpenPMD
as file format.
(2) I created a *.visit
file that points to the openPMD file (i.e. directory). I cannot open this file either; VisIt reports the error
VisIt could not read from the file "/Users/eschnett/simulations/brill-lindquist-write/output-0000/brill-lindquist-write/brill-lindquist-write.openpmd.visit".
The generated error message was:
There was an error opening /Users/eschnett/simulations/brill-lindquist-write/output-0000/brill-lindquist-write/brill-lindquist-write.openpmd.visit. It may be an invalid file. VisIt tried using the following file format readers to open the file: OpenPMD
The following error(s) may be helpful in identifying the problem:
The selected database type was not correct for the given file. The message from the database was Not an openPMD file: Error opening the file
I again explicitly chose OpenPMD
as file format.