1. 05 Aug, 2013 3 commits
  2. 01 Aug, 2013 3 commits
  3. 31 Jul, 2013 6 commits
  4. 30 Jul, 2013 1 commit
  5. 29 Jul, 2013 1 commit
  6. 26 Jul, 2013 5 commits
  7. 25 Jul, 2013 2 commits
  8. 24 Jul, 2013 1 commit
  9. 23 Jul, 2013 8 commits
  10. 22 Jul, 2013 3 commits
    • Morris Jette's avatar
      Fix job preemption problem with mutliple preemption types · 4f22bbc8
      Morris Jette authored
      If a job preemption involves multiple preemption types (cancel +
      requeue + suspend) and more than one job is preempted with one
      of the preemption types being suspend and the other something else,
      the preemptee initiation may be delayed longer than needed.
      bug 377
      4f22bbc8
    • Danny Auble's avatar
      50eb5f7e
    • Chris Harwell's avatar
      Modify the configure m4 macro for rrdtool to work better · feffa87e
      Chris Harwell authored
      such that  1) specifying --without-rrdtool or --with-rrdtool=no works as
      expected, disabling rrdtool build and  2) the link test also tests for
      rrd_info_t which was not present in the old rrdtool-devel-1.2.27 which I
      happen to have installed. It is present in the newer rrdtool I used from
      rpmforge for centos5 rrdtool-devel-1.4.7-1.el5.rf.x86_64.
      rrd_info_t was chosen because it was in the output of make when it failed.
      
      That is I saw this error:
      /bin/sh ../../../../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../slurm -I../../../.. -I../../../../src/common  -I/usr/include    -DNUMA_VERSION1_COMPATIBILITY -g -O2 -pthread -fno-gcse -MT ext_sensors_rrd.lo -MD -MP -MF .deps/ext_sensors_rrd.Tpo -c -o ext_sensors_rrd.lo ext_sensors_rrd.c
      libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../../.. -I../../../../slurm -I../../../.. -I../../../../src/common -I/usr/include -DNUMA_VERSION1_COMPATIBILITY -g -O2 -pthread -fno-gcse -MT ext_sensors_rrd.lo -MD -MP -MF .deps/ext_sensors_rrd.Tpo -c ext_sensors_rrd.c  -fPIC -DPIC -o .libs/ext_sensors_rrd.o
      ext_sensors_rrd.c: In function '_rrd_get_last_one':
      ext_sensors_rrd.c:198: error: 'rrd_info_t' undeclared (first use in this function)
      ext_sensors_rrd.c:198: error: (Each undeclared identifier is reported only once
      ext_sensors_rrd.c:198: error: for each function it appears in.)
      ext_sensors_rrd.c:198: error: 'data' undeclared (first use in this function)
      ext_sensors_rrd.c:198: error: 'data_p' undeclared (first use in this function)
      feffa87e
  11. 19 Jul, 2013 3 commits
  12. 18 Jul, 2013 3 commits
  13. 17 Jul, 2013 1 commit