Skip to content
Snippets Groups Projects
Commit fecb6dbc authored by Rod Schultz's avatar Rod Schultz Committed by Danny Auble
Browse files

Misc sh5util cleanup

parent 65c6fe79
No related branches found
No related tags found
No related merge requests found
...@@ -118,7 +118,7 @@ sh5util [<OPTION>] -j <job[.stepid]> \n\ ...@@ -118,7 +118,7 @@ sh5util [<OPTION>] -j <job[.stepid]> \n\
[Node:Totals|Node:TimeSeries] \n\ [Node:Totals|Node:TimeSeries] \n\
(default Node:Totals) \n\ (default Node:Totals) \n\
-s, --series: Name of series [Name|Tasks] \n\ -s, --series: Name of series [Name|Tasks] \n\
Name=Specific Name, Tasks=all tasks, \n\ Name=Specific Name, 'Tasks' is all tasks \n\
(default is everything) \n\ (default is everything) \n\
-j, --jobs: Format is <job(.step)>. Merge this job/step. \n\ -j, --jobs: Format is <job(.step)>. Merge this job/step. \n\
or comma-separated list of job steps. This option is \n\ or comma-separated list of job steps. This option is \n\
...@@ -239,6 +239,7 @@ static void _set_options(const int argc, char **argv) ...@@ -239,6 +239,7 @@ static void _set_options(const int argc, char **argv)
error("--uid=\"%s\" invalid", optarg); error("--uid=\"%s\" invalid", optarg);
exit(1); exit(1);
} }
break;
case (int)'v': case (int)'v':
params.verbose++; params.verbose++;
break; break;
...@@ -1106,8 +1107,6 @@ static void _extract_data() ...@@ -1106,8 +1107,6 @@ static void _extract_data()
series_names = NULL; series_names = NULL;
num_series = 0; num_series = 0;
H5Gclose(jgid_nodes); H5Gclose(jgid_nodes);
// } else if (!strncasecmp(params.level, "Task:", 5)) {
// TODO: do task (currently no task data
} else { } else {
error("%s is an illegal level", params.level); error("%s is an illegal level", params.level);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment