1. 16 Jul, 2013 2 commits
  2. 15 Jul, 2013 8 commits
  3. 13 Jul, 2013 2 commits
    • Morris Jette's avatar
      Move location when job container plugin is called from · d8a7607a
      Morris Jette authored
      Before a task is attached to a PAGG and the PAGG attached to a
      reservation, no tracking is done.  Any files and directories the task
      creates at such a time will not be tracked.
      
      When a task is removed from a PAGG (via job_detachpid()), its current
      cleanup state is dropped, and no further files it creates will be tracked.
      
      Put another way, job_detachpid() will cancel any cleanup state accrued by
      that task, and make it as if that task had never been subject to CNCU.
      
      Once the creating task exits while subject to CNCU, the CNCU-tracking of
      their files is inherited by the PAGG, and then by the reservation when the
      PAGG exits.
      
      So if the slurmstepd task had spawned child tasks, and those tasks create
      files and exit while still attached to the PAGG attached to the
      reservation, then those files will be cleaned up when the reservation
      ends.
      
      Paul
      d8a7607a
    • Nathan Yee's avatar
      Added partition allow/deny configuration parameters · 4fc5ea2b
      Nathan Yee authored
      AllowAccounts, AllowQOS, DenyAccounts, DenyGroups and DenyQOS.
      Enforcement logic needs to be added as well as slurm.conf man page.
      4fc5ea2b
  4. 12 Jul, 2013 1 commit
  5. 11 Jul, 2013 18 commits
  6. 10 Jul, 2013 9 commits