From b1ef8b69ab46b8d435e98198a894f669c3720a0d Mon Sep 17 00:00:00 2001 From: Andreas Herten <a.herten@fz-juelich.de> Date: Sat, 17 Jun 2023 14:43:11 +0200 Subject: [PATCH] Add task description --- 01-MSA-hello-world/.master/README.md | 6 ++++-- 01-MSA-hello-world/solutions/README.md | 6 ++++-- 01-MSA-hello-world/tasks/README.md | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/01-MSA-hello-world/.master/README.md b/01-MSA-hello-world/.master/README.md index 5c92a0b..de791c1 100644 --- a/01-MSA-hello-world/.master/README.md +++ b/01-MSA-hello-world/.master/README.md @@ -2,13 +2,15 @@ In this simple example, the Slurm heterogeneous job functionality is used to launch a job between JUWELS Cluster and Booster. -Execute the following on JUWELS Booster +No C code is to be written for this exercise, but the batch script to submit the heterogeneous job to the JUWELS queues is to be completed. See `job_msa_juwels.sh` for instructions. + +To compile the Booster part of the application, execute the following on JUWELS Booster ```bash bash compile.sh ``` -Execute the following on JUWELS Cluster +After completing the TODOs in the `job_msa_juwels.sh` batch script, execute the following on JUWELS Cluster to first compile the heterogeneous application and then submit it to the batch queue. ```bash bash compile.sh diff --git a/01-MSA-hello-world/solutions/README.md b/01-MSA-hello-world/solutions/README.md index 5c92a0b..de791c1 100644 --- a/01-MSA-hello-world/solutions/README.md +++ b/01-MSA-hello-world/solutions/README.md @@ -2,13 +2,15 @@ In this simple example, the Slurm heterogeneous job functionality is used to launch a job between JUWELS Cluster and Booster. -Execute the following on JUWELS Booster +No C code is to be written for this exercise, but the batch script to submit the heterogeneous job to the JUWELS queues is to be completed. See `job_msa_juwels.sh` for instructions. + +To compile the Booster part of the application, execute the following on JUWELS Booster ```bash bash compile.sh ``` -Execute the following on JUWELS Cluster +After completing the TODOs in the `job_msa_juwels.sh` batch script, execute the following on JUWELS Cluster to first compile the heterogeneous application and then submit it to the batch queue. ```bash bash compile.sh diff --git a/01-MSA-hello-world/tasks/README.md b/01-MSA-hello-world/tasks/README.md index 5c92a0b..de791c1 100644 --- a/01-MSA-hello-world/tasks/README.md +++ b/01-MSA-hello-world/tasks/README.md @@ -2,13 +2,15 @@ In this simple example, the Slurm heterogeneous job functionality is used to launch a job between JUWELS Cluster and Booster. -Execute the following on JUWELS Booster +No C code is to be written for this exercise, but the batch script to submit the heterogeneous job to the JUWELS queues is to be completed. See `job_msa_juwels.sh` for instructions. + +To compile the Booster part of the application, execute the following on JUWELS Booster ```bash bash compile.sh ``` -Execute the following on JUWELS Cluster +After completing the TODOs in the `job_msa_juwels.sh` batch script, execute the following on JUWELS Cluster to first compile the heterogeneous application and then submit it to the batch queue. ```bash bash compile.sh -- GitLab