Skip to content

Commit

Permalink
more old naming scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
sellth committed Mar 20, 2024
1 parent fbe627a commit 70d056b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bih-cluster/docs/admin/maintenance.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ We do not expect big changes but the nodes might not be as stable as other oness
Here is how you can reach them.
```
login-1 # srun --immediate=5 --pty --time=24:00:00 --partition=staging bash -i
hpc-login-1 # srun --immediate=5 --pty --time=24:00:00 --partition=staging bash -i
[...]
hpc-cpu-1 #
```
Expand Down Expand Up @@ -236,7 +236,7 @@ Affected servers are:
- Separate HPC 4 Research group GID space from other organization's.
- **Fully Unavailable**
- Reboot login nodes to increase RAM on login-2.research
- Reboot login nodes to increase RAM on hpc-login-2.research
- Update firmwares of transfer-{1,2}.research
## CentOS 8 Migration (in planning)
Expand Down
2 changes: 1 addition & 1 deletion bih-cluster/docs/how-to/software/jupyter.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ See whether this works via i.e. `ssh med0110`
The compute nodes themselves are not reachable directly from the outside and use the usual `~/.ssh/authorized_keys` file.
This means that you will have to append the content of ~/.ssh/id_rsa.pub` from the source host (your workstation/laptop) to `~/.ssh/authorized_keys` on the cluster.

If you fail to do this then you will be able to login to login-1/login-2 but you will get a password prompt for the compute nodes (i.e., med0XXX).
If you fail to do this then you will be able to login to hpc-login-1/login-2 but you will get a password prompt for the compute nodes (i.e., med0XXX).

Now you setup a tunnel

Expand Down
4 changes: 2 additions & 2 deletions bih-cluster/docs/how-to/software/matlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BIH has a license of Matlab R2016b for **16 seats** and various licensed package
To display the available licenses:

```bash
login-1:~$ scontrol show lic
hpc-login-1:~$ scontrol show lic
LicenseName=matlab_r2016b
Total=16 Used=0 Free=16 Remote=no
```
Expand All @@ -33,7 +33,7 @@ Matlab is installed on all of the compute nodes:

```console
# The following is VITAL so the scheduler allocates a license to your session.
login-1:~$ srun -L matlab_r2016b:1 --pty bash -i
hpc-login-1:~$ srun -L matlab_r2016b:1 --pty bash -i
med0127:~$ scontrol show lic
LicenseName=matlab_r2016b
Total=16 Used=1 Free=15 Remote=no
Expand Down

0 comments on commit 70d056b

Please sign in to comment.