Skip to content

Commit

Permalink
Add ThinLinc error and cluster timings
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Dec 18, 2024
1 parent ecf760f commit 2fb75ae
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 1 deletion.
32 changes: 31 additions & 1 deletion docs/cluster_guides/cluster_speeds.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,30 @@ cluster is slower than expected.
or a user that is running a lot of very short lived Perl jobs on Bianca,
that are running too hard on Castor.

## Loading the `R_packages/4.3.1` module
## Starting an interactive node


### `interactive -A sens2017625 -n 2 -t 1:00:00`

Attempt|You waited for `x` seconds|Complete time (secs)
-------|--------------------------|--------------------
1 |1 |37
2 |2 |35
3 |1 |37
4 |1 |34
5 |1 |36

### `interactive -A sens2017625 --partition devcore -n 2 -t 1:00:00`

Attempt|You waited for `x` seconds|Complete time (secs)
-------|--------------------------|--------------------
1 |1 |37
2 |1 |34
3 |1 |34
4 |1 |37
5 |1 |35

## 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:
Expand Down Expand Up @@ -60,3 +82,11 @@ 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


Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions docs/software/thinlinc.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,12 @@ Typically, users prefer to turn off full screen mode.
Normally you don't have to change anything else here,
and we have also disabled all "local devices" (USB-sticks, sound and printers)
on server side. So no point to fiddle with these specific options.


## ThinLinc error: no agent server available

![ThinLinc error: no agent server available](thinlinc_error_no_agent_server_available.png)

> ThinLinc error: no agent server available
Try again :-)

0 comments on commit 2fb75ae

Please sign in to comment.