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

Some updates to the main README.

parent 2646bba1
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ In order to store the datasets within the repository, we use Git LFS. This makes ...@@ -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 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/). 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: 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 ...@@ -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 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. the steps required for different supercomputers.
### 6.1 JURECA ### 6.1 JURECA and JUWELS
1. Change directory to the repository root: 1. Change directory to the repository root:
...@@ -183,11 +183,11 @@ the steps required for different supercomputers. ...@@ -183,11 +183,11 @@ the steps required for different supercomputers.
`cd keras` `cd keras`
3. Submit the job to run the sample: 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 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" 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). email address).
#SBATCH --mail-user=<your email address here> #SBATCH --mail-user=<your email address here>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment