From a3ed536881d622a53c6dd80e7c82d086f979b863 Mon Sep 17 00:00:00 2001
From: Lucas Nussbaum <lucas.nussbaum@loria.fr>
Date: Sun, 19 Jan 2020 15:51:40 +0100
Subject: [PATCH] [input/grue] Add cores_affinity for all GPUs

---
 input/grid5000/sites/nancy/clusters/grue/grue.yaml | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/input/grid5000/sites/nancy/clusters/grue/grue.yaml b/input/grid5000/sites/nancy/clusters/grue/grue.yaml
index 957a39e8ef..30d6cbc6da 100644
--- a/input/grid5000/sites/nancy/clusters/grue/grue.yaml
+++ b/input/grid5000/sites/nancy/clusters/grue/grue.yaml
@@ -41,6 +41,15 @@
          interface: SAS
          driver: megaraid_sas
          storage: SDD
+     gpu_devices:
+       nvidia0:
+         cores_affinity: 0 16 8 24 4 20 12 28
+       nvidia1:
+         cores_affinity: 2 18 10 26 6 22 14 30
+       nvidia2:
+         cores_affinity: 1 17 9 25 7 23 15 31
+       nvidia3:
+         cores_affinity: 3 19 11 27 5 21 13 29
    grue-[1-2]:
      supported_job_types:
         max_walltime: 86400 
-- 
GitLab