From e35efd00c80d5e7f30bb3a9f5bb098c532e963f2 Mon Sep 17 00:00:00 2001
From: Fahad Khalid <f.khalid@fz-juelich.de>
Date: Mon, 20 May 2019 08:01:24 +0200
Subject: [PATCH] The git-lfs module for JURECA is not available in 2019a.
 Therefore, a new step has been added where the previous stage is loaded for
 cloning this repository.

---
 README.md | 13 ++++++++++---
 1 file changed, 10 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index ed44cd5..3bbadd9 100644
--- a/README.md
+++ b/README.md
@@ -147,13 +147,20 @@ systems. To learn more about Git LFS, click [here](http://gitlab.pages.jsc.fz-ju
 
 ### 5.1 JURECA
 
-1.  Load the Git LFS module:
+1.  Load the required module stage:
+
+    ```
+    module use /usr/local/software/jureca/OtherStages
+    module load Stages/2018b
+    ```
+
+2.  Load the Git LFS module:
 
     `module load git-lfs/2.6.1`
-2.  Initialize Git LFS:
+3.  Initialize Git LFS:
 
     `git lfs install`
-3.  Clone the repository, including the datasets:
+4.  Clone the repository, including the datasets:
 
     `git lfs clone https://gitlab.version.fz-juelich.de/khalid1/ml_dl_on_supercomputers.git`
 
-- 
GitLab