Skip to content
Snippets Groups Projects
Commit fbe8dca5 authored by Moe Jette's avatar Moe Jette
Browse files

Remove vestigial node_use (virtual or coprocessor) field from job

  request RPC. It is now handled by mpirun on BlueGene systems.
parent 0510fc3e
No related branches found
No related tags found
No related merge requests found
......@@ -9,6 +9,8 @@ documents those changes that are of interest to users and admins.
-- Change the proctrack API to send a slurmd_job_t pointer to both
slurm_container_create() and slurm_container_add(). One of those
functions MUST set job->cont_id.
-- Remove vestigial node_use (virtual or coprocessor) field from job
request RPC.
* Changes in SLURM 0.6.0-pre2
=============================
......
......@@ -313,7 +313,6 @@ typedef struct job_descriptor { /* For submit, allocate, and update requests */
#endif
uint16_t conn_type; /* see enum connection_type */
uint16_t rotate; /* permit geometry rotation if set */
uint16_t node_use; /* see enum node_use_type */
/* End of Blue Gene specific values */
select_jobinfo_t select_jobinfo; /* opaque data type,
* SLURM internal use only */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment