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

Add titles

parent 7947e335
No related branches found
No related tags found
No related merge requests found
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
module load NVHPC/21.11 module load NVHPC/21.11
echo "===== Example cuda ====="
srun ./artefacts/cuda_sum_vec srun ./artefacts/cuda_sum_vec
echo "===== Example parallel algorithms ====="
srun ./artefacts/parallel_sort srun ./artefacts/parallel_sort
echo "===== Example future of the parallel algorithms ====="
srun ./artefacts/future srun ./artefacts/future
\ No newline at end of file
...@@ -8,6 +8,9 @@ ...@@ -8,6 +8,9 @@
module load NVHPC/21.11 module load NVHPC/21.11
echo "===== Example cuda ====="
srun ./artefacts/cuda_sum_vec srun ./artefacts/cuda_sum_vec
echo "===== Example parallel algorithms ====="
srun ./artefacts/parallel_sort srun ./artefacts/parallel_sort
echo "===== Example future of the parallel algorithms ====="
srun ./artefacts/future 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