diff --git a/Examples/baobab_run.sh b/Examples/baobab_run.sh index fac074661722ac1e163f92869109ab753c82f898..804edc5b061cd5799a4a81fb47f65b4c0b807537 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 4c2560e288200ab4424a436306e4239b7824c094..92664058789861329d3c9c19a1369317a8a601c5 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