Could do that, but that doesn't address the fundamental pathway flaw.

- Marc

On 12/24/2013 04:51 AM, pini wrote:
Hi,

Marc J. Driftmeyer a écrit , Le 15/12/2013 17:00:
Package: libhdf5-openmpi-dev
Version: 1.8.11-5
Severity: normal

Dear Maintainer,

I installed libhdf5-openmpi-dev to build against Field3D GPU stack and wanting to build for parallel switched from hdf5 serial to hdf5 openmpi.

Result:

<mpi.h> not found.

Solution:

Edit H5public.h to change the following:

#include <mpi.h>

to

#include <openmpi/mpi.h>

Not sure if this is a proper workaround, but I can cleanly build Field3D now.

How about using CC=mpicc CXX=mpicxx instead?

Thanks,

_g.

--
Marc J. Driftmeyer
Email :: m...@reanimality.com <mailto:m...@reanimality.com>
Web :: http://www.reanimality.com
Cell :: (509) 435-5212

Reply via email to