From 7d78fafad5284ade2565daccfb7737da24b4459a Mon Sep 17 00:00:00 2001
From: Anna Wellmann <a.wellmann@tu-braunschweig.de>
Date: Tue, 13 Jun 2023 10:01:00 +0200
Subject: [PATCH] Remove quotes from vectors in configuration file

probably needed because of 201a9e1f736ef42638f7b7b888c6bd638ae9748e
---
 .../DrivenCavityMultiGPU/configPhoenix4GPU_regressionTest.txt  | 2 +-
 .../DrivenCavityMultiGPU/configPhoenix8GPU_regressionTest.txt  | 2 +-
 .../gpu/LBM/SphereScaling/configPhoenix4GPU_regressionTest.txt | 2 +-
 .../gpu/LBM/SphereScaling/configPhoenix8GPU_regressionTest.txt | 2 +-
 regression-tests/multigpu_test/rocket4GPU.yml                  | 2 +-
 regression-tests/multigpu_test/rocket8GPU.yml                  | 3 ++-
 6 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/apps/gpu/LBM/DrivenCavityMultiGPU/configPhoenix4GPU_regressionTest.txt b/apps/gpu/LBM/DrivenCavityMultiGPU/configPhoenix4GPU_regressionTest.txt
index c5789cdf9..9b8c6e42d 100644
--- a/apps/gpu/LBM/DrivenCavityMultiGPU/configPhoenix4GPU_regressionTest.txt
+++ b/apps/gpu/LBM/DrivenCavityMultiGPU/configPhoenix4GPU_regressionTest.txt
@@ -1,7 +1,7 @@
 ##################################################
 #GPU Mapping
 ##################################################
-Devices="0 1 2 3"
+Devices=0 1 2 3
 NumberOfDevices=4
 
 ##################################################
diff --git a/apps/gpu/LBM/DrivenCavityMultiGPU/configPhoenix8GPU_regressionTest.txt b/apps/gpu/LBM/DrivenCavityMultiGPU/configPhoenix8GPU_regressionTest.txt
index c5789cdf9..9b8c6e42d 100644
--- a/apps/gpu/LBM/DrivenCavityMultiGPU/configPhoenix8GPU_regressionTest.txt
+++ b/apps/gpu/LBM/DrivenCavityMultiGPU/configPhoenix8GPU_regressionTest.txt
@@ -1,7 +1,7 @@
 ##################################################
 #GPU Mapping
 ##################################################
-Devices="0 1 2 3"
+Devices=0 1 2 3
 NumberOfDevices=4
 
 ##################################################
diff --git a/apps/gpu/LBM/SphereScaling/configPhoenix4GPU_regressionTest.txt b/apps/gpu/LBM/SphereScaling/configPhoenix4GPU_regressionTest.txt
index c5789cdf9..9b8c6e42d 100644
--- a/apps/gpu/LBM/SphereScaling/configPhoenix4GPU_regressionTest.txt
+++ b/apps/gpu/LBM/SphereScaling/configPhoenix4GPU_regressionTest.txt
@@ -1,7 +1,7 @@
 ##################################################
 #GPU Mapping
 ##################################################
-Devices="0 1 2 3"
+Devices=0 1 2 3
 NumberOfDevices=4
 
 ##################################################
diff --git a/apps/gpu/LBM/SphereScaling/configPhoenix8GPU_regressionTest.txt b/apps/gpu/LBM/SphereScaling/configPhoenix8GPU_regressionTest.txt
index c5789cdf9..9b8c6e42d 100644
--- a/apps/gpu/LBM/SphereScaling/configPhoenix8GPU_regressionTest.txt
+++ b/apps/gpu/LBM/SphereScaling/configPhoenix8GPU_regressionTest.txt
@@ -1,7 +1,7 @@
 ##################################################
 #GPU Mapping
 ##################################################
-Devices="0 1 2 3"
+Devices=0 1 2 3
 NumberOfDevices=4
 
 ##################################################
diff --git a/regression-tests/multigpu_test/rocket4GPU.yml b/regression-tests/multigpu_test/rocket4GPU.yml
index 33b717837..2de1602cd 100755
--- a/regression-tests/multigpu_test/rocket4GPU.yml
+++ b/regression-tests/multigpu_test/rocket4GPU.yml
@@ -37,7 +37,7 @@ copy:
 
 collect:
   - from: multigpu_test/output/4GPU/
-    to: output/4GPU
+    to: output/4GPU/
     overwrite: true
 
   - from: multigpu_test/slurm4GPU.out
diff --git a/regression-tests/multigpu_test/rocket8GPU.yml b/regression-tests/multigpu_test/rocket8GPU.yml
index 9c59b4ce5..29f06e919 100755
--- a/regression-tests/multigpu_test/rocket8GPU.yml
+++ b/regression-tests/multigpu_test/rocket8GPU.yml
@@ -37,7 +37,8 @@ copy:
 
 collect:
   - from: multigpu_test/output/8GPU/
-    to: output/8GPU
+    to: output/8GPU/
+
     overwrite: true
 
   - from: multigpu_test/slurm8GPU.out
-- 
GitLab