OpenMPI
0.1.1
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
sensor_resusage.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2009-2011 Cisco Systems, Inc. All rights reserved.
3
*
4
* $COPYRIGHT$
5
*
6
* Additional copyrights may follow
7
*
8
* $HEADER$
9
*/
10
/**
11
* @file
12
*
13
* Process Resource Utilization sensor
14
*/
15
#ifndef ORTE_SENSOR_RESUSAGE_H
16
#define ORTE_SENSOR_RESUSAGE_H
17
18
#include "orte_config.h"
19
20
#include "orte/mca/sensor/sensor.h"
21
22
BEGIN_C_DECLS
23
24
struct
orte_sensor_resusage_component_t
{
25
orte_sensor_base_component_t
super;
26
int
sample_rate;
27
float
node_memory_limit;
28
float
proc_memory_limit;
29
};
30
typedef
struct
orte_sensor_resusage_component_t
orte_sensor_resusage_component_t
;
31
32
ORTE_MODULE_DECLSPEC
extern
orte_sensor_resusage_component_t
mca_sensor_resusage_component;
33
extern
orte_sensor_base_module_t
orte_sensor_resusage_module;
34
35
36
END_C_DECLS
37
38
#endif
orte_sensor_base_component_1_0_0_t
Definition:
sensor.h:73
orte_sensor_resusage_component_t
Definition:
sensor_resusage.h:24
orte_sensor_base_module_1_0_0_t
Definition:
sensor.h:60
orte
mca
sensor
resusage
sensor_resusage.h
Generated on Wed Dec 24 2014 12:05:32 for OpenMPI by
1.8.8