Skip to content
Snippets Groups Projects
Verified Commit 5c7db012 authored by Michaël El Kharroubi's avatar Michaël El Kharroubi :satellite:
Browse files

Fix small print issue

parent 308b55b2
Branches
No related tags found
No related merge requests found
......@@ -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
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment