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

Output file names inconsistent between MPI and non-MPI runs #27

Open
MatthieuSchaller opened this issue Oct 2, 2020 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@MatthieuSchaller
Copy link

A bit of a mix between bug and feature request.

When compiling the code with MPI all the output files have an .0 appended at the end of their name whilst the version of the code compiled without MPI does not. I think this is a left-over from the pre-parallel-hdf5 era where there were many files in the output.

Maybe the difference is intended behaviour though.

Another useful thing maybe would be to append a .hdf5 and .txt to the files to make humans (and hdf5 tools!) more happy when looking at files in a directory.

@rtobar
Copy link

rtobar commented Oct 6, 2020

I looked at this yesterday and indeed there are many inconsistencies as output filename generation is duplicated across many places in the code. I'm working on first unifying the generation of output filenames, then it will be relatively easy to address any required changes.

@rtobar rtobar added the enhancement New feature or request label Feb 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants