[MPICH] RE: C and C++ binding for MPI API
Jayesh Krishna
jayesh at mcs.anl.gov
Tue Feb 26 11:01:08 CST 2008
Hi,
You can look into any good books or tutorial
(http://www-unix.mcs.anl.gov/mpi/learning.html) explaining the MPI standard
to know about the C++ bindings for MPI.
You can find the reference for the C++ bindings at {
http://www-unix.mcs.anl.gov/mpi/mpi-standard/mpi-report-2.0/mpi2-report.htm#
Node0 } in section "Language bindings" --> "C++" .
Hope this helps.
Regards,
Jayesh
-----Original Message-----
From: wxfeng at email.jlu.edu.cn [mailto:wxfeng at email.jlu.edu.cn]
Sent: Tuesday, February 26, 2008 5:11 AM
To: Jayesh Krishna
Subject: C and C++ binding for MPI API
Hi,
I know my program is ok(remove the #undefs for SEEK_*) if I rename it to
test.c, but now I want to write some C++ parallel program, and I am not know
all C++ binding for MPI API. So could you give me a online list of C/C++
binding for MPI API, or help text?
Regards,
feng
----Original Message-----
From: Jayesh Krishna <jayesh at mcs.anl.gov>
Sent: Mon, 25 Feb 2008 10:08:52 -0600
To: wxfeng at email.jlu.edu.cn
Cc: mpich2-maint at mcs.anl.gov
Subject: RE: [MPICH2 Req #3946] A Problem about "C++ and SEEK_SET" - rename
your pgm to *.c
Hi,
In your program you are using the C binding for MPI API (The C++ binding
for MPI API looks like MPI::Init() ...). Rename your program test.cpp to
test.c and recompile (you can remove the #undefs for SEEK_*).
Regards,
Jayesh
----Original Message-----
From: wxfeng at email.jlu.edu.cn [mailto:wxfeng at email.jlu.edu.cn]
Sent: Sunday, February 24, 2008 7:17 AM
To: mpich2-maint at mcs.anl.gov
Cc: mpich2-maint at mcs.anl.gov
Subject: [MPICH2 Req #3946] A Problem about "C++ and SEEK_SET"
Hi,
There is a problem(error1.txt) when I using Microsoft Visual C++ 6.0 compile
a simple MPI program(test.cpp). I have browsed online FAQs, but the
answer(answer.txt) is not effective for me, Because if I followed that
answer, there are more errors(error2.txt), Could you help me? Thanks.
WX Feng
jilin university, China.
More information about the mpich-discuss
mailing list