1. 02 Dec, 2009 10 commits
  2. 01 Dec, 2009 14 commits
  3. 30 Nov, 2009 4 commits
  4. 25 Nov, 2009 11 commits
  5. 24 Nov, 2009 1 commit
    • Danny Auble's avatar
      plugrack_use_by_type() threw away the plugin_err_t reported by · e32c6b8a
      Danny Auble authored
      plugin_load_from_file(). Be sure to collect this error and
      return a useful error message to the slurm log.
      
      Additionally, even though I don't think plugin refcounts actually
      do anything in SLURM, the refcount was inadvertently incremented
      on PLUGIN_INVALID_HANDLE instead of for valid handles. This patch
      fixes that bug as well.
      (From Mark Grondona)
      
      e32c6b8a