1. 16 Feb, 2016 2 commits
    • Tim Wickberg's avatar
      protect slurm_mutex_* calls with abort() on pthread errors · 5084493d
      Tim Wickberg authored
      abort() rather than continue if pthread_mutex_ calls fail. better
      to die early rather than continue on and risk corruption. mirrors
      the (now removed) macro definitions from cbuf/hostlist/list.
      5084493d
    • Morris Jette's avatar
      Fix race condition in test · 2c6b0dcc
      Morris Jette authored
      If job submit time is right at a second boundary, the test could fail
      
      TEST: 15.37
      spawn /home/jette/SLURM/install_smd/bin/salloc --begin now+60 --deadline now+600 --time-min 10 sleep 1^M
      salloc: error: Job submit/allocate failed: Requested time limit is invalid (missing or exceeds some limit)^M
      
      FAILURE: batch not submitted with a deadline too short
      test15.37 FAILURE
      
      [2016-02-12T15:53:53.005] _valid_job_part: job's min_time greater than deadline (10 > 2016-02-12T16:03:52)
      [2016-02-12T15:53:53.005] _slurm_rpc_allocate_resources: Requested time limit is invalid (missing or exceeds some limit)
      2c6b0dcc
  2. 13 Feb, 2016 4 commits
  3. 12 Feb, 2016 10 commits
  4. 11 Feb, 2016 11 commits
  5. 10 Feb, 2016 13 commits