#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>
Go to the source code of this file.
int analyzer_main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
void Config_Setup |
( |
int |
rank | ) |
|
void Instrumentation_Constructor |
( |
| ) |
|
void Instrumentation_Destructor |
( |
| ) |
|
int MPI_Init |
( |
int * |
argc, |
|
|
char *** |
argv |
|
) |
| |
int MPI_Init_thread |
( |
int * |
argc, |
|
|
char *** |
argv, |
|
|
int |
required, |
|
|
int * |
provided |
|
) |
| |
void Render_POSIX_profile |
( |
| ) |
|
int is_an_mpi_program = 0 |
|
static |
const char* MALP_VERSION = "2.1" |
|
static |