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