Skip to content
Snippets Groups Projects
Commit e35efd00 authored by Fahad Khalid's avatar Fahad Khalid
Browse files

The git-lfs module for JURECA is not available in 2019a. Therefore, a new step...

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.
parent 540c19dd
No related branches found
No related tags found
No related merge requests found
...@@ -147,13 +147,20 @@ systems. To learn more about Git LFS, click [here](http://gitlab.pages.jsc.fz-ju ...@@ -147,13 +147,20 @@ systems. To learn more about Git LFS, click [here](http://gitlab.pages.jsc.fz-ju
### 5.1 JURECA ### 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` `module load git-lfs/2.6.1`
2. Initialize Git LFS: 3. Initialize Git LFS:
`git lfs install` `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` `git lfs clone https://gitlab.version.fz-juelich.de/khalid1/ml_dl_on_supercomputers.git`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment