Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix character length in declaration of string variables to avoid truncation of file paths/names #574

Merged
merged 3 commits into from
Sep 1, 2022

Conversation

gmao-rreichle
Copy link
Contributor

Increase the character length of string variables for path/file names to avoid truncation. Before this fix, there were sometimes runtime errors when path/file names got too long.
The present PR anticipates and requires merging of #569.
The present PR replaces #572, which was on top of "develop" before the #569 merge and would not have preserved some changes because one of the changed utility script was moved.
#572 was tested by @weiyuan-jiang.

@gmao-rreichle
Copy link
Contributor Author

LDAS Nightly 0-diff tests re-run successfully. Standard Intel tests only because of ongoing change to gcc12. Intel only is deemed sufficient.

@gmao-rreichle gmao-rreichle marked this pull request as ready for review September 1, 2022 17:25
@gmao-rreichle gmao-rreichle requested a review from a team as a code owner September 1, 2022 17:25
@gmao-rreichle gmao-rreichle merged commit 2a2da27 into develop Sep 1, 2022
@gmao-rreichle gmao-rreichle deleted the feature/rreichle/fix_character_length branch September 1, 2022 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants