(please always reply-to-all when sending to this list - I am not the
only person who tries to help users)
How did you invoke CMake? The following is what I use on my Mac:
cmake .. -DCMAKE_CXX_COMPILER=mpicxx -DCMAKE_C_COMPILER=mpicc \
-DCMAKE_Fortran_COMPILER=mpif90 -DMATH_LIBS="-framework Accelerate" \
-DELEM_EXAMPLES=ON -DELEM_TESTS=ON
It seems you have a Linux system, in which case all you need to do is
replace "-framework Accelerate" with the appropriate BLAS library,
e.g. "-llapack -lblas". Maybe you'll need to add "-lgfortran
-lpthread" in some cases.
If you don't have MPI installed, then you need to apt-get, etc. that.
That's not really an Elemental question and I'm sure the internet has
detailed instructions on how to install MPI via the package manager
appropriate for your Linux distribution.
Jeff
On Fri, Jul 12, 2013 at 9:12 AM, Edward Vigmond <
ed.vi...@gmail.com> wrote:
> Hi
>
> Here are the logs.
>
> Cheers
> Ed
>
>
>
> On 07/12/2013 04:02 PM, Jeff Hammond wrote:
>
--
Jeff Hammond
jeff.s...@gmail.com