Skip to content
Snippets Groups Projects
Commit b1ef8b69 authored by Andreas Herten's avatar Andreas Herten
Browse files

Add task description

parent 52e22bfb
No related branches found
No related tags found
No related merge requests found
...@@ -2,13 +2,15 @@ ...@@ -2,13 +2,15 @@
In this simple example, the Slurm heterogeneous job functionality is used to launch a job between JUWELS Cluster and Booster. 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
bash compile.sh 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
bash compile.sh bash compile.sh
......
...@@ -2,13 +2,15 @@ ...@@ -2,13 +2,15 @@
In this simple example, the Slurm heterogeneous job functionality is used to launch a job between JUWELS Cluster and Booster. 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
bash compile.sh 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
bash compile.sh bash compile.sh
......
...@@ -2,13 +2,15 @@ ...@@ -2,13 +2,15 @@
In this simple example, the Slurm heterogeneous job functionality is used to launch a job between JUWELS Cluster and Booster. 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
bash compile.sh 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
bash compile.sh bash compile.sh
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment