Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D darshan
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 72
    • Issues 72
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • darshan
  • darshan
  • Merge requests
  • !46

Merged
Created Apr 17, 2020 by Rob Latham@roblMaintainer

DXT: include mpiio offset

  • Overview 1
  • Commits 5
  • Changes 8

The MPI-IO entries to the DXT file don't have any offset information. This pull request fixes that with calls to MPI_File_get_position and MPI_File_get_byte_offset.

These routines in ROMIO turn "counts of file types" into "bytes" by walking the flattened type description. In some really hairy cases (E3SM comes to mind) this could take a bit of time. ROMIO is going to go do the same type-walking internally so probably not adding a lot of overhead to an already challenging workload, but I wanted to point out that these routines are more costly than say 'fseek(fd, 0, SEEK_POS)'

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: dev-dxt-mpiio-offset