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

Text updated after feedback from @kirchner2.

parent bc6889b8
Branches
No related tags found
No related merge requests found
...@@ -61,15 +61,16 @@ Otherwise please join the `PADC` and `CPADC` projects. ...@@ -61,15 +61,16 @@ Otherwise please join the `PADC` and `CPADC` projects.
## 2. Logging on to the supercomputers ## 2. Logging on to the supercomputers
Assuming JURECA is the target supercomputer, following are the steps required to login ### 2.1 JURECA
(more information [here](http://www.fz-juelich.de/ias/jsc/EN/Expertise/Supercomputers/JURECA/UserInfo/QuickIntroduction.html?nn=1803700)).
Following are the steps required to login (more information
[here](http://www.fz-juelich.de/ias/jsc/EN/Expertise/Supercomputers/JURECA/UserInfo/QuickIntroduction.html?nn=1803700)).
1. Use SSH to login: 1. Use SSH to login:
`ssh <username>@jureca.fz-juelich.de` `ssh <username>@jureca.fz-juelich.de`
2. Upon successful login, activate your project environment (more information [here](http://www.fz-juelich.de/ias/jsc/EN/Expertise/Supercomputers/NewUsageModel/NewUsageModel_node.html)): 2. Upon successful login, activate your project environment (more information [here](http://www.fz-juelich.de/ias/jsc/EN/Expertise/Supercomputers/NewUsageModel/NewUsageModel_node.html)):
`jutil env activate -p <project name> -A <accounting project name>` `jutil env activate -p <project name> -A <accounting project name>`
3. Change to the project directory: 3. Change to the project directory:
...@@ -78,8 +79,27 @@ Assuming JURECA is the target supercomputer, following are the steps required to ...@@ -78,8 +79,27 @@ Assuming JURECA is the target supercomputer, following are the steps required to
You should be in your project directory at this point. If you'd like to clone this repository You should be in your project directory at this point. If you'd like to clone this repository
elsewhere, please change to that directory. elsewhere, please change to that directory.
**Note:** The same steps are valid for logging on to JURON, except that the server address in ### 2.2 JURON
step 1 should be: `juron.fz-juelich.de`
Following are the steps required to login.
1. Use SSH to login:
`ssh <username>@juron.fz-juelich.de`
2. Upon successful login, activate your project environment (more information
[here](http://www.fz-juelich.de/ias/jsc/EN/Expertise/Supercomputers/NewUsageModel/NewUsageModel_node.html)).
Note that the accounting project name is not included. This is because the `CPCP0` and `CPADC` projects
do not support accounting.
`jutil env activate -p <project name>`
3. Change to the project directory:
`cd $PROJECT`
You should be in your project directory at this point. As the `CPCP0` and `CPADC` project directories
are shared amongst many users, it is a good idea to create a personal directory (named after your
username) withing the project directory. You can then use your personal directory for all your work,
including cloning this tutorial.
## 3. Cloning the repository ## 3. Cloning the repository
......
**Caution:** Caffe is no longer being actively developed, which is why we prefer not to support
it as a system-wide module on the supercomputers for long. This is why Caffe is available with
Python 2 support only on JURECA, while it is not at all supported on JUWELS. The users are advised
to switch to other frameworks such as Tensorflow/Keras and PyTorch.
# Notes # Notes
There are three ways in which Caffe can be used, There are three ways in which Caffe can be used,
......
...@@ -15,7 +15,8 @@ statements that demonstrate the use of Horovod follow a comment beginning with ...@@ -15,7 +15,8 @@ statements that demonstrate the use of Horovod follow a comment beginning with
**Caution:** Where job submission scripts are available for both Python 2 and Python 3, please **Caution:** Where job submission scripts are available for both Python 2 and Python 3, please
do not submit both Python 2 and Python 3 jobs simultaneously, as one of the jobs might fail. If do not submit both Python 2 and Python 3 jobs simultaneously, as one of the jobs might fail. If
you would like to try both, please run these in tandem. you would like to try both, please run these in tandem such that the second job is started only
after the first is finished.
## Keras samples ## Keras samples
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment