diff --git a/01-MSA-hello-world/.master/README.md b/01-MSA-hello-world/.master/README.md
index 5c92a0bef97de8d6e00f227e73fe134960438874..de791c150b50d4382c64340874063a98d0683d81 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 5c92a0bef97de8d6e00f227e73fe134960438874..de791c150b50d4382c64340874063a98d0683d81 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 5c92a0bef97de8d6e00f227e73fe134960438874..de791c150b50d4382c64340874063a98d0683d81 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