Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
main.c File Reference
#include "MPI_Events.h"
#include <stdio.h>
#include <mpi.h>
#include <pthread.h>
#include "VMPI.h"
#include "Timer.h"
#include "Trace_Comm.h"
#include "Sync_Time_MPI.h"
#include "Stream_MGR.h"
#include "Event_Pack.h"
#include "Posix_Wrapp.h"
#include "MALP_Config.h"
#include "config.h"
#include "Posix_Profile.h"
#include "Debug.h"
#include <execinfo.h>
#include <signal.h>
#include <stdlib.h>
Include dependency graph for main.c:

Go to the source code of this file.

Functions

void Config_Setup (int rank)
 
void Instrumentation_Constructor ()
 
void Instrumentation_Destructor ()
 
int MPI_Init (int *argc, char ***argv)
 
int analyzer_main (int argc, char **argv)
 
int MPI_Init_thread (int *argc, char ***argv, int required, int *provided)
 
void Render_POSIX_profile ()
 
int MPI_Finalize ()
 

Variables

static int is_an_mpi_program = 0
 
static const char * MALP_VERSION = "2.1"
 

Function Documentation

int analyzer_main ( int  argc,
char **  argv 
)

Here is the caller graph for this function:

void Config_Setup ( int  rank)

Definition at line 47 of file main.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void Instrumentation_Constructor ( )

Definition at line 73 of file main.c.

Here is the call graph for this function:

void Instrumentation_Destructor ( )

Definition at line 87 of file main.c.

Here is the call graph for this function:

int MPI_Finalize ( )

Definition at line 239 of file main.c.

Here is the call graph for this function:

int MPI_Init ( int *  argc,
char ***  argv 
)

Definition at line 100 of file main.c.

Here is the call graph for this function:

int MPI_Init_thread ( int *  argc,
char ***  argv,
int  required,
int *  provided 
)

Definition at line 115 of file main.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void Render_POSIX_profile ( )

Definition at line 221 of file main.c.

Here is the call graph for this function:

Here is the caller graph for this function:

Variable Documentation

int is_an_mpi_program = 0
static

Definition at line 83 of file main.c.

const char* MALP_VERSION = "2.1"
static

Definition at line 107 of file main.c.