help-octave
[Top][All Lists]
Advanced

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

Compiling Octave: HDF5 and openmpi


From: Niels
Subject: Compiling Octave: HDF5 and openmpi
Date: Sat, 4 Jan 2014 01:10:04 -0800 (PST)

Hello,

I wanted to compile Octave 3.6.4 on Ubuntu 12.04 LTS with HDF5-support. 

The first thing I do is to type:
./configure 
in the directory I unpacked the sources in.

I receive the following errors in the config.log:

configure:35512: checking hdf5.h usability
configure:35512: gcc -c -g -O2 -pthread    conftest.c >&5
In file included from /usr/include/hdf5.h:24:0,
                 from conftest.c:590:
/usr/include/H5public.h:57:20: fatal error: mpi.h: No such file or directory

But the header-file mpi.h is available as the followin log shows:

address@hidden:/usr/local/src/octave/octave-3.6.4$ ll
/usr/include/mpi
lrwxrwxrwx 1 root root 21 Jun 30  2013 /usr/include/mpi ->
/etc/alternatives/mpi/
address@hidden:/usr/local/src/octave/octave-3.6.4$
/etc/alternatives/mpi
bash: /etc/alternatives/mpi: Is a directory
address@hidden:/usr/local/src/octave/octave-3.6.4$ ls
/etc/alternatives/mpi
mpif-common.h  mpif-config.h  mpif.h  mpif-mpi-io.h  mpi.h  openmpi 
vampirtrace

How do I make ./configure find mpi.h?

Kind regards
Niels Christoffers




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Compiling-Octave-HDF5-and-openmpi-tp4660641.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

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