Discussion:
Beginner for MPI programming
(too old to reply)
f***@gmail.com
2008-11-11 10:05:14 UTC
Permalink
Hello all,

I'm a beginner to MPI Programing in C. Need some help in this
regard.

I found that, MPI also has datatypes. But not getting why these
required & how to use.
What else needs to be concentrated, before to start coding?

As a beginner I want to start with the following example:

Problem: Finding the prime numbers between 1 to 1000

The problem size 1-1000 is divided into 10 parts and executed across
10 processes.

How this can be coded?

Thanks,
Sangamesh
Georg Bisseling
2008-11-14 13:13:22 UTC
Permalink
Post by f***@gmail.com
Hello all,
I'm a beginner to MPI Programing in C. Need some help in this
regard.
I found that, MPI also has datatypes. But not getting why these
required & how to use.
What else needs to be concentrated, before to start coding?
Problem: Finding the prime numbers between 1 to 1000
The problem size 1-1000 is divided into 10 parts and executed across
10 processes.
How this can be coded?
Thanks,
Sangamesh
I found the MPI standard document informative enough to start coding.
For your convenience the 1.x and 2.0 standard documents were recently
merged into the latest 2.1 standard paper available in several versions
here:
http://www.mpi-forum.org/docs/mpi-2.1/mpi-2-1-doc.htm
--
This signature intentionally left almost blank.
http://www.this-page-intentionally-left-blank.org/
f***@gmail.com
2008-11-16 07:20:37 UTC
Permalink
Post by Georg Bisseling
Post by f***@gmail.com
Hello all,
    I'm a beginner to MPI Programing in C. Need some help in this
regard.
 I found that, MPI also has datatypes. But not getting why these
required & how to use.
What else needs to be concentrated, before to start coding?
Problem: Finding the prime numbers between 1 to 1000
The problem size 1-1000 is divided into 10 parts and executed across
10 processes.
How this can be coded?
Thanks,
Sangamesh
I found the MPI standard document informative enough to start coding.
For your convenience the 1.x and 2.0 standard documents were recently
merged into the latest 2.1 standard paper available in several versions
here:http://www.mpi-forum.org/docs/mpi-2.1/mpi-2-1-doc.htm
Thank you. I'll go thru the documents.
Post by Georg Bisseling
--
This signature intentionally left almost blank.http://www.this-page-intentionally-left-blank.org/
Loading...