Skip to content
This repository has been archived by the owner on Feb 10, 2021. It is now read-only.

Various changes #19

Merged
merged 7 commits into from
Jan 23, 2017
Merged

Various changes #19

merged 7 commits into from
Jan 23, 2017

Commits on Jan 20, 2017

  1. Configuration menu
    Copy the full SHA
    5bc5979 View commit details
    Browse the repository at this point in the history
  2. Specify template attributes with dictionaries

    This maintains job template information in a dictionary rather than a
    set of attributes on the Cluster object.
    
    Additionally, we expose a hostname keyword
    mrocklin committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    df7cb45 View commit details
    Browse the repository at this point in the history
  3. Kill all jobs attached to a session at exit

    Previously we maintained a set of jobs to close manually and iterated
    through these manually.  This was error prone.
    
    Now we use the proper `drmaa.Session.JOB_IDS_SESSION_ALL` flag
    mrocklin committed Jan 20, 2017
    Configuration menu
    Copy the full SHA
    87131b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9d36cd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e559ae3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    03a9b97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ba9a9f3 View commit details
    Browse the repository at this point in the history