Warwick-Plasma / epoch

Particle-in-cell code for plasma physics simulations
https://epochpic.github.io
GNU General Public License v3.0
186 stars 59 forks source link

Unable to compile visit sdf plugin in Ubuntu 22 #652

Open phy-ak opened 6 months ago

phy-ak commented 6 months ago

WhatsApp Image 2024-04-21 at 1 10 18 PM

Hi, I have installed visit 3.4.1 in ubuntu 22 system. But i am getting the above error when I try to read the sdf files using the visit software. When I type make visit in epoch#d directory, though it shows sdf reader is successfully built, this error still persisits.

Screenshot from 2024-04-21 22-10-18

xh-ui commented 5 months ago

Dear,

Have you resolved the problem or have you been successed with other VisIt version?

I met the exactly same problem on visit 3.4.1 and ubuntu22. The sdf plugin was built successfully but the sdf file can't be opened in visit still.

Yuhao-PAN commented 1 month ago

Hi.

I have meeted this problem before. When the SDF plugin is compiled successfully, the shared library file of the plugin will be generated in the path $EPOCHHOME/SDF/visit/bin/plugins/database, and $EPOCH HOME is the path where the EPOCH file is located.

So Just copy these shared library files to the folder where the plugins are located in ~/.visit. The visit I installed is 3.4.1, so on my computer, I need to copy the library files to ~/.visit/3.4.1/Linux-x86 _ 64/plugins/databases/. Visit seems to only recognize plugins in this path.