Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D darshan-dxlt
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • intel-hpdd
  • darshan-dxlt
  • Merge requests
  • !1
The source project of this merge request has been removed.

Add "extra info" field to the records

Closed Rob Latham requested to merge (removed):dxlt-extra-info into master Dec 19, 2016
  • Overview 0
  • Changes 3

Sometimes I like to annotate these kinds of logs with a bit of additional information. For example, ROMIO's two-phase collective I/O algorithim will divide a very large request into multiple rounds of I/O, and occasionally it is helpful to sort out which I/O came from which round.

In this approach I am increasing the size of the segment_info... by a lot, which will greatly cut down the maximum number of log entries. Maybe a small malloc is a better approach, especially since I imagine "extra info" will be uncommonly used. Let me know and I can implement this with malloc.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dxlt-extra-info