Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fermi module incomplete #11

Open
jjeessppeer opened this issue Aug 15, 2019 · 1 comment
Open

Fermi module incomplete #11

jjeessppeer opened this issue Aug 15, 2019 · 1 comment

Comments

@jjeessppeer
Copy link
Collaborator

Regarding the Fermi processor in the fermi module

The Fermi-Surface processor in the fermi module is not done. Currently
it is capable of loading fermi data from the HDF5 file, but the
visualisation itself isn't correct.

One point that was discussed for verifying if it reads points
correctly, was modifying it to visualise single points from k-space
data where the positions of loaded points would be known in advance
and the positioning could be verified.

Building

The processor uses a library called einspline. To build it, that
library is requried. It can be found at
http://einspline.sourceforge.net/ along with installation
instructions.

If Inviwo complains that the library is missing, even though it is
installed:

"./bin/inviwo: error while loading shared libraries: libeinspline.so.0: cannot open shared object file: No such file or directory"

The solution is to manually pass it the path where einspline is
installed:

LD_LIBRARY_PATH=/usr/local/lib ./bin/inviwo

It is also possible to manually symlink the library from
/usr/local/lib to /lib.

@jjeessppeer
Copy link
Collaborator Author

This was previously a text file checked in in the repository, file will be removed and this issue used instead.

rartino pushed a commit that referenced this issue Jun 5, 2020
didax423 pushed a commit to adamskor/ENVISIoN that referenced this issue May 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant