Amrvis
Amrvis copied to clipboard
Amrvis is a visualization package specifically designed to read and display output and profiling data from codes built on the AMReX framework.
On Apple Silicon, Homebrew installs into `/opt/homebrew` instead of `/usr/local`. This adds `/opt/homebrew/include` to the include path and `/opt/homebrew/lib` to the link path. Fixes https://github.com/AMReX-Codes/Amrvis/issues/26.
I have a new Apple laptop with the M3 Max chip. I installed openmotif and xquartz, compiled volpack and amrvis, but have a problem launching it. ### Install steps: ```...
building with clang fails with error: "ISO C++17 does not allow 'register' storage class specifier"
Building Amrvis fails with Apple Clang 14.0.0 (CommandLineTools 14.1.0): ``` Amrvis git:(main) ✗ gcc -v Apple clang version 14.0.0 (clang-1400.0.29.202) Target: arm64-apple-darwin22.1.0 Thread model: posix InstalledDir: /Library/Developer/CommandLineTools/usr/bin ``` ``` Amrvis...
According to the Amrvis documentation (step 2 [here](https://amrex-codes.github.io/amrex/docs_html/Visualization.html#)), after cloning the amrvis repository one should point the palette variable in `~/.amrvis.defaults` to the appropriate file within your local amrvis repo....
Spotted buffer overflows in `sprintf` with GCC 10.3. - [x] fix me X-ref: ignores https://github.com/AMReX-Codes/amrex/issues/2750 for now (can be a separate PR)
See https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9-beta/html-single/considerations_in_adopting_rhel_9/index#ref_changes-to-desktop_assembly_desktop I have tried building motif from source on RHEL 8, and I was not able to get it to build, so I am not optimistic about being able...
Is it possible to log-scale the variable being displayed? Also, is it possible to have the scale ranges use scientific notation? My data has very small values compared to 1...
@kngott started some work on parallelizing profvis. Some of the work is already merged to `main`. The latest work is in `feature-parallel-profvis`.
Hi, I am seeing the following error when trying to compile the 3D version of Amrvis. I have a compiled version of volpack library at the same directory level as...
Hello!, I cloned Armvis and volpack at the same level. I got the executable of DIM=1 and DIM=2. And I typed make in volpack without any problem. But when I...