On Sep 14, 2007, at 3:22 PM, Miguel Ángel González Gisbert wrote:
> If I code a program in C++, given that I use the traditional "C MPI
> calls" (i.e. without using any C++ binding), and I compile it with a
> C++ MPI compiler (ex. mpic++), will it run ok? (i.e. not only
> correctness but also performance).
Yes, it will run fine. Compile times will be slightly longer
(because it's including the extra headers for the C++ bindings), but
it will do no harm to run-time performance.
Good luck,
Brian
--
Brian Barrett
LAM/MPI Developer
Make today a LAM/MPI day!
|