From 288d96c33de5afa7a7af55779a7eebd6c84e4191 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 10:41:27 +0100 Subject: [PATCH] Add the other examples to baobab and yggdrasil --- Examples/baobab_run.sh | 2 ++ Examples/ygg_run.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Examples/baobab_run.sh b/Examples/baobab_run.sh index 26ccc56..fac0746 100644 --- a/Examples/baobab_run.sh +++ b/Examples/baobab_run.sh @@ -8,4 +8,6 @@ module load NVHPC/21.11 +srun ./artefacts/cuda_sum_vec +srun ./artefacts/parallel_sort srun ./artefacts/future \ No newline at end of file diff --git a/Examples/ygg_run.sh b/Examples/ygg_run.sh index 91c189e..4c2560e 100644 --- a/Examples/ygg_run.sh +++ b/Examples/ygg_run.sh @@ -8,4 +8,6 @@ module load NVHPC/21.11 +srun ./artefacts/cuda_sum_vec +srun ./artefacts/parallel_sort srun ./artefacts/future \ No newline at end of file -- GitLab