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

incomplete log error #962

Open
shubh0155 opened this issue Oct 27, 2023 · 2 comments
Open

incomplete log error #962

shubh0155 opened this issue Oct 27, 2023 · 2 comments

Comments

@shubh0155
Copy link

I've generated Darshan logs for Dlio benchmarking on my Luster file system. When I parse these logs using darshan-summary.pl, it generates a PDF, but the output appears to be incomplete. When I try to parse the logs using darshan-parser with the --show-incomplete flag, it gives the full report. I've also attempted to exclude all other directories by passing DARSHAN_EXCLUDE_DIRS=*, but I'm still facing the same issue. Can anyone provide assistance with this? Thank you.
Screenshot (58)
Screenshot (57)

@kevin-harms
Copy link

How many files are you trying to track per-rank? You might have rank0 or something that is using lots of files. If you use the --show-incomplete, do you see one rank (or many ranks) with lots of files?

@shanedsnyder
Copy link
Contributor

See this section in darshan-runtime docs about configuring the runtime library: https://www.mcs.anl.gov/research/projects/darshan/docs/darshan-runtime.html#_configuring_darshan_library_at_runtime

Specifically, you have a couple of options to ensure you're not missing something instrumentation:

  • simply asking for Darshan to allocate more records for modules that are running out of memory using the MAX_RECORDS setting
  • filtering out records that aren't of interest using NAME_EXCLUDE setting

There should be some example config files shown there that illustrate how to set those parameters. Maybe start there and let us know if you have any questions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants