Salome HOME
[EDF28694] : DataForSort._Name not updated
authorAnthony Geay <anthony.geay@edf.fr>
Wed, 4 Oct 2023 07:22:36 +0000 (09:22 +0200)
committerAnthony Geay <anthony.geay@edf.fr>
Wed, 4 Oct 2023 07:22:36 +0000 (09:22 +0200)
src/Launcher_SWIG/Launcher.i

index 2681d2dbed2751d123ff93c5b4f11a01ee00c0d7..833ea08aa21a84c15c6a2e0b5baa8d3e6b68fca7 100644 (file)
@@ -217,6 +217,7 @@ public:
     new_resource_cpp.UserName = new_resource.username;
     new_resource_cpp.AppliPath = new_resource.applipath;
     new_resource_cpp.OS = new_resource.OS;
+    new_resource_cpp.DataForSort._Name = new_resource.name;
     new_resource_cpp.DataForSort._memInMB = new_resource.mem_mb;
     new_resource_cpp.DataForSort._CPUFreqMHz = new_resource.cpu_clock;
     new_resource_cpp.DataForSort._nbOfNodes = new_resource.nb_node;