Thread: Searching For "mpi.h"

  1. #1
    Registered User
    Join Date
    Sep 2009
    Posts
    1

    Question Searching For "mpi.h"

    Hi, I'm a newbie in using C/C++. I get an assignment to make matrix-vector multiplication by using MPI. I'm working in Ubuntu 9.04. It means I'm working with its terminal.

    As I know, if I'll use MPI in C, I need "mpi.h" file to be included. But I can't find it. Can you help me, please?

  2. #2
    ATH0 quzah's Avatar
    Join Date
    Oct 2001
    Posts
    14,826
    How is it you managed to find this website, but you couldn't figure out how to use Scroogle?

    MPI Tutorial
    Cross Reference: /onnv/onnv-gate/usr/src/common/mpi/mpi.h


    Quzah.
    Hope is the first step on the road to disappointment.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Logical errors with seach function
    By Taka in forum C Programming
    Replies: 4
    Last Post: 09-18-2006, 05:20 AM
  2. C++ std routines
    By siavoshkc in forum C++ Programming
    Replies: 33
    Last Post: 07-28-2006, 12:13 AM
  3. Visual C++ 2005 linking and file sizes
    By Rune Hunter in forum C++ Programming
    Replies: 2
    Last Post: 11-12-2005, 10:41 PM
  4. Searching and matching strings: segmentation fault
    By Smola in forum C Programming
    Replies: 18
    Last Post: 07-11-2005, 12:25 AM