1. 27 Sep, 2010 2 commits
  2. 25 Sep, 2010 3 commits
  3. 24 Sep, 2010 12 commits
  4. 23 Sep, 2010 8 commits
  5. 22 Sep, 2010 13 commits
  6. 21 Sep, 2010 2 commits
    • Moe Jette's avatar
      This fixes two 'prototype not found' warnings: · 6b6f356f
      Moe Jette authored
       allocate.c: In function ‘slurm_allocate_resources_blocking’:
       allocate.c:212: warning: call to function ‘_create_allocation_response_socket’ without a real prototype
       allocate.c:84: note: ‘_create_allocation_response_socket’ was declared here
      
       filetxt_jobacct_process.c: In function ‘filetxt_jobacct_process_archive’:
       filetxt_jobacct_process.c:1525: warning: call to function ‘slurm_reconfigure’ without a real prototype
       ../../../../slurm/slurm.h:2940: note: ‘slurm_reconfigure’ was declared here
      6b6f356f
    • Moe Jette's avatar
      Fix a segmentation fault in sview where the 'excluded_partitions' field · 488a50ca
      Moe Jette authored
          was set to NULL, caused by the absence of ~/.slurm/sviewrc.
      488a50ca