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

Update provenance data collection #1429

Merged
merged 3 commits into from
Apr 27, 2017

Commits on Apr 20, 2017

  1. Update mach_syslog for other platforms to match that for Anvil

    When adding mach_syslog for Anvil, the logic was refactored,
    decreasing the amount of data collected. Similar changes are
    introduced for mach_syslog for the other systems. The system-specific
    commands are querying system and job status were also examined,
    and some of the command choices and options modified.
    
    [BFB]
    Patrick Worley committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    16cd4eb View commit details
    Browse the repository at this point in the history
  2. Modify collection of provenance data on all supported systems

    Disable collection of xtdb2proc and mdiag system configuration
    data for Titan. (May want to re-enable in the future,
    so just commenting out, not deleting.)
    
    Eliminate collection of some redundant or irrelevant date on SLURM
    systems at NERSC, and add collection of some data on system
    configuration and node usage by other jobs. Also fix error caused
    by changed name of ACME job script output on NERSC systems.
    
    Anvil support in provenance.py was lost inadvertently. Adding it
    back. Also eliminate some unnecessary detail in the provenance data
    collected on Anvil.
    
    Eliminate some unnecessary detail in the provenance data collected
    on Mira and Cetus.
    
    [BFB]
    Patrick Worley committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    e9b7a35 View commit details
    Browse the repository at this point in the history
  3. Decrease amount of provenance data collected on Anvil and Titan

    Two more small changes in the provenance information collected
    on Titan and Anvil, to further decrease what is collected.
    
    [BFB]
    Patrick Worley committed Apr 20, 2017
    Configuration menu
    Copy the full SHA
    2066fcf View commit details
    Browse the repository at this point in the history