You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Sir/mam,
i am trying to make logfile using mpich2's mpicc binary as given
below.
mpicc -mpilog -profile=temp -o sim sim.c
temp is my profiling library.
This commands gives following error.
cc1: error: Unrecognized command line option "-mpilog". And its not
getting compiled.
Please help me out. I want clog2 files for jumpshot to trace my code.
Thank you.
blmblm.m...@gmail.com
unread,
Nov 25, 2011, 12:50:10 PM11/25/11
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
which seems to me to be saying that the "-mpilog" flag is not valid
in MPICH2 and that instead one should use "-mpe=mpilog". I haven't
tested it, but a quick look at the mpicc wrapper script makes this
seem plausible.
--
B. L. Massingill
ObDisclaimer: I don't speak for my employers; they return the favor.