User contributions for Honfi001
Appearance
18 September 2026
- 10:0410:04, 18 September 2026 diff hist +81 m IntelMPI →Running on a single node current Tag: Visual edit
31 August 2026
- 08:5508:55, 31 August 2026 diff hist +32 m Best-Practices No edit summary current Tag: Visual edit
- 08:5408:54, 31 August 2026 diff hist +243 m Best-Practices →Home directory (/home) Tag: Visual edit
- 08:5108:51, 31 August 2026 diff hist +4,215 Best-Practices No edit summary
- 08:2908:29, 31 August 2026 diff hist +42 Best-Practices No edit summary Tag: Visual edit
- 08:0008:00, 31 August 2026 diff hist −115 Best-Practices No edit summary Tag: Visual edit
- 07:3807:38, 31 August 2026 diff hist +14 m Best-Practices No edit summary Tag: Visual edit
- 07:3007:30, 31 August 2026 diff hist +1,270 Best-Practices No edit summary Tag: Visual edit
- 06:4906:49, 31 August 2026 diff hist +23 m Main Page No edit summary current Tag: Visual edit
- 06:4806:48, 31 August 2026 diff hist +28 m Main Page No edit summary Tag: Visual edit
26 August 2026
- 06:2506:25, 26 August 2026 diff hist −15 m Software →Containers Tag: Visual edit
25 August 2026
- 12:5212:52, 25 August 2026 diff hist +8 m Archival Storage →Group pages current Tag: Visual edit
- 12:5112:51, 25 August 2026 diff hist +3 m Archival Storage →Group pages Tag: Visual edit
- 12:4812:48, 25 August 2026 diff hist +6 Archival Storage No edit summary Tag: Visual edit
- 12:4312:43, 25 August 2026 diff hist +1 m Archival Storage No edit summary Tag: Visual edit
- 12:1712:17, 25 August 2026 diff hist +3 m Archival Storage No edit summary Tag: Visual edit
- 12:1612:16, 25 August 2026 diff hist +9 m Archival Storage No edit summary Tag: Visual edit
- 12:1312:13, 25 August 2026 diff hist +5 m Archival Storage No edit summary Tag: Visual edit
24 August 2026
- 14:2414:24, 24 August 2026 diff hist +170 Python No edit summary current Tag: Visual edit
- 14:2214:22, 24 August 2026 diff hist −3 Python No edit summary Tag: Visual edit
- 14:1914:19, 24 August 2026 diff hist +10,963 N Uv Created page with "{{DISPLAYTITLE:uv}} uv is a tool for installing Python packages and for managing the environments they live in. It does the same work as <code>pip</code> and <code>venv</code>, and it does it a great deal faster. This page explains what uv is, how to load it on Anunna, where it keeps your files, and how to use it for everyday work. It also explains what uv is '''not''' the right tool for: the packages it installs are not built for our hardware, so when the speed of you..."
- 10:2510:25, 24 August 2026 diff hist +43 N FrequentlyAskedQuestions Created page with "{{DISPLAYTITLE:Frequently Asked Questions}}" current
- 10:1810:18, 24 August 2026 diff hist +515 External Collaborator Access No edit summary current Tag: Visual edit
19 August 2026
- 15:0415:04, 19 August 2026 diff hist −293 Network & Security No edit summary current Tag: Visual edit
- 15:0215:02, 19 August 2026 diff hist +603 Best-Practices No edit summary Tag: Visual edit
- 14:5214:52, 19 August 2026 diff hist +13 Best-Practices No edit summary
- 14:5114:51, 19 August 2026 diff hist +18 N Best-Practices Created page with "==Best Practices=="
- 14:4614:46, 19 August 2026 diff hist −274 Workflows No edit summary current Tag: Visual edit
18 August 2026
- 14:2714:27, 18 August 2026 diff hist +10,963 N Python/uv Created page with "{{DISPLAYTITLE:uv}} uv is a tool for installing Python packages and for managing the environments they live in. It does the same work as <code>pip</code> and <code>venv</code>, and it does it a great deal faster. This page explains what uv is, how to load it on Anunna, where it keeps your files, and how to use it for everyday work. It also explains what uv is '''not''' the right tool for: the packages it installs are not built for our hardware, so when the speed of you..." current
- 12:4612:46, 18 August 2026 diff hist +15 Environment Modules No edit summary current Tag: Visual edit
17 August 2026
- 15:1315:13, 17 August 2026 diff hist +53 Tutorials No edit summary current Tag: Visual edit
- 15:1015:10, 17 August 2026 diff hist 0 Tutorials/Apptainer-Conda No edit summary current Tag: Visual edit: Switched
- 15:0915:09, 17 August 2026 diff hist +7,293 N Tutorials/Apptainer-Conda Created page with "{{DISPLAYTITLE:Totorial: Conda in an Apptainer Container}} = Running a Conda Environment in a Container = Sometimes a piece of software is published only as a conda package, with no module, no Python-only equivalent and no ready-made image. Building it into a container is the cleanest way to run it on Anunna: the environment is created once, on a compute node, and afterwards it is a single file that behaves the same way every time you use it. Read Python/Conda firs..."
- 15:0615:06, 17 August 2026 diff hist −642 Apptainer No edit summary current Tag: Visual edit
- 14:5914:59, 17 August 2026 diff hist +13 Python/Modules →See also Tag: Visual edit
- 14:4914:49, 17 August 2026 diff hist +32 Python/Modules No edit summary
- 14:4714:47, 17 August 2026 diff hist −5 Python No edit summary Tag: Visual edit
- 14:3314:33, 17 August 2026 diff hist −1 Python/Conda No edit summary Tag: Manual revert
- 14:3214:32, 17 August 2026 diff hist +1 m Python/Conda No edit summary Tags: Reverted Visual edit
- 14:2514:25, 17 August 2026 diff hist +1 Python/Conda No edit summary Tag: Visual edit: Switched
- 14:0614:06, 17 August 2026 diff hist +4 Python No edit summary Tag: Visual edit
- 14:0014:00, 17 August 2026 diff hist +26 Python/Conda No edit summary Tag: Visual edit: Switched
- 13:5513:55, 17 August 2026 diff hist −12 Python/Conda No edit summary Tag: Visual edit
- 13:4213:42, 17 August 2026 diff hist +12,054 N Python/Conda Created page with "Conda is a tool for installing scientific software and keeping it in self-contained folders called environments. You will meet it most often in bioinformatics, data science and machine learning, where a great deal of software is published this way. This page explains what Anaconda and Mamba are, why we do not recommend them on Anunna, what to use instead, and — if you have no alternative — how to use conda here with the least trouble. == Introduction == === What i..."
12 August 2026
- 15:1015:10, 12 August 2026 diff hist +67 Python No edit summary Tag: Visual edit
- 15:0915:09, 12 August 2026 diff hist −6,392 Python No edit summary Tag: Visual edit: Switched
- 15:0715:07, 12 August 2026 diff hist +39 Python/Modules No edit summary Tag: Visual edit
- 15:0615:06, 12 August 2026 diff hist +273 Python/Modules →Jupyter kernels Tag: Visual edit
- 14:5614:56, 12 August 2026 diff hist +285 Python/Modules No edit summary Tag: Visual edit
- 11:5611:56, 12 August 2026 diff hist +253 Python/Modules No edit summary Tag: Visual edit