computationalmodelling / virtualmicromagnetics

Virtual Micromagnetics: enabling accessible and reproducible micromagnetic simulation.
http://virtualmicromagnetics.org
Other
9 stars 1 forks source link

Dolfin import missing "fftw.taint" #57

Open mvousden opened 8 years ago

mvousden commented 8 years ago

Importing dolfin in virtualmicromagnetics-full results in an import error.

mvousden commented 8 years ago

This is caused by the LD_LIBRARY_PATH being modified from the Fidimag installation. The fix for this is to clear the LD_LIBRARY_PATH environment variable.

mvousden commented 8 years ago

Of course, removing LD_LIBRARY_PATH casues Fidimag to be unable to find cvode...