From fbe8dca5ba11a51acb675461afe8d40f43f4aba6 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Thu, 25 Aug 2005 16:42:18 +0000 Subject: [PATCH] Remove vestigial node_use (virtual or coprocessor) field from job request RPC. It is now handled by mpirun on BlueGene systems. --- NEWS | 2 ++ slurm/slurm.h.in | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 977c8d4c83b..e34b78336ef 100644 --- a/NEWS +++ b/NEWS @@ -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 ============================= diff --git a/slurm/slurm.h.in b/slurm/slurm.h.in index 620edeb3f25..14700786571 100644 --- a/slurm/slurm.h.in +++ b/slurm/slurm.h.in @@ -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 */ -- GitLab