From 359c26e4a209511fabc6b05e7ec2d079976f979a Mon Sep 17 00:00:00 2001
From: Dominic Kempf <dominic.kempf@iwr.uni-heidelberg.de>
Date: Wed, 18 Jan 2017 11:30:58 +0100
Subject: [PATCH] Update sbatch files

---
 .../convection_diffusion/donkey.sbatch        | 40 +++++++++----------
 applications/poisson_dg/donkey.sbatch         |  2 +-
 2 files changed, 21 insertions(+), 21 deletions(-)

diff --git a/applications/convection_diffusion/donkey.sbatch b/applications/convection_diffusion/donkey.sbatch
index abf8b1aa..90fb3fe9 100755
--- a/applications/convection_diffusion/donkey.sbatch
+++ b/applications/convection_diffusion/donkey.sbatch
@@ -8,7 +8,7 @@ ml metis
 ml suitesparse
 
 # Set a name for the job
-#SBATCH -J poisson_dg
+#SBATCH -J conv_diff
 
 # Number of processes
 #SBATCH -n 16
@@ -24,27 +24,27 @@ ml suitesparse
 SRUNOPT="--cpu_bind=verbose,core"
 
 # Run the opcount executables
-srun $SRUNOPT ./app_poisson_dg_deg2_opcount app_poisson_dg_3d_deg2_opcount.ini
-srun $SRUNOPT ./app_poisson_dg_deg3_opcount app_poisson_dg_3d_deg3_opcount.ini
-srun $SRUNOPT ./app_poisson_dg_deg4_opcount app_poisson_dg_3d_deg4_opcount.ini
-srun $SRUNOPT ./app_poisson_dg_deg5_opcount app_poisson_dg_3d_deg5_opcount.ini
-srun $SRUNOPT ./app_poisson_dg_deg6_opcount app_poisson_dg_3d_deg6_opcount.ini
-srun $SRUNOPT ./app_poisson_dg_deg7_opcount app_poisson_dg_3d_deg7_opcount.ini
-srun $SRUNOPT ./app_poisson_dg_deg8_opcount app_poisson_dg_3d_deg8_opcount.ini
-srun $SRUNOPT ./app_poisson_dg_deg9_opcount app_poisson_dg_3d_deg9_opcount.ini
-srun $SRUNOPT ./app_poisson_dg_deg10_opcount app_poisson_dg_3d_deg10_opcount.ini
+srun $SRUNOPT ./app_conv_diff_deg2_opcount app_conv_diff_3d_deg2_opcount.ini
+srun $SRUNOPT ./app_conv_diff_deg3_opcount app_conv_diff_3d_deg3_opcount.ini
+srun $SRUNOPT ./app_conv_diff_deg4_opcount app_conv_diff_3d_deg4_opcount.ini
+srun $SRUNOPT ./app_conv_diff_deg5_opcount app_conv_diff_3d_deg5_opcount.ini
+srun $SRUNOPT ./app_conv_diff_deg6_opcount app_conv_diff_3d_deg6_opcount.ini
+srun $SRUNOPT ./app_conv_diff_deg7_opcount app_conv_diff_3d_deg7_opcount.ini
+srun $SRUNOPT ./app_conv_diff_deg8_opcount app_conv_diff_3d_deg8_opcount.ini
+srun $SRUNOPT ./app_conv_diff_deg9_opcount app_conv_diff_3d_deg9_opcount.ini
+srun $SRUNOPT ./app_conv_diff_deg10_opcount app_conv_diff_3d_deg10_opcount.ini
 
 # Run the timing executables
 COUNT=0
-while [ $COUNT -lt 2 ]; do
-    srun $SRUNOPT ./app_poisson_dg_deg2_nonopcount app_poisson_dg_3d_deg2_nonopcount.ini
-    srun $SRUNOPT ./app_poisson_dg_deg3_nonopcount app_poisson_dg_3d_deg3_nonopcount.ini
-    srun $SRUNOPT ./app_poisson_dg_deg4_nonopcount app_poisson_dg_3d_deg4_nonopcount.ini
-    srun $SRUNOPT ./app_poisson_dg_deg5_nonopcount app_poisson_dg_3d_deg5_nonopcount.ini
-    srun $SRUNOPT ./app_poisson_dg_deg6_nonopcount app_poisson_dg_3d_deg6_nonopcount.ini
-    srun $SRUNOPT ./app_poisson_dg_deg7_nonopcount app_poisson_dg_3d_deg7_nonopcount.ini
-    srun $SRUNOPT ./app_poisson_dg_deg8_nonopcount app_poisson_dg_3d_deg8_nonopcount.ini
-    srun $SRUNOPT ./app_poisson_dg_deg9_nonopcount app_poisson_dg_3d_deg9_nonopcount.ini
-    srun $SRUNOPT ./app_poisson_dg_deg10_nonopcount app_poisson_dg_3d_deg10_nonopcount.ini
+while [ $COUNT -lt 10 ]; do
+    srun $SRUNOPT ./app_conv_diff_deg2_nonopcount app_conv_diff_3d_deg2_nonopcount.ini
+    srun $SRUNOPT ./app_conv_diff_deg3_nonopcount app_conv_diff_3d_deg3_nonopcount.ini
+    srun $SRUNOPT ./app_conv_diff_deg4_nonopcount app_conv_diff_3d_deg4_nonopcount.ini
+    srun $SRUNOPT ./app_conv_diff_deg5_nonopcount app_conv_diff_3d_deg5_nonopcount.ini
+    srun $SRUNOPT ./app_conv_diff_deg6_nonopcount app_conv_diff_3d_deg6_nonopcount.ini
+    srun $SRUNOPT ./app_conv_diff_deg7_nonopcount app_conv_diff_3d_deg7_nonopcount.ini
+    srun $SRUNOPT ./app_conv_diff_deg8_nonopcount app_conv_diff_3d_deg8_nonopcount.ini
+    srun $SRUNOPT ./app_conv_diff_deg9_nonopcount app_conv_diff_3d_deg9_nonopcount.ini
+    srun $SRUNOPT ./app_conv_diff_deg10_nonopcount app_conv_diff_3d_deg10_nonopcount.ini
     COUNT=$((COUNT + 1))
 done
diff --git a/applications/poisson_dg/donkey.sbatch b/applications/poisson_dg/donkey.sbatch
index abf8b1aa..075bb5c8 100755
--- a/applications/poisson_dg/donkey.sbatch
+++ b/applications/poisson_dg/donkey.sbatch
@@ -36,7 +36,7 @@ srun $SRUNOPT ./app_poisson_dg_deg10_opcount app_poisson_dg_3d_deg10_opcount.ini
 
 # Run the timing executables
 COUNT=0
-while [ $COUNT -lt 2 ]; do
+while [ $COUNT -lt 10 ]; do
     srun $SRUNOPT ./app_poisson_dg_deg2_nonopcount app_poisson_dg_3d_deg2_nonopcount.ini
     srun $SRUNOPT ./app_poisson_dg_deg3_nonopcount app_poisson_dg_3d_deg3_nonopcount.ini
     srun $SRUNOPT ./app_poisson_dg_deg4_nonopcount app_poisson_dg_3d_deg4_nonopcount.ini
-- 
GitLab