Try using "mpecc -mpicc=<path_to_mpicxx>" to compile your C++ program. "mpicc -mpilog" is only available in the MPICH (not MPICH2 which provides mpicc -mpe=mpilog). Non-MPICH(2) based implementation needs to use mpecc instead to enable MPE.
A.Chan ----- "Ridhi Dua" <duari...@gmail.com> wrote: > Hello, > I have successfully installed MPE for my existing Open-MPI > installation and > have been able compile using the compiler wrapper 'mpecc'. > But, I have some C++ MPI programs which cannot be compiled using > mpecc. How > do I achieve this,or do I need to make changes to my MPE installation > procedure? I used the following command for my current installation. > > ./configure --prefix=/gpfs/fs3/home/xxx/mybin \ > MPI_CC=/sw/openmpi/bin/mpicc \ > --disable-f77 \ > --with-java=/usr/java/jdk1.6.0_13 > > (Also, I have managed to use mpecc, but not 'mpicc -mpilog hello.c' Is > this > assumption even correct for Open-MPI or is it an option only for MPICH > ) > > Thank you. > ~ ridZ > > _______________________________________________ > users mailing list > us...@open-mpi.org > http://www.open-mpi.org/mailman/listinfo.cgi/users