AMReX-Codes / Amrvis

Amrvis is a visualization package specifically designed to read and display output and profiling data from codes built on the AMReX framework.
https://amrex-codes.github.io/amrex/docs_html/Visualization.html
16 stars 16 forks source link

Questions about compile Amrvis #1

Closed ruohai0925 closed 6 years ago

ruohai0925 commented 6 years ago

Hello all,

When compiling the Amrvis in the HPC system, it shows that can not find -lXpm (I can not find the same library in the HPC system I use). Could anyone please provide some information about this error? Maybe I need to download -lXpm library and install it by myself.

Here is the screenshot of the error: image

Thanks!

ruohai0925 commented 6 years ago

Thanks all, I fixed this problem by downloading the -lXpm library.