Added a run label to the parameter file that gets written to the snapshot headers.
Merged
Added a run label to the parameter file that gets written to the snapshot headers.
run_labels
into
master
1 unresolved thread
1 unresolved thread
Does what it says on the tin.
Merge request reports
Activity
added 1 commit
- 217a7594 - Write the run label at the same in the single_io case as in the other io modules.
added 1 commit
- 152a3422 - Added run labels to the ICs for which a well-known name exists.
assigned to @pdraper
@pdraper that should all be safe but given there is some i/o string manipulation involved I welcome an extra pair of eyes. Thanks!
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, ""); changed this line in version 4 of the diff
mentioned in commit fc7c339d
Please register or sign in to reply