Skip to content
Snippets Groups Projects
Forked from atlas / athena
139482 commits behind, 11110 commits ahead of the upstream repository.
  • Marcelo Vogel's avatar
    60c0cce8
    Transforms support for Shared Writer (ATLASJT-369) · 60c0cce8
    Marcelo Vogel authored
    This branch provides support for handling the output of AthenaMP in sharedWriter
    mode. AthenaMP typically produces an output file per core, which are then merged
    after processing. However, in sharedWriter mode, AthenaMP produces a single output
    file and no merging is necessary. A new argument flag was added (--sharedWriter True)
    to instruct the transforms to properly handle the single output file.
    
    
    Former-commit-id: c3e85a35c7b09fbc7b864910198d08bf0e6c1988
    60c0cce8
    History
    Transforms support for Shared Writer (ATLASJT-369)
    Marcelo Vogel authored
    This branch provides support for handling the output of AthenaMP in sharedWriter
    mode. AthenaMP typically produces an output file per core, which are then merged
    after processing. However, in sharedWriter mode, AthenaMP produces a single output
    file and no merging is necessary. A new argument flag was added (--sharedWriter True)
    to instruct the transforms to properly handle the single output file.
    
    
    Former-commit-id: c3e85a35c7b09fbc7b864910198d08bf0e6c1988
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
trfMPTools.py 8.52 KiB