22
edits
(Added Known issues section to report problems discussed on the mailing list) |
m (→Known issues: Added 14.04 as tested Ubuntu version.) |
||
Line 954: | Line 954: | ||
export CPPFLAGS="-I/usr/include/eigen3 $(mpicxx -showme:compile)" | export CPPFLAGS="-I/usr/include/eigen3 $(mpicxx -showme:compile)" | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Notice that {{Path|/usr/include/eigen3}} has to be changed accordingly to the path in which Eigen are to be found on your system. | |||
It should readily work in Ubuntu 13.10 and 14.04. | |||
* There is a known bug with Openmpi, discussed on the maintainers list [http://octave.1599824.n4.nabble.com/fem-fenics-0-0-1-released-tp4662182p4662234.html], that needs the preloading of a MPI shared library with the following command: | * There is a known bug with Openmpi, discussed on the maintainers list [http://octave.1599824.n4.nabble.com/fem-fenics-0-0-1-released-tp4662182p4662234.html], that needs the preloading of a MPI shared library with the following command: | ||
Line 961: | Line 962: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Again, notice that {{Path|/usr/lib/openmpi/lib/libmpi.so}} has to be changed to fit to your system. | Again, notice that {{Path|/usr/lib/openmpi/lib/libmpi.so}} has to be changed to fit to your system. | ||
== Additional functionality / TODOS == | == Additional functionality / TODOS == |
edits