help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: fem-fenics 0.0.1 released


From: Juan Pablo Carbajal
Subject: Re: fem-fenics 0.0.1 released
Date: Sun, 23 Feb 2014 13:36:22 +0100

On Sun, Feb 23, 2014 at 9:18 AM, Marco Vassallo <address@hidden> wrote:
> The solutions seems to be to set the CPPFLAGS as follow
>
> export CPPFLAGS="-I/usr/include/eigen3 $(mpicxx -showme:compile)"

Indeed this should solve the problem,
just find where "Dense" is installed. Try
 locate Eigen/Dense
in your terminal, you should add that path to CPPFLAGS as Marco explained.

To see if mpi is properly installed you can run
 mpicxx -showme:compile
in your terminal as well. If you get an error, then you need to install openmpi.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]