Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 4f10feba79911d5005dc3169b1ef6509 > files > 13

mpich2-doc-1.2.1-4.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML3.2 EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="DOCTEXT">
<TITLE>MPE_Describe_event</TITLE>
</HEAD>
<BODY BGCOLOR="FFFFFF">
<A NAME="MPE_Describe_event"><H1>MPE_Describe_event</H1></A>
Describe the attributes of an event without byte informational data in MPI_COMM_WORLD. 
<H2>Synopsis</H2>
<PRE>
int MPE_Describe_event( int eventID,
                        const char *name, const char *color )
</PRE>
<H2>Input Parameters</H2>
<DL>
<DT><B>eventID       </B><DD>event number for the event.

<DT><B>name          </B><DD>name of the event,
the maximum length of the NULL-terminated string is,
sizeof(CLOG_DESC), 32.

<DT><B>color         </B><DD>color of the event,
the maximum length of the NULL-terminated string is,
sizeof(CLOG_COLOR), 24.
</DL>
<P>
<H2>Notes</H2>
Adds a event definition to the logfile.  The function is provided
for backward compatibility purpose.  Users are urged to
use 'MPE_Describe_comm_event' instead.
<P>
This function is threadsafe.
<P>
<H2>See Also</H2>
 MPE_Log_get_solo_eventID(), MPE_Describe_comm_event()
<BR><P><B>Location:</B>../src/logging/src/mpe_log.c<P>
</BODY></HTML>