Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Rob Latham
MPICH-BlueGene
Commits
84099284
Commit
84099284
authored
Oct 29, 2010
by
Pavan Balaji
Browse files
[svn-r7398] List all the FTB events we are publishing.
parent
6902be2e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/pm/hydra/tools/ftb/hydt_ftb.c
View file @
84099284
...
...
@@ -10,8 +10,11 @@
static
FTB_client_handle_t
ch
;
static
FTB_event_info_t
event_info
[]
=
{
{
"FTB_MPI_CKPOINTED"
,
"info"
},
{
"FTB_MPI_CKPOINT_FAILED"
,
"error"
}
{
"FTB_MPI_PROCS_RESTARTED"
,
"info"
},
{
"FTB_MPI_PROCS_RESTART_FAIL"
,
"error"
},
{
"FTB_MPI_PROCS_CKPTED"
,
"info"
},
{
"FTB_MPI_PROCS_CKPT_FAILED"
,
"error"
},
{
"FTB_MPI_PROCS_DEAD"
,
"error"
}
};
HYD_status
HYDT_ftb_init
(
void
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment