mpi.h: no such file or directory (Beginner Question)

Discussion about building and installing Elmer
Post Reply
tincho
Posts: 10
Joined: 08 Jan 2010, 17:45
Location: Switzerland, Winterthur

mpi.h: no such file or directory (Beginner Question)

Post by tincho »

hi all,

I got exactly the same error during compilation like ablackone (viewtopic.php?f=2&t=601)!
Ubuntu 10.04, openMPI, installad, Rev 4852 via svn.
I point to the directories, where mpi is installed in the compilation script, it works, but doesn't solve the problem.

Code: Select all

/usr/include/HYPRE_utilities.h:26:17: error: mpi.h: No such file or directory
how can i get out of this? Any ideas? Any hints?
I'd like to use the newest svn trunk, not the opennovation one.


thanx
martin.
hazelsct
Posts: 153
Joined: 05 Oct 2009, 17:02
Location: Boston, MA, USA
Contact:

Re: mpi.h: no such file or directory (Beginner Question)

Post by hazelsct »

Hello tincho,

At the risk of sounding like a broken record (I mention this often on the forum), you can get pretty up-to-date packages for elmer and its documentation at http://www.opennovation.org/ubuntu/ . It is compiled for Ubuntu 10.04 64-bit with everything and the kitchen sink (hypre, MUMPS, Scotch for partitioning etc.), and parallel operation works out-of-the-box.

To see the full compilation options, you can get the source package and look at the debian/rules file.

-Adam
Post Reply