1. 28 Nov, 2018 2 commits
  2. 27 Nov, 2018 12 commits
  3. 26 Nov, 2018 2 commits
  4. 23 Nov, 2018 2 commits
  5. 21 Nov, 2018 8 commits
  6. 20 Nov, 2018 4 commits
  7. 15 Nov, 2018 2 commits
    • Michael Hinton's avatar
      Fix error message for gettimeofday() diagnostic code. · 3f5c0e58
      Michael Hinton authored
      Unit is microseconds, but the value is for 1000 calls.
      
      Bug 4961.
      3f5c0e58
    • Marshall Garey's avatar
      Fix srun --prolog=none and --epilog=none to behave as documented · 5ab10c85
      Marshall Garey authored
      The srun man page states that --prolog=none or --epilog=none would
      prevent the SrunProlog or SrunEpilog scripts defined in slurm.conf from
      running. However, with SLURM_TEST_EXEC set in the environment, srun
      would look for a script named "none" and run it if found. If not found,
      then srun would print an error message, but the SrunProlog or
      SrunEpilog would (correctly) not run.
      
      * Prevent srun from running a script named "none" that is in the path.
      * This also prevents the error message if it is not found.
      
      Bug 5948.
      5ab10c85
  8. 14 Nov, 2018 1 commit
  9. 12 Nov, 2018 1 commit
  10. 11 Nov, 2018 1 commit
  11. 10 Nov, 2018 3 commits
  12. 09 Nov, 2018 2 commits
    • Nate Rini's avatar
      Better documentation for srun --mem option · 19d30fb7
      Nate Rini authored
      when explaining allocation vs step.
      
      Bug 5929
      19d30fb7
    • Felip Moll's avatar
      Don't consider partitions without enough nodes in reservation, main · c4fb3779
      Felip Moll authored
      scheduler.
      
      Main scheduler detects if a job asked for more than one partition and splits
      one scheduling tasks for each partition. If the job asked for a reservation and
      the intersection between the nodes in the reservation and the partition does
      not suffice to satisfy the job, then skip scheduling this partition.
      
      Otherwise this may cause useless scheduling effort and possibly overwriting
      incorrectly the PD reason of a job.
      
      bug 5895
      c4fb3779