Hi Koen,

This simple executable produces the error below:
 --------------------------

#include <mpi.h>

 int main(int argc, char *argv[])
 {
   MPI_Status stat;
   MPI_Init(&argc,&argv);
   MPI_Finalize();
   return 0;
 }

-----------------------------
Error when building the executable:

In file included from /home/iman/code/mpitest/src/main.cpp:1:
/usr/include/mpi.h:1757:33: error: ompi/mpi/cxx/mpicxx.h: No such file or
directory

Hope that helps,

Iman

On Feb 9, 2008 10:25 AM, Koen Beek <[EMAIL PROTECTED]> wrote:

> Hi iman,
>
>  could you include a example cpp source file that causes the issue and
> how to reproduce the error ?
>
>    thanks,
>
>       Koen
>
> --
> mistake in location of header files
> https://bugs.launchpad.net/bugs/188185
> You received this bug notification because you are a direct subscriber
> of the bug.
>

-- 
mistake in location of header files
https://bugs.launchpad.net/bugs/188185
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to