1. 16 Feb, 2016 6 commits
    • Morris Jette's avatar
      Correct NodeFeaturesPlugins config parsing · 780822da
      Morris Jette authored
      The parsing of the configuration parameter failed with a prefix
        of "node_features" due to vestigial logic for a plugin type
        of "knl".
      780822da
    • Morris Jette's avatar
      Correct capmc invocations · 2cb7bb35
      Morris Jette authored
      Was trying to set NUMA mode as MCNUMA and vise-versa
      Also change capmc to specify mode before nids, which seems more robust.
      2cb7bb35
    • Tim Wickberg's avatar
      7c6b9852
    • Morris Jette's avatar
      Avoid slurmctld abort if ClusterName not configured · aa5eb7ef
      Morris Jette authored
      the "fputs" function was aborting, trying to write a NULL string pointer.
      Also found the log message was printing the configured and read names
        in the wrong order.
      aa5eb7ef
    • 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 9 commits