From b6d959ac0abf13bf7961a9f97e6585329fa32286 Mon Sep 17 00:00:00 2001
From: Fahad Khalid <f.khalid@fz-juelich.de>
Date: Fri, 23 Aug 2019 15:01:11 +0200
Subject: [PATCH] Some updates to the main README.

---
 README.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index e35b8b6..9938dad 100644
--- a/README.md
+++ b/README.md
@@ -148,7 +148,7 @@ In order to store the datasets within the repository, we use Git LFS. This makes
 repository a little bit different. Please find below the instructions on how to clone on different 
 systems. To learn more about Git LFS, click [here](http://gitlab.pages.jsc.fz-juelich.de/lfs/).
 
-### 5.1 JURECA
+### 5.1 JURECA and JUWELS
 
 1.  Load the Git LFS module:
 
@@ -173,7 +173,7 @@ Let us consider a scenario where you would like to run the `mnist.py` sample ava
 directory. This sample trains a CNN on MNIST using Keras on a single GPU. The following sub-sections list 
 the steps required for different supercomputers.
 
-### 6.1 JURECA
+### 6.1 JURECA and JUWELS
 
 1.  Change directory to the repository root:
 
@@ -183,11 +183,11 @@ the steps required for different supercomputers.
     `cd keras`
 3.  Submit the job to run the sample:
 
-    `sbatch submit_job_jureca_python3.sh`
+    `sbatch submit_job_jureca.sh` or `sbatch submit_job_juwels.sh`
 
 That's it; this is all you need for job submission. If you'd like to receive email notifications 
 regarding the status of the job, add the following statement to the "SLURM job configuration" 
-block in the `submit_job_jureca_python3.sh` script (replace `<your email address here>` with your 
+block in the `submit_job_jureca.sh` (or `submit_job_juwels.sh`) script (replace `<your email address here>` with your 
 email address).
 
     #SBATCH --mail-user=<your email address here>
-- 
GitLab