Skip to content

Commit 8f0a77e

Browse files
committed
Adding Alvis here and there
1 parent 92eeb35 commit 8f0a77e

1 file changed

Lines changed: 29 additions & 13 deletions

File tree

docs/common/interactive_ondemand.rst

Lines changed: 29 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,29 +4,35 @@ Interactive sessions and Desktop On-Demand
44
.. note::
55

66
- Demanding work (CPU or Memory intensive) should be done on the compute nodes.
7-
- If you need live interaction you should satrt an "interactive session"
8-
- On Cosmos (LUNARC) and Dardel (PDC) it can be done graphically with the Desktop-On-Demand tool ``GfxLauncher``.
7+
- If you need live interaction you should start an "interactive session"
8+
- On Cosmos (LUNARC) and Dardel (PDC) it can be done graphically with the Desktop-On-Demand tool ``GfxLauncher`` which is started inside ThinLinc.
9+
- On Kebnekaise (HPC2N) and Alvis (C3SE) it can be done graphically with the Desktop-on-Demand portal.
910
- Otherwise the terminal approach will work in all centers.
1011

1112
The command to request an interactive node differs per HPC cluster:
1213

1314
+---------+-----------------+-------------+-------------+
14-
| Cluster | ``interactive`` | ``salloc`` | GfxLauncher |
15+
| Cluster | ``interactive`` | ``salloc`` | ``srun`` | GfxLauncher / Desktop-On-Demand Portal |
1516
+=========+=================+=============+=============+
16-
| HPC2N | Works | Recommended | Possible |
17-
+---------+-----------------+-------------+-------------+
18-
| UPPMAX | Recommended | Works | N/A |
19-
+---------+-----------------+-------------+-------------+
20-
| LUNARC | Works | N/A | Recommended |
21-
+---------+-----------------+-------------+-------------+
22-
| NSC | Recommended | N/A | N/A |
23-
+---------+-----------------+-------------+-------------+
24-
| PDC | N/A | Recommended | Possible |
25-
+---------+-----------------+-------------+-------------+
17+
| HPC2N | N/A | Recommended | N/A | Recommended |
18+
+---------+-----------------+-------------+-----+--------+
19+
| UPPMAX | Recommended | Works | N/A | N/A |
20+
+---------+-----------------+-------------+-----+--------+
21+
| LUNARC | Works | N/A | N/A | Recommended |
22+
+---------+-----------------+-------------+-----+--------+
23+
| NSC | Recommended | N/A | N/A | N/A |
24+
+---------+-----------------+-------------+-----+--------+
25+
| PDC | N/A | Recommended | N/A | Possible |
26+
+---------+-----------------+-------------+-----+--------+
27+
| C3SE | N/A | N/A | Works | Recommended |
28+
+---------+-----------------+-------------+-------+------------+
2629

2730
Start an interactive session from OnDemand
2831
==========================================
2932

33+
ThinLinc + GfxLauncher
34+
----------------------
35+
3036
For most programs, the start-up process is roughly the same:
3137

3238
#. Log into COSMOS/(Dardel) via Thinlinc to start a HPC Desktop session.
@@ -60,6 +66,16 @@ For a few applications (e.g. Jupyter Lab), GfxLauncher will also offer an additi
6066

6167
The Job Properties menu (right) pops up when the box titled ``Job settings...`` in the main GfxLauncher window (left) is clicked. Only use it if you know what you're doing!
6268

69+
Open-On-Demand Portal
70+
---------------------
71+
72+
- Kebnekaise:
73+
- Go to ``https://portal.hpc2n.umu.se/`` and login.
74+
- Documentation here: ``https://docs.hpc2n.umu.se/tutorials/connections/#open__ondemand``
75+
- Alvis:
76+
- Go to ``https://alvis.c3se.chalmers.se/``
77+
- There is some documentation here: ``https://uppmax.github.io/HPC-python/common/interactive_ondemand.html#start-an-interactive-session-from-ondemand``
78+
6379
Start an interactive session from the terminal
6480
==============================================
6581

0 commit comments

Comments
 (0)