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