[mpich-discuss] Profiling configuration file mpe_mpilog.conf
Anthony Chan
chan at mcs.anl.gov
Sat May 3 01:42:54 CDT 2008
----- "Krishna Chaitanya" <kris.c1986 at gmail.com> wrote:
> Hi,
> I have made a few changes in the MPI source code and added a few lines
> of code into the MPE module. To compile the cpi program in the
> examples directory, I have added the -mpe=mpilog switch in the
> makefile. It was working well until it started reporting this error :
>
> ../bin/mpicc -g -O2 -mpe=mpilog -L../lib -o cpi cpi.o -lm -lmpich
> -lpthread -lrt
Assuming the mpicc that you invoked is in the mpich2 install directory,
you don't need "-L../lib" and "-lmpich ...." which are already done
in mpicc.
> Profiling configuration file mpe_mpilog.conf not found in
> /home/mpich-install/etc
Is there a mpe_mpilog.conf in /home/mpich-install/etc ?
If not, your installation of MPE2 is broken.
> This is followed by a few undefined references to the function that I
> have added in the MPE module. I checked the messages displayed during
> make and I noticed that the libmpe.a library was created successfully
> at src/mpe2/lib. What could be the problem?
Send us your configure, make and "make install" output as shown on
your screen.
A.Chan
> Thanks,
> Krishna Chaitanya,
>
>
>
> --
> In the middle of difficulty, lies opportunity
More information about the mpich-discuss
mailing list