|
Lines 134-140
static int track_status = 1;
Link Here
|
| 134 |
|
134 |
|
| 135 |
// Filename to write status information to |
135 |
// Filename to write status information to |
| 136 |
// This file consists of step->node_tasks + 1 bytes. Each byte will |
136 |
// This file consists of step->node_tasks + 1 bytes. Each byte will |
| 137 |
// be either 1 or 0, indicating that that particular event has occured. |
137 |
// be either 1 or 0, indicating that that particular event has occurred. |
| 138 |
// The first byte indicates the starting LLI message, and the next bytes |
138 |
// The first byte indicates the starting LLI message, and the next bytes |
| 139 |
// indicate the exiting LLI messages for each task |
139 |
// indicate the exiting LLI messages for each task |
| 140 |
#define LLI_STATUS_FILE LLI_SPOOL_DIR"/status%"PRIu64 |
140 |
#define LLI_STATUS_FILE LLI_SPOOL_DIR"/status%"PRIu64 |