@@ -84,6 +84,8 @@ Otherwise please join the `PADC` and `CPADC` projects.
...
@@ -84,6 +84,8 @@ Otherwise please join the `PADC` and `CPADC` projects.
## 4. Logging on to the supercomputers
## 4. Logging on to the supercomputers
**Note:** From here on it is assumed that you already have an account on your required supercomputer.
### 4.1 JURECA
### 4.1 JURECA
Following are the steps required to login (more information
Following are the steps required to login (more information
...
@@ -92,15 +94,22 @@ Following are the steps required to login (more information
...
@@ -92,15 +94,22 @@ Following are the steps required to login (more information
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:
`jutil env activate -p <name of compute project> -A <name of budget>`
`jutil env activate -p <project name> -A <accounting project name>`
**Note:** To view a list of all project and budget names available to you, please use the following command: `jutil user projects -o columns`.
Under the column titled "project", all names that start with the prefix "c" are compute projects, and
can be used in the `<name of compute project>` field for the command above. The `<name of budget>` field should then
contain the corresponding name under the "budgets" column. Please click [here](http://www.fz-juelich.de/ias/jsc/EN/Expertise/Supercomputers/NewUsageModel/NewUsageModel_node.html)
for more information.
3. Change to the project directory:
3. Change to the project directory:
`cd $PROJECT`
`cd $PROJECT`
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. As the project directory is shared with other project
elsewhere, please change to that directory.
members, it is recommended to create a new directory with your username, and change to that directory. If
you'd like to clone this repository elsewhere, please change to the directory of your choice.
### 4.2 JURON
### 4.2 JURON
...
@@ -111,18 +120,22 @@ Following are the steps required to login.
...
@@ -111,18 +120,22 @@ Following are the steps required to login.
`ssh <username>@juron.fz-juelich.de`
`ssh <username>@juron.fz-juelich.de`
2. Upon successful login, activate your project environment (more information
2. Upon successful login, activate your project environment (more information