piclas-framework / piclas

PICLas is a parallel, three-dimensional PIC-DSMC solver developed cooperatively by the Institute of Space Systems, Institute of Aerodynamics and Gas Dynamics at the University of Stuttgart and the spin-off boltzplatz. PICLas is a flexible particle-based plasma simulation suite.
https://piclas.readthedocs.io
GNU General Public License v3.0
71 stars 17 forks source link

plasma wave tutorial #14

Closed cesarengineer closed 3 months ago

cesarengineer commented 1 year ago

I'm trying to tun this tutorial but I’m getting this error:

./piclas: error while loading shared libraries: libmpi_usempif08.so.40: cannot open shared object file: No such file or directory

not sure what. I’m missing and how to fix it? any help will be greatly appreciated. Thanks.

scopplestone commented 1 year ago

Hi,

I guess you have compiled piclas with MPI-support. Does the error occur when you try to run the simulation? It seems that something with your shared libraries does not work as intended. Can you run the simulation without MPI-support (compile the executable with LIBS_USE_MPI=OFF) and see if that works?

kind regards Stephen

pnizenkov commented 3 months ago

Closing due to inactivity.