Skip to content
Snippets Groups Projects
  1. Dec 02, 2009
  2. Dec 01, 2009
  3. Nov 30, 2009
  4. Nov 25, 2009
  5. Nov 24, 2009
    • 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
Loading