Newsgroups: comp.parallel.mpi
From: furnish@laura.ph.utexas.edu (Geoffrey Furnish)
Subject: Re: MPI & C++
Organization: Institute for Fusion Studies, University of Texas at Austin
Date: 06 Jun 1996 21:47:14 GMT
Message-ID: <FURNISH.96Jun6144714@laura.ph.utexas.edu>

In article <31AEA792.2A0A@lirmm.fr> yh <hamadi@lirmm.fr> writes:

> I have a C++ code of a SA algorithm and i'd like to transfer it to MPI,
> unless the MPICH distribution doesn't support C++. Is there any solution
> or an other version of MPI which support C++. 

I have used C++ with MPICH, LAM, EPCC MPI, and IBM MPI for SP2.  Of
these, only IBM's was problematic (well, wrt language binding that is
:-), since they forgot to add the

#ifdef __cplusplus
extern "C" {
#endif

and corresponding closure stuff.  An official bug report was filed on
the machine in question, so IBM may well have fixed this by now.

-- 
--
Geoffrey Furnish		email: furnish@llnl.gov
LLNL X/ICF			phone: 510-424-4227	fax: 510-423-6172

