[mpich-discuss] for using MPE library
Anthony Chan
chan at mcs.anl.gov
Mon May 9 10:50:06 CDT 2011
----- Original Message -----
> I try to make post visualization for my mpi programs using mpe library
> to
> generate log file and reading it with Upshot. i have included the
> header
> file mpef.h in my code but when compile , it gives me error of :
>
> hellow1.f90(7): error #5102: Cannot open include file 'mpef.h'
> include 'mpef.h'
> --------------^
> compilation aborted for hellow1.f90 (code 1)
>
Do you mean "mpe_logf.h" ?
>
> I'm sure that the header file mpef.h exists, but do not know why give
> this error
MPE does not provide mpef.h.
> I have used this command for compiling;
>
> mpif90 -g -traceback -o hellow1 hellow1.f90
To enable MPI automatic profiling, use "mpif90 -mpe=mpilog" to link.
For more details, see mpich2-xxx/src/mpe2/README.
A.Chan
>
> thanks in advance,
> Mohamed.
>
> _______________________________________________
> mpich-discuss mailing list
> mpich-discuss at mcs.anl.gov
> https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss
More information about the mpich-discuss
mailing list