Skip to content
Snippets Groups Projects

Added a run label to the parameter file that gets written to the snapshot headers.

Merged Matthieu Schaller requested to merge run_labels into master
1 unresolved thread

Does what it says on the tin.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
4972 4972 /* Make the space link back to the engine. */
4973 4973 s->e = e;
4974 4974
4975 /* Read the run label */
4976 memset(e->run_name, 0, PARSER_MAX_LINE_SIZE);
4977 parser_get_opt_param_string(params, "MetaData:run_name", e->run_name, "");
  • added 1 commit

    • 7ac476f0 - Set a default non-empty run name.

    Compare with previous version

  • added 1 commit

    • 03ebd831 - Set a default non-empty run name.

    Compare with previous version

  • Thanks, all good to go now.

  • Peter W. Draper mentioned in commit fc7c339d

    mentioned in commit fc7c339d

  • Please register or sign in to reply
    Loading