Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dl_on_supercomputers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HPC4NS
dl_on_supercomputers
Commits
b6d959ac
Commit
b6d959ac
authored
5 years ago
by
Fahad Khalid
Browse files
Options
Downloads
Patches
Plain Diff
Some updates to the main README.
parent
2646bba1
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+4
-4
4 additions, 4 deletions
README.md
with
4 additions
and
4 deletions
README.md
+
4
−
4
View file @
b6d959ac
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment