-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/UPPMAX/UPPMAX-documentation
- Loading branch information
Showing
53 changed files
with
852 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- | ||
tags: | ||
- Bianca | ||
- login node | ||
- login | ||
- node | ||
--- | ||
|
||
# Bianca login node | ||
|
||
There are running up to 7 login nodes on a physical Bianca-node. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,79 @@ | ||
--- | ||
tags: | ||
- UPPMAX | ||
- cluster | ||
- clusters | ||
- speed | ||
- fast | ||
- slow | ||
--- | ||
|
||
# Cluster speeds | ||
|
||
Sometimes you feel a cluster is slow. | ||
|
||
Below are some benchmark results, so you can compare with what you are | ||
experiencing. | ||
|
||
Please [contact support](../support.md) when you find out that your favorite | ||
cluster is slower than expected. | ||
|
||
???- question "What could cause such a slowdown?" | ||
|
||
|
||
> When things are slow it is usually due to latency | ||
> when many processes are accessing the same files | ||
> and physical hard drives | ||
|
||
Examples: | ||
|
||
- 2024-12-06: Castor is still holding some file systems for Bianca | ||
or a user that is running a lot of very short lived Perl jobs on Bianca, | ||
that are running too hard on Castor. | ||
|
||
## Starting an interactive session with two cores for one hour | ||
|
||
In general: | ||
|
||
- It takes seconds if a free compute node is available | ||
- It takes minutes to start a new node | ||
|
||
Date and time |Cluster|Command |You waited for `x` seconds|Complete time (secs) | ||
---------------|-------|--------------------------------------------|--------------------------|-------------------- | ||
2024-12-19 8:00|Bianca |`interactive -A sens2023036 -n 2 -t 1:00:00`|518 (8:38) |548 (9:08) | ||
|
||
## Loading the `R_packages/4.3.1` module | ||
|
||
For [a benchmark to solve a ticket](https://github.com/UPPMAX/ticket_304069/blob/master/module_load.md#answers), | ||
the following command was run in multiple settings: | ||
|
||
```bash | ||
time module load R_packages/4.3.1 | ||
``` | ||
|
||
From the three resulting times, the 'Real' time is used. | ||
|
||
Here are some expected timings: | ||
|
||
Project |Setting |Real loading time | ||
-----------|----------------------------|----------------- | ||
Rackham |SSH |0m0.758s | ||
Bianca |SSH |0m8.984s | ||
|
||
Here are some unexpected timings: | ||
|
||
Project |Setting |Real loading time | ||
-----------|----------------------------|----------------- | ||
sens2023598|SSH |6m1.265s | ||
sens2023598|Website |6m20.234s | ||
sens2017625|SSH |6m4.584s | ||
sens2017625|Website, interactive session|7m41.433s | ||
sens2017625|SSH, interactive session |7m13.111s | ||
|
||
|
||
## Loading the `RStudio/2023.12.1-402` module | ||
|
||
Project |Setting |Real loading time | ||
-----------|----------------------------|----------------- | ||
Bianca |Website |2m3.184s | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
# Gorilla | ||
|
||
Gorilla will be ceph | ||
Gorilla is a future storage system, | ||
using the ceph file system. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
tags: | ||
- 2FA | ||
- MFA | ||
- UPPMAX | ||
- QR | ||
--- | ||
|
||
# Setting up the QR code for two factor authentication for UPPMAX | ||
|
||
Part of [setting up two factor authentication for UPPMAX](get_uppmax_2fa.md) | ||
is to get a QR code. | ||
|
||
![Getting an UPPMAX 2FA QR code](./img/get_uppmax_2fa_qr.png) | ||
|
||
You need to scan this QR code to add your account to your software. | ||
Most softwares call this "Add account" or similar | ||
and will offer an option to scan a QR code using the smartphone camera | ||
or select an area of the screen where the code is. | ||
|
||
Note that this must often be done from | ||
within the app for two factor authentication. | ||
|
||
If you see a string similar to | ||
|
||
```text | ||
otpauth://totp/username@UPPMAX?secret=SOMETEXT&issuer=UPPMAX | ||
``` | ||
|
||
it didn't work and you probably need to do something different | ||
(such as starting the app and select scan from within). | ||
|
||
Once you've scanned the code, you are often allowed to change the name the | ||
software will use for the account before you add it. | ||
You can change the name if you want - changing the name does not affect the | ||
codes generated. | ||
Finish adding the account to the software. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
tags: | ||
- 2FA | ||
- MFA | ||
- UPPMAX | ||
- QR | ||
- code | ||
--- | ||
|
||
# Setting up the QR code for two factor authentication for UPPMAX | ||
|
||
Once you have the new account, you should get one time codes for it when you | ||
have it selected. | ||
To finish the registration at UPPMAX, you need to enter the code | ||
that is displayed in the field where it says "Code:" and submit. | ||
The codes will change over time, don't worry about this, | ||
you just need to use whatever code is current. | ||
|
||
Once you have entered and submitted the current code, | ||
you should see a final page: | ||
|
||
![The final page](./img/get_uppmax_2fa_qr_code.png) | ||
|
||
When you see that page, it will take a little while and the token will | ||
be activated (you should also receive an e-mail about the new token). |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+117 KB
docs/getting_started/img/suprintegration_uppmax_uu_se_bootstrapotp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+187 KB
docs/getting_started/img/suprintegration_uppmax_uu_se_bootstrapotp_ubuntu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.