ROSS
phold.h File Reference
#include <ross.h>

Go to the source code of this file.

Data Structures

struct  phold_state
struct  phold_message

Typedefs

typedef struct phold_state phold_state
typedef struct phold_message phold_message

Variables

tw_stime lookahead = 1.0
static unsigned int stagger = 0
static unsigned int offset_lpid = 0
static tw_stime mult = 1.4
static tw_stime percent_remote = 0.25
static unsigned int ttl_lps = 0
static unsigned int nlp_per_pe = 8
static int g_phold_start_events = 1
static int optimistic_memory = 100
static tw_stime mean = 1.0
static char run_id [1024] = "undefined"

Typedef Documentation

◆ phold_message

typedef struct phold_message phold_message

Definition at line 11 of file phold.h.

◆ phold_state

typedef struct phold_state phold_state

Definition at line 10 of file phold.h.

Variable Documentation

◆ g_phold_start_events

int g_phold_start_events = 1
static

Definition at line 33 of file phold.h.

Referenced by main(), and phold_init().

◆ lookahead

tw_stime lookahead = 1.0

Definition at line 26 of file phold.h.

Referenced by main(), phold_event_handler(), phold_init(), and phold_pre_run().

◆ mean

tw_stime mean = 1.0
static

◆ mult

tw_stime mult = 1.4
static

Definition at line 29 of file phold.h.

Referenced by main().

◆ nlp_per_pe

unsigned int nlp_per_pe = 8
static

Definition at line 32 of file phold.h.

Referenced by main().

◆ offset_lpid

unsigned int offset_lpid = 0
static

Definition at line 28 of file phold.h.

Referenced by main().

◆ optimistic_memory

int optimistic_memory = 100
static

Definition at line 34 of file phold.h.

Referenced by main().

◆ percent_remote

tw_stime percent_remote = 0.25
static

Definition at line 30 of file phold.h.

Referenced by main(), phold_event_handler(), and phold_pre_run().

◆ run_id

char run_id[1024] = "undefined"
static

Definition at line 39 of file phold.h.

◆ stagger

unsigned int stagger = 0
static

Definition at line 27 of file phold.h.

Referenced by main(), and phold_init().

◆ ttl_lps

unsigned int ttl_lps = 0
static

Definition at line 31 of file phold.h.

Referenced by main(), phold_event_handler(), and phold_pre_run().