Newsgroups: gnu.gcc.help,comp.parallel.mpi From: Dirk Eiden Subject: Re: Help! Date: 24 Sep 97 10:11:13 GMT Message-ID: <3428e741.0@news.rz.uni-hildesheim.de> In comp.parallel.mpi Rama Rao Kotapally wrote: : I am a graduate student at UVA . I intend to use MPI for parallezing my : C++ code ( fault detection of VLSI chips) . I downloaded MPICH but when : I try to configure it using -c++ option it just hangs. Could anyone be : kind enough to tell me where the problem is? from what I make of it : MPICH does not support C++ , does it? and If there are any other : implementations which use C++ could u tell me what they are ?so that I : can run my C++ program on it. : I used ./configure -arch=sun4 -device=ch_p4 -c++=/usr/cs/contrib/bin/gcc There is the following note in install.ps from mpich: If '-c++' is included as an option, then the C++ interface is also built. By default, g++ is used as the c++ compiler. THIS IS CURRENTLY UNSUPPORTED. I'm using C++ and LAM (http://www.osc.edu/lam.html). -eido