no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | habrok:migration:alma9:faq [2026/06/09 09:51] (current) – created vlada | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== FAQ ====== | ||
| + | ++++ Will anything change in the way I connect to Hábrók? | | ||
| + | No, you will be able to connect to Hábrók in the same ways you are used to, including '' | ||
| + | ++++ | ||
| + | |||
| + | ++++ If AlmaLinux 8.10 still has security updates until 2029, why upgrade to AlmaLinux 9.8 and what are the benefits? | | ||
| + | While AlmaLinux 8.10 will still supported with security updates by the AlmaLinux developers until 2029, no other features or improvements will be provided. That means no updates for features such as: | ||
| + | |||
| + | * Updated base OS system software (updated versions of '' | ||
| + | * Updated Linux kernel, which is expected to provide benefits in I/O, hardware support and a number of other benefits. | ||
| + | ++++ | ||
| + | |||
| + | ++++ Will the migration affect my data on Hábrók? | | ||
| + | No, we will not delete, move, or otherwise modify any user files in ''/ | ||
| + | ++++ | ||
| + | |||
| + | ++++ Will the existing software modules be removed or changed? | | ||
| + | No, the currently installed Hábrók software stack will still be available. However, we will be moving to a software stack based on [[habrok: | ||
| + | ++++ | ||
| + | |||
| + | ++++ Will my user environments (R, Python, conda, etc) still work? | | ||
| + | Almost certainly not, and you may run into weird or unexpected errors in the future so it is highly advisable to reinstall your environment using the new software stack. This may happen even if you explicitly load the old '' | ||
| + | |||
| + | You can test the impact by using the [[habrok: | ||
| + | ++++ | ||
| + | |||
| + | ++++ Will my compiled applications still work? | | ||
| + | Almost certainly not, and you may run into weird or unexpected errors in the future so it is highly advisable to recompile your code or applications before running them. This is because your compiled code may be linking to system libraries that are no longer present or are different in Alma 9. Additionally, | ||
| + | |||
| + | You can test the impact by using the [[habrok: | ||
| + | ++++ | ||
| + | |||
| + | ++++ Why is Hábrók moving to EESSI as a new software stack if the old one still works? | | ||
| + | The existing Hábrók software stack is fully built and managed by us, using a build framework - EasyBuild - that is collaborative in nature. Researchers and HPC admins write build recipes (easyconfig files) and make them publicly available. | ||
| + | |||
| + | We use those public easyconfigs or create our own when none are available in order to build all the modules in Hábrók. This process is very time and labour intensive, which results in us sometimes not being able to install some applications, | ||
| + | |||
| + | EESSI uses EasyBuild as a tool, but rather than just sharing easyconfigs, | ||
| + | |||
| + | Using EESSI will free up our time to focus on the challenging installations that cannot be centrally provided, answering support requests, and otherwise implementing new features on Hábrók. | ||
| + | ++++ | ||