PIPS
task_parallelization-local.h File Reference
#include "task_private.h"
#include "dg.h"
#include "graph.h"
+ Include dependency graph for task_parallelization-local.h:

Go to the source code of this file.

Data Structures

struct  annotation
 
struct  cluster
 

Macros

#define MPI_COMM_WORLD_STRING   "MPI_COMM_WORLD"
 
#define MPI_GENERATION_NBR_CLUSTER   "MPI_NBR_CLUSTER"
 
#define MPI_GENERATION_PREFIX   "MPI_DUPLICATE_VARIABLE_PREFIX"
 
#define MPI_GENERATION_PRIVATE_VARIABLES_LIST   "MPI_PRIVATE_VARIABLES_LIST"
 
#define MPI_GENERATION_PRIVATE_PARAMETER   "MPI_PRIVATE_PARAMETER"
 
#define COMMENT_VARIABLE_REPLICATION   " Generated by Pass VARIABLE_REPLICATION\n"
 
#define COMMENT_COPY_VARIABLE   " Generated by Pass COPY_VARIABLE\n"
 
#define COMMENT_MPI_CONVERSION   " Generated by Pass MPI_CONVERSION\n"
 

Typedefs

typedef dg_arc_label arc_label
 Instantiation of the dependence graph: More...
 
typedef dg_vertex_label vertex_label
 

Macro Definition Documentation

◆ COMMENT_COPY_VARIABLE

#define COMMENT_COPY_VARIABLE   " Generated by Pass COPY_VARIABLE\n"

Definition at line 39 of file task_parallelization-local.h.

◆ COMMENT_MPI_CONVERSION

#define COMMENT_MPI_CONVERSION   " Generated by Pass MPI_CONVERSION\n"

Definition at line 40 of file task_parallelization-local.h.

◆ COMMENT_VARIABLE_REPLICATION

#define COMMENT_VARIABLE_REPLICATION   " Generated by Pass VARIABLE_REPLICATION\n"

Definition at line 38 of file task_parallelization-local.h.

◆ MPI_COMM_WORLD_STRING

#define MPI_COMM_WORLD_STRING   "MPI_COMM_WORLD"

Definition at line 30 of file task_parallelization-local.h.

◆ MPI_GENERATION_NBR_CLUSTER

#define MPI_GENERATION_NBR_CLUSTER   "MPI_NBR_CLUSTER"

Definition at line 32 of file task_parallelization-local.h.

◆ MPI_GENERATION_PREFIX

#define MPI_GENERATION_PREFIX   "MPI_DUPLICATE_VARIABLE_PREFIX"

Definition at line 33 of file task_parallelization-local.h.

◆ MPI_GENERATION_PRIVATE_PARAMETER

#define MPI_GENERATION_PRIVATE_PARAMETER   "MPI_PRIVATE_PARAMETER"

Definition at line 36 of file task_parallelization-local.h.

◆ MPI_GENERATION_PRIVATE_VARIABLES_LIST

#define MPI_GENERATION_PRIVATE_VARIABLES_LIST   "MPI_PRIVATE_VARIABLES_LIST"

Definition at line 35 of file task_parallelization-local.h.

Typedef Documentation

◆ arc_label

Instantiation of the dependence graph:

Definition at line 7 of file task_parallelization-local.h.

◆ vertex_label

Definition at line 8 of file task_parallelization-local.h.