~ubuntu-branches/ubuntu/precise/slurm-llnl/precise

« back to all changes in this revision

Viewing changes to src/plugins/select/cons_res/job_test.h

  • Committer: Bazaar Package Importer
  • Author(s): Gennaro Oliva
  • Date: 2011-04-08 11:21:17 UTC
  • mfrom: (3.3.16 sid)
  • Revision ID: james.westby@ubuntu.com-20110408112117-nfnyq9dtm55hqoaw
Tags: 2.2.4-1
* New upstream releases 
* Cleaning spare file and directories, not belonging to the sources
  generated by the building process and not removed by distclean.
  Added debian/clean with spare files and rm -rf inside debian/rules
  for directories.
* Added new packages libslurm-perl, libslurmdb-perl, slurm-llnl-torque
  (Closes: #575822) thanks to Julien Blache

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
 *      pretty much just handles load-leveling and max_share logic */
63
63
int cr_job_test(struct job_record *job_ptr, bitstr_t *bitmap,
64
64
                uint32_t min_nodes, uint32_t max_nodes, uint32_t req_nodes,
65
 
                int mode, select_type_plugin_info_t cr_type,
 
65
                int mode, uint16_t cr_type,
66
66
                enum node_cr_state job_node_req, uint32_t cr_node_cnt,
67
67
                struct part_res_record *cr_part_ptr,
68
68
                struct node_use_record *node_usage);