1. 24 Jun, 2014 7 commits
  2. 23 Jun, 2014 2 commits
    • Morris Jette's avatar
      Add job reboot option · 0843b641
      Morris Jette authored
      Add job "reboot" option for Linux clusters. This invokes the configured
      RebootProgram to reboot nodes allocated to a job before it begins execution.
      0843b641
    • Morris Jette's avatar
      Cosmetic changes · a0f85d90
      Morris Jette authored
      Put things in alphabetic order.
      Fix extern definition to be more clear.
      a0f85d90
  3. 21 Jun, 2014 1 commit
  4. 20 Jun, 2014 6 commits
    • Morris Jette's avatar
      Merge branch 'slurm-14.03' · efe78c8d
      Morris Jette authored
      efe78c8d
    • Morris Jette's avatar
      Fix in HDF5 for NULL hostname · 5520ec6a
      Morris Jette authored
      The hostname was being set as an HDF5 value before the field was
      set in slurmstepd, resulting in SEGV. This change sets hostname
      before the HDF5 call and also tests for NULL before trying to set
      the value. Backtrace of failure:
      (gdb) bt
      0  strlen () at ../sysdeps/x86_64/strlen.S:106
      1  0x00007f4af5bb756d in put_string_attribute (parent=33554432,
         name=0x7f4af5bb8591 "Node Name", value=0x0)
         at src/plugins/acct_gather_profile/hdf5/hdf5_api.c:1711
      2  0x00007f4af5bad224 in acct_gather_profile_p_node_step_start (job=0x194cc80)
         at src/plugins/acct_gather_profile/hdf5/acct_gather_profile_hdf5.c:372
      3  0x000000000052ca86 in acct_gather_profile_g_conf_set (tbl=0x194cc80)
         at src/common/slurm_acct_gather_profile.c:490
      4  0x000000000042e028 in batch_stepd_step_rec_create (msg=0x194d280)
         at src/slurmd/slurmstepd/slurmstepd_job.c:496
      5  0x0000000000426ae5 in mgr_launch_batch_job_setup (msg=0x194d280, cli=0x194bec0)
         at src/slurmd/slurmstepd/mgr.c:422
      6  0x00000000004263da in _step_setup (cli=0x194bec0, self=0x0, msg=0x194bd90)
         at slurmd/slurmstepd/slurmstepd.c:516
      7  0x0000000000424302 in main (argc=1, argv=0x7fff1f7c6c98)
          at src/slurmd/slurmstepd/slurmstepd.c:127
      5520ec6a
    • Matthieu Hautreux's avatar
      992ec094
    • Morris Jette's avatar
      Fix typo in last commit · 4022fb59
      Morris Jette authored
      4022fb59
    • Morris Jette's avatar
      Added HealthCheckNodeState option cycle · fd0926de
      Morris Jette authored
      Added HealthCheckNodeState option of "cycle" to cycle through the compute
      nodes over the course of HealthCheckInterval rather than running all at
      the same time.
      bug 884
      fd0926de
    • Morris Jette's avatar
      in core_spec test, verify enabled · a0d78f03
      Morris Jette authored
      Don't test that core specialization works if it is disabled in
      slurm.conf.
      a0d78f03
  5. 19 Jun, 2014 10 commits
  6. 18 Jun, 2014 6 commits
  7. 17 Jun, 2014 8 commits