Skip to content

Commit 1ae1344

Browse files
committed
Update docs for www-puhti R26 and www-mahti R12
1 parent 5f1c954 commit 1ae1344

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

docs/computing/webinterface/index.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ Please note that logging in to Puhti and Mahti web interfaces requires
1919
consume a **modest amount of computational resources**. Some examples are
2020
**pre- and post-processing of data** in Jupyter Notebooks using
2121
**at most a few tens of CPU cores**, **small-scale AI/ML experiments**
22-
using a **single GPU**, and **data visualization** tasks.
22+
using a **single GPU**, and **data visualization** tasks. As such, the
23+
maximum length of interactive jobs is limited to 16 hours.
2324

2425
Please note that the interactive applications in the web interfaces are
2526
**not** suitable for **multi-node** and **multi-GPU jobs**. Such workloads
@@ -104,7 +105,11 @@ specific instructions, see the [Interactive apps](apps.md) page.
104105
!!! warning-label
105106
Only a few partitions of Puhti and Mahti are available for use in the web
106107
interfaces. Some apps also have a more limited set of partitions available
107-
than others.
108+
than others.
109+
The maximum length of jobs in the web interfaces is 16 hours to keep the
110+
queueing times for interactive resources short. If you have work that
111+
requires longer jobs than that, we recommend that you run your software as
112+
[batch jobs](../running/getting-started.md).
108113

109114
In the **Puhti web interface**, the `interactive`, `small`, `test`, `gpu` and
110115
`gputest` partitions are available. Selecting the `gpu` or `gputest` partition

docs/computing/webinterface/jupyter.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ installation. So, if you created an installation with the command `conda-contain
7676

7777
### Virtual environment
7878

79+
!!! Note
80+
81+
Ensure that you are using the correct Python kernel when using a virtual
82+
environment. Otherwise, Python packages installed in the virtual
83+
environment may not be possible to import in the notebook. When launching
84+
Jupyter with a virtual environment, the kernel installed by the
85+
web interface will be named `Python 3 (venv)`.
86+
7987
You can create a virtual environment by enabling the *Virtual environment* option in the app form,
8088
as seen in the [Installing packages section](#installing-packages), and providing desired path of
8189
your virtual environment in the *Virtual environment path* field. The path should be under either

docs/support/wn/comp-new.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Computing environment
22

3+
## Puhti and Mahti web interfaces updated to release 26 and 12, 6.5.2025
4+
5+
* Jobs in the web interfaces have been limited to a maximum of 16 hours to improve queueing times.
6+
* VSCode now sets python.defaultInterpreterPath to help identifying the correct Python interpreter.
7+
* Virtual environments in the Jupyter app now work better with some modules, e.g. geoconda.
8+
* The email on session start option has been added to all interactive apps.
9+
* Open OnDemand updated to version 4.0.3.
10+
311
## New data cleaning policy on Puhti, 17.4.2025
412

513
On Puhti there is a process to clean (delete) old files in scratch that are not

0 commit comments

Comments
 (0)