From 32196ea99e2470745af370eb7c735ea936a4ea62 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C3=ABl=20El=20Kharroubi?=
 <michael.el-kharroubi@hesge.ch>
Date: Thu, 29 Feb 2024 10:53:53 +0100
Subject: [PATCH] Add titles

---
 Examples/baobab_run.sh | 3 +++
 Examples/ygg_run.sh    | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/Examples/baobab_run.sh b/Examples/baobab_run.sh
index fac0746..804edc5 100644
--- a/Examples/baobab_run.sh
+++ b/Examples/baobab_run.sh
@@ -8,6 +8,9 @@
 
 module load NVHPC/21.11
 
+echo "===== Example cuda ====="
 srun ./artefacts/cuda_sum_vec
+echo "===== Example parallel algorithms ====="
 srun ./artefacts/parallel_sort
+echo "===== Example future of the parallel algorithms ====="
 srun ./artefacts/future
\ No newline at end of file
diff --git a/Examples/ygg_run.sh b/Examples/ygg_run.sh
index 4c2560e..9266405 100644
--- a/Examples/ygg_run.sh
+++ b/Examples/ygg_run.sh
@@ -8,6 +8,9 @@
 
 module load NVHPC/21.11
 
+echo "===== Example cuda ====="
 srun ./artefacts/cuda_sum_vec
+echo "===== Example parallel algorithms ====="
 srun ./artefacts/parallel_sort
+echo "===== Example future of the parallel algorithms ====="
 srun ./artefacts/future
\ No newline at end of file
-- 
GitLab