[mpich-discuss] please tell me
Anthony Chan
chan at mcs.anl.gov
Tue Dec 22 12:52:25 CST 2009
----- "Ajith Premarathne" <aindike at gmail.com> wrote:
> first i am student of parrell and cluster computing.
> I have reading the user guide but due to my lack of understanding
> English i
> hard to understand and i was try to compile program and run but i was
> fail.i
> have try this since last week.
Not sure what can be done to help you understand the user's guide. Is there
a translator that translates the pdf file to your language ?
> please. if u can give me example of compiling and running mpich programm, it
> is very help to me.
Compiling/linking:
mpicc -o cpi cpi.c
Running on a single machine:
mpd &
mpiexec -n 4 cpi
More information about the mpich-discuss
mailing list