From 308b55b2d36e12f53d0a696cd91e0206054a3aa0 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 11:04:48 +0100 Subject: [PATCH] Prettier output I hope --- Examples/baobab_run.sh | 4 ++-- Examples/ygg_run.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Examples/baobab_run.sh b/Examples/baobab_run.sh index 804edc5..6e5c9fa 100644 --- a/Examples/baobab_run.sh +++ b/Examples/baobab_run.sh @@ -10,7 +10,7 @@ module load NVHPC/21.11 echo "===== Example cuda =====" srun ./artefacts/cuda_sum_vec -echo "===== Example parallel algorithms =====" +echo "\n\n===== Example parallel algorithms =====" srun ./artefacts/parallel_sort -echo "===== Example future of the parallel algorithms =====" +echo "\n\n===== 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 9266405..73b32c6 100644 --- a/Examples/ygg_run.sh +++ b/Examples/ygg_run.sh @@ -10,7 +10,7 @@ module load NVHPC/21.11 echo "===== Example cuda =====" srun ./artefacts/cuda_sum_vec -echo "===== Example parallel algorithms =====" +echo "\n\n===== Example parallel algorithms =====" srun ./artefacts/parallel_sort -echo "===== Example future of the parallel algorithms =====" +echo "\n\n===== Example future of the parallel algorithms =====" srun ./artefacts/future \ No newline at end of file -- GitLab