From 928042736572efd0784fef7f0e831f7edf79a644 Mon Sep 17 00:00:00 2001
From: Anna Wellmann <a.wellmann@tu-bs.de>
Date: Thu, 16 Dec 2021 13:51:13 +0100
Subject: [PATCH] More configs

---
 .../LBM/MusselOyster/configPhoenix1GPU.txt    |  4 +-
 .../LBM/MusselOyster/configPhoenix8GPU.txt    |  6 +--
 .../MusselOysterOyster/configPhoenix1GPU.txt  |  4 +-
 .../configPhoenix1GPU_1LevStrongOS.txt        | 42 +++++++++++++++++++
 .../configPhoenix1GPU_1LevStrongStream.txt    |  2 +-
 .../configPhoenix2GPU_1LevStrongOS.txt        | 42 +++++++++++++++++++
 .../configPhoenix2GPU_1LevStrongStream.txt    | 42 +++++++++++++++++++
 .../configPhoenix4GPU_1LevStrongOS.txt        | 42 +++++++++++++++++++
 .../configPhoenix4GPU_1LevStrongStream.txt    |  4 +-
 .../configPhoenix4GPU_1LevWeakStream.txt      | 42 +++++++++++++++++++
 .../configPhoenix8GPU_1LevStrongStream.txt    |  4 +-
 .../configPhoenix8GPU_1LevWeakStream.txt      |  4 +-
 .../configPhoenix4GPU_2LevStrongStream.txt    |  4 +-
 .../configPhoenix4GPU_2LevWeakStream.txt      | 42 +++++++++++++++++++
 .../configPhoenix8GPU_2LevStrongStream.txt    |  2 +-
 .../configPhoenix8GPU_2LevWeakStream.txt      |  4 +-
 16 files changed, 271 insertions(+), 19 deletions(-)
 create mode 100644 apps/gpu/LBM/SphereScaling/configPhoenix1GPU_1LevStrongOS.txt
 create mode 100644 apps/gpu/LBM/SphereScaling/configPhoenix2GPU_1LevStrongOS.txt
 create mode 100644 apps/gpu/LBM/SphereScaling/configPhoenix2GPU_1LevStrongStream.txt
 create mode 100644 apps/gpu/LBM/SphereScaling/configPhoenix4GPU_1LevStrongOS.txt
 create mode 100644 apps/gpu/LBM/SphereScaling/configPhoenix4GPU_1LevWeakStream.txt
 create mode 100644 apps/gpu/LBM/SphereScaling1/configPhoenix4GPU_2LevWeakStream.txt

diff --git a/apps/gpu/LBM/MusselOyster/configPhoenix1GPU.txt b/apps/gpu/LBM/MusselOyster/configPhoenix1GPU.txt
index 5c4102517..4e3863eae 100644
--- a/apps/gpu/LBM/MusselOyster/configPhoenix1GPU.txt
+++ b/apps/gpu/LBM/MusselOyster/configPhoenix1GPU.txt
@@ -31,6 +31,6 @@ GridPath=/work/y0078217/Grids/GridMusselOyster/Mussel1GPU/
 ##################################################
 #simulation parameter
 ##################################################
-TimeEnd=200000 #400000 / 200000
-TimeOut=100000 #200000 / 100000
+TimeEnd=400000 #400000 / 200000
+TimeOut=200000 #200000 / 100000
 #TimeStartOut=0
\ No newline at end of file
diff --git a/apps/gpu/LBM/MusselOyster/configPhoenix8GPU.txt b/apps/gpu/LBM/MusselOyster/configPhoenix8GPU.txt
index 00f253e69..a7ef59a69 100644
--- a/apps/gpu/LBM/MusselOyster/configPhoenix8GPU.txt
+++ b/apps/gpu/LBM/MusselOyster/configPhoenix8GPU.txt
@@ -31,12 +31,12 @@ GridPath=/work/y0078217/Grids/GridMusselOyster/Mussel8GPU/
 ##################################################
 #simulation parameter
 ##################################################
-TimeEnd=800000
-TimeOut=400000
+TimeEnd=1000 # 800000
+TimeOut=1000 # 400000
 #TimeStartOut=0
 
 ##################################################
 # CUDA Streams and optimized communication (only used for multiple GPUs)
 ##################################################
-useStreams = true
+useStreams = false
 useReducedCommunicationInInterpolation = true
\ No newline at end of file
diff --git a/apps/gpu/LBM/MusselOysterOyster/configPhoenix1GPU.txt b/apps/gpu/LBM/MusselOysterOyster/configPhoenix1GPU.txt
index 1e0ecb384..09d92d28c 100644
--- a/apps/gpu/LBM/MusselOysterOyster/configPhoenix1GPU.txt
+++ b/apps/gpu/LBM/MusselOysterOyster/configPhoenix1GPU.txt
@@ -31,6 +31,6 @@ GridPath=/work/y0078217/Grids/GridMusselOyster/Oyster1GPU/
 ##################################################
 #simulation parameter
 ##################################################
-TimeEnd=200000 #400000 / 200000
-TimeOut=100000 #200000 / 100000
+TimeEnd=400000 #400000 / 200000
+TimeOut=200000 #200000 / 100000
 #TimeStartOut=0
\ No newline at end of file
diff --git a/apps/gpu/LBM/SphereScaling/configPhoenix1GPU_1LevStrongOS.txt b/apps/gpu/LBM/SphereScaling/configPhoenix1GPU_1LevStrongOS.txt
new file mode 100644
index 000000000..548879781
--- /dev/null
+++ b/apps/gpu/LBM/SphereScaling/configPhoenix1GPU_1LevStrongOS.txt
@@ -0,0 +1,42 @@
+##################################################
+#GPU Mapping
+##################################################
+Devices="0 1 2 3"
+NumberOfDevices=2
+
+##################################################
+#informations for Writing
+##################################################
+Path=/work/y0078217/Results/SphereScalingResults/1GPU/
+#Path="F:/Work/Computations/out/SphereScaling/"
+#Prefix="SphereScaling" 
+#WriteGrid=true
+##################################################
+#informations for reading
+##################################################
+GridPath=/work/y0078217/Grids/GridSphereScaling/SphereScaling1GPU/
+#GridPath="C:"
+
+##################################################
+#number of grid levels
+##################################################
+#NOGL=1
+
+##################################################
+#LBM Version
+##################################################
+#D3Qxx=27
+#MainKernelName=CumulantK17CompChim
+
+##################################################
+#simulation parameter
+##################################################
+TimeEnd=100000
+TimeOut=100000
+#TimeStartOut=0
+
+##################################################
+# CUDA Streams and optimized communication (only used for multiple GPUs)
+##################################################
+useStreams = false
+useReducedCommunicationInInterpolation = false
\ No newline at end of file
diff --git a/apps/gpu/LBM/SphereScaling/configPhoenix1GPU_1LevStrongStream.txt b/apps/gpu/LBM/SphereScaling/configPhoenix1GPU_1LevStrongStream.txt
index b467cb84c..e93f161aa 100644
--- a/apps/gpu/LBM/SphereScaling/configPhoenix1GPU_1LevStrongStream.txt
+++ b/apps/gpu/LBM/SphereScaling/configPhoenix1GPU_1LevStrongStream.txt
@@ -2,7 +2,7 @@
 #GPU Mapping
 ##################################################
 Devices="0 1 2 3"
-NumberOfDevices=1
+NumberOfDevices=2
 
 ##################################################
 #informations for Writing
diff --git a/apps/gpu/LBM/SphereScaling/configPhoenix2GPU_1LevStrongOS.txt b/apps/gpu/LBM/SphereScaling/configPhoenix2GPU_1LevStrongOS.txt
new file mode 100644
index 000000000..795e6bcb7
--- /dev/null
+++ b/apps/gpu/LBM/SphereScaling/configPhoenix2GPU_1LevStrongOS.txt
@@ -0,0 +1,42 @@
+##################################################
+#GPU Mapping
+##################################################
+Devices="0 1 2 3"
+NumberOfDevices=2
+
+##################################################
+#informations for Writing
+##################################################
+Path=/work/y0078217/Results/SphereScalingResults/4GPU/1LevStrongStream/
+#Path="F:/Work/Computations/out/SphereScaling/"
+#Prefix="SphereScaling" 
+#WriteGrid=true
+##################################################
+#informations for reading
+##################################################
+GridPath=/work/y0078217/Grids/GridSphereScaling/SphereScaling4GPU/
+#GridPath="C:"
+
+##################################################
+#number of grid levels
+##################################################
+#NOGL=1
+
+##################################################
+#LBM Version
+##################################################
+#D3Qxx=27
+#MainKernelName=CumulantK17CompChim
+
+##################################################
+#simulation parameter
+##################################################
+TimeEnd=100000
+TimeOut=100000
+#TimeStartOut=0
+
+##################################################
+# CUDA Streams and optimized communication (only used for multiple GPUs)
+##################################################
+useStreams = false
+useReducedCommunicationInInterpolation = false
\ No newline at end of file
diff --git a/apps/gpu/LBM/SphereScaling/configPhoenix2GPU_1LevStrongStream.txt b/apps/gpu/LBM/SphereScaling/configPhoenix2GPU_1LevStrongStream.txt
new file mode 100644
index 000000000..ef75fb88e
--- /dev/null
+++ b/apps/gpu/LBM/SphereScaling/configPhoenix2GPU_1LevStrongStream.txt
@@ -0,0 +1,42 @@
+##################################################
+#GPU Mapping
+##################################################
+Devices="0 1 2 3"
+NumberOfDevices=2
+
+##################################################
+#informations for Writing
+##################################################
+Path=/work/y0078217/Results/SphereScalingResults/4GPU/1LevStrongStream/
+#Path="F:/Work/Computations/out/SphereScaling/"
+#Prefix="SphereScaling" 
+#WriteGrid=true
+##################################################
+#informations for reading
+##################################################
+GridPath=/work/y0078217/Grids/GridSphereScaling/SphereScaling4GPU/
+#GridPath="C:"
+
+##################################################
+#number of grid levels
+##################################################
+#NOGL=1
+
+##################################################
+#LBM Version
+##################################################
+#D3Qxx=27
+#MainKernelName=CumulantK17CompChim
+
+##################################################
+#simulation parameter
+##################################################
+TimeEnd=100000
+TimeOut=100000 
+#TimeStartOut=0
+
+##################################################
+# CUDA Streams and optimized communication (only used for multiple GPUs)
+##################################################
+useStreams = true
+useReducedCommunicationInInterpolation = true
\ No newline at end of file
diff --git a/apps/gpu/LBM/SphereScaling/configPhoenix4GPU_1LevStrongOS.txt b/apps/gpu/LBM/SphereScaling/configPhoenix4GPU_1LevStrongOS.txt
new file mode 100644
index 000000000..99a057d31
--- /dev/null
+++ b/apps/gpu/LBM/SphereScaling/configPhoenix4GPU_1LevStrongOS.txt
@@ -0,0 +1,42 @@
+##################################################
+#GPU Mapping
+##################################################
+Devices="0 1 2 3"
+NumberOfDevices=4
+
+##################################################
+#informations for Writing
+##################################################
+Path=/work/y0078217/Results/SphereScalingResults/4GPU/1LevStrongStream/
+#Path="F:/Work/Computations/out/SphereScaling/"
+#Prefix="SphereScaling" 
+#WriteGrid=true
+##################################################
+#informations for reading
+##################################################
+GridPath=/work/y0078217/Grids/GridSphereScaling/SphereScaling4GPU/
+#GridPath="C:"
+
+##################################################
+#number of grid levels
+##################################################
+#NOGL=1
+
+##################################################
+#LBM Version
+##################################################
+#D3Qxx=27
+#MainKernelName=CumulantK17CompChim
+
+##################################################
+#simulation parameter
+##################################################
+TimeEnd=100000
+TimeOut=100000
+#TimeStartOut=0
+
+##################################################
+# CUDA Streams and optimized communication (only used for multiple GPUs)
+##################################################
+useStreams = false
+useReducedCommunicationInInterpolation = false
\ No newline at end of file
diff --git a/apps/gpu/LBM/SphereScaling/configPhoenix4GPU_1LevStrongStream.txt b/apps/gpu/LBM/SphereScaling/configPhoenix4GPU_1LevStrongStream.txt
index bee817168..ea6338672 100644
--- a/apps/gpu/LBM/SphereScaling/configPhoenix4GPU_1LevStrongStream.txt
+++ b/apps/gpu/LBM/SphereScaling/configPhoenix4GPU_1LevStrongStream.txt
@@ -31,8 +31,8 @@ GridPath=/work/y0078217/Grids/GridSphereScaling/SphereScaling4GPU/
 ##################################################
 #simulation parameter
 ##################################################
-TimeEnd=100
-TimeOut=100 
+TimeEnd=100000
+TimeOut=100000
 #TimeStartOut=0
 
 ##################################################
diff --git a/apps/gpu/LBM/SphereScaling/configPhoenix4GPU_1LevWeakStream.txt b/apps/gpu/LBM/SphereScaling/configPhoenix4GPU_1LevWeakStream.txt
new file mode 100644
index 000000000..ad05efa37
--- /dev/null
+++ b/apps/gpu/LBM/SphereScaling/configPhoenix4GPU_1LevWeakStream.txt
@@ -0,0 +1,42 @@
+##################################################
+#GPU Mapping
+##################################################
+Devices="0 1 2 3"
+NumberOfDevices=4
+
+##################################################
+#informations for Writing
+##################################################
+Path=/work/y0078217/Results/SphereScalingResults/4GPU/1LevWeakStream/
+#Path="F:/Work/Computations/out/SphereScaling/"
+#Prefix="SphereScaling" 
+#WriteGrid=true
+##################################################
+#informations for reading
+##################################################
+GridPath=/work/y0078217/Grids/GridSphereScaling/SphereScaling4GPU/
+#GridPath="C:"
+
+##################################################
+#number of grid levels
+##################################################
+#NOGL=1
+
+##################################################
+#LBM Version
+##################################################
+#D3Qxx=27
+#MainKernelName=CumulantK17CompChim
+
+##################################################
+#simulation parameter
+##################################################
+TimeEnd=100000
+TimeOut=100000 
+#TimeStartOut=0
+
+##################################################
+# CUDA Streams and optimized communication (only used for multiple GPUs)
+##################################################
+useStreams = true
+useReducedCommunicationInInterpolation = true
\ No newline at end of file
diff --git a/apps/gpu/LBM/SphereScaling/configPhoenix8GPU_1LevStrongStream.txt b/apps/gpu/LBM/SphereScaling/configPhoenix8GPU_1LevStrongStream.txt
index 40c8b9d37..b026d6b73 100644
--- a/apps/gpu/LBM/SphereScaling/configPhoenix8GPU_1LevStrongStream.txt
+++ b/apps/gpu/LBM/SphereScaling/configPhoenix8GPU_1LevStrongStream.txt
@@ -31,8 +31,8 @@ GridPath=/work/y0078217/Grids/GridSphereScaling/SphereScaling8GPU/
 ##################################################
 #simulation parameter
 ##################################################
-TimeEnd=100000
-TimeOut=100000
+TimeEnd=1000
+TimeOut=1000
 #TimeStartOut=0
 
 ##################################################
diff --git a/apps/gpu/LBM/SphereScaling/configPhoenix8GPU_1LevWeakStream.txt b/apps/gpu/LBM/SphereScaling/configPhoenix8GPU_1LevWeakStream.txt
index eeea01295..fc8403eca 100644
--- a/apps/gpu/LBM/SphereScaling/configPhoenix8GPU_1LevWeakStream.txt
+++ b/apps/gpu/LBM/SphereScaling/configPhoenix8GPU_1LevWeakStream.txt
@@ -31,8 +31,8 @@ GridPath=/work/y0078217/Grids/GridSphereScaling/SphereScaling8GPU/
 ##################################################
 #simulation parameter
 ##################################################
-TimeEnd=100000
-TimeOut=100000
+TimeEnd=100
+TimeOut=100
 #TimeStartOut=0
 
 ##################################################
diff --git a/apps/gpu/LBM/SphereScaling1/configPhoenix4GPU_2LevStrongStream.txt b/apps/gpu/LBM/SphereScaling1/configPhoenix4GPU_2LevStrongStream.txt
index 8ec0c6c69..234ca79bf 100644
--- a/apps/gpu/LBM/SphereScaling1/configPhoenix4GPU_2LevStrongStream.txt
+++ b/apps/gpu/LBM/SphereScaling1/configPhoenix4GPU_2LevStrongStream.txt
@@ -31,8 +31,8 @@ GridPath=/work/y0078217/Grids/GridSphereScaling/SphereScaling4GPU/
 ##################################################
 #simulation parameter
 ##################################################
-TimeEnd=100
-TimeOut=100
+TimeEnd=100000
+TimeOut=100000
 #TimeStartOut=0
 
 ##################################################
diff --git a/apps/gpu/LBM/SphereScaling1/configPhoenix4GPU_2LevWeakStream.txt b/apps/gpu/LBM/SphereScaling1/configPhoenix4GPU_2LevWeakStream.txt
new file mode 100644
index 000000000..efbc2f125
--- /dev/null
+++ b/apps/gpu/LBM/SphereScaling1/configPhoenix4GPU_2LevWeakStream.txt
@@ -0,0 +1,42 @@
+##################################################
+#GPU Mapping
+##################################################
+Devices="0 1 2 3"
+NumberOfDevices=4
+
+##################################################
+#informations for Writing
+##################################################
+Path=/work/y0078217/Results/SphereScalingResults/4GPU/2LevWeakStream/
+#Path="F:/Work/Computations/out/SphereScaling/"
+#Prefix="SphereScaling" 
+#WriteGrid=true
+##################################################
+#informations for reading
+##################################################
+GridPath=/work/y0078217/Grids/GridSphereScaling/SphereScaling4GPU/
+#GridPath="C:"
+
+##################################################
+#number of grid levels
+##################################################
+#NOGL=1
+
+##################################################
+#LBM Version
+##################################################
+#D3Qxx=27
+#MainKernelName=CumulantK17CompChim
+
+##################################################
+#simulation parameter
+##################################################
+TimeEnd=1000
+TimeOut=1000
+#TimeStartOut=0
+
+##################################################
+# CUDA Streams and optimized communication (only used for multiple GPUs)
+##################################################
+useStreams = true
+useReducedCommunicationInInterpolation = true
\ No newline at end of file
diff --git a/apps/gpu/LBM/SphereScaling1/configPhoenix8GPU_2LevStrongStream.txt b/apps/gpu/LBM/SphereScaling1/configPhoenix8GPU_2LevStrongStream.txt
index 7f988e325..6f3849abb 100644
--- a/apps/gpu/LBM/SphereScaling1/configPhoenix8GPU_2LevStrongStream.txt
+++ b/apps/gpu/LBM/SphereScaling1/configPhoenix8GPU_2LevStrongStream.txt
@@ -32,7 +32,7 @@ GridPath=/work/y0078217/Grids/GridSphereScaling/SphereScaling8GPU/
 #simulation parameter
 ##################################################
 TimeEnd=100000
-TimeOut=100000 
+TimeOut=100000
 #TimeStartOut=0
 
 ##################################################
diff --git a/apps/gpu/LBM/SphereScaling1/configPhoenix8GPU_2LevWeakStream.txt b/apps/gpu/LBM/SphereScaling1/configPhoenix8GPU_2LevWeakStream.txt
index 1cba9317f..9dbdd9203 100644
--- a/apps/gpu/LBM/SphereScaling1/configPhoenix8GPU_2LevWeakStream.txt
+++ b/apps/gpu/LBM/SphereScaling1/configPhoenix8GPU_2LevWeakStream.txt
@@ -31,8 +31,8 @@ GridPath=/work/y0078217/Grids/GridSphereScaling/SphereScaling8GPU/
 ##################################################
 #simulation parameter
 ##################################################
-TimeEnd=100
-TimeOut=100
+TimeEnd=100000
+TimeOut=100000
 #TimeStartOut=0
 
 ##################################################
-- 
GitLab