1. 06 Jun, 2018 11 commits
  2. 05 Jun, 2018 5 commits
    • Morris Jette's avatar
      Add missing lock · 5e746b77
      Morris Jette authored
      Without change, slurmctld would abort running test38.1:
      
      slurmctld: error: /home/jette/Desktop/SLURM/slurm.git/src/slurmctld/job_mgr.c:11177:
      get_next_job_id(): Assertion (verify_lock(FED_LOCK, READ_LOCK)) failed.
      Aborted (core dumped)
      5e746b77
    • Morris Jette's avatar
      Fix for incorrect locks set · 6c7512b2
      Morris Jette authored
      slurmctld would abort if started when slurmdbd down then later
      started.
      
      slurmctld: (node_scheduler.c:3182) job:14683 gres_req:NONE gres_alloc:
      slurmctld: (node_scheduler.c:2868) job:14683 gres:NONE gres_alloc:
      slurmctld: sched: Allocate JobID=14683 NodeList=nid00001 #CPUs=1 Partition=debug
      slurmctld: error: slurmdbd: Sending PersistInit msg: Connection refused
      slurmctld: error: slurmdbd: DBD_SEND_MULT_JOB_START failure: Connection refused
      slurmctld: error: /home/jette/Desktop/SLURM/slurm.git/src/slurmctld/controller.c:2456:
      set_cluster_tres(): Assertion (verify_lock(NODE_LOCK, WRITE_LOCK)) failed.
      
      ==29635==
      ==29635== Process terminating with default action of signal 6 (SIGABRT): dumping core
      ==29635==    at 0x54980BB: raise (raise.c:51)
      ==29635==    by 0x5499F5C: abort (abort.c:90)
      ==29635==    by 0x4FCBFC0: __xassert_failed (xassert.c:57)
      ==29635==    by 0x131FC5: set_cluster_tres (controller.c:2456)
      ==29635==    by 0x1329B4: _assoc_cache_mgr (controller.c:3230)
      ==29635==    by 0x52497FB: start_thread (pthread_create.c:465)
      ==29635==    by 0x5575B5E: clone (clone.S:95)
      6c7512b2
    • Tim Wickberg's avatar
      ad27675d
    • Killian's avatar
      Add --without x11 option to rpmbuild in slurm.spec. · 5c5e10f8
      Killian authored
      Bug 5206.
      5c5e10f8
    • Tim Wickberg's avatar
      Add X11Parameters option to slurm.conf. · 138fbb59
      Tim Wickberg authored
      And get it sent all the way into the slurmstepd.
      
      Bug 3547.
      138fbb59
  3. 04 Jun, 2018 22 commits
  4. 02 Jun, 2018 2 commits