From 5c7db01235519f520448f98c41e1fd8cda219145 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:14:11 +0100 Subject: [PATCH] Fix small print issue --- 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 6e5c9fa..4dc01c0 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 "\n\n===== Example parallel algorithms =====" +echo -e "\n\n===== Example parallel algorithms =====" srun ./artefacts/parallel_sort -echo "\n\n===== Example future of the parallel algorithms =====" +echo -e "\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 73b32c6..3edc369 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 "\n\n===== Example parallel algorithms =====" +echo -e "\n\n===== Example parallel algorithms =====" srun ./artefacts/parallel_sort -echo "\n\n===== Example future of the parallel algorithms =====" +echo -e "\n\n===== Example future of the parallel algorithms =====" srun ./artefacts/future \ No newline at end of file -- GitLab