Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
habrok:migration:alma9:start [2026/07/13 13:29] – Remove maintenance notice pedrohabrok:migration:alma9:start [2026/09/07 07:14] (current) – [Self-compiled applications] admin
Line 78: Line 78:
 ==== Self-compiled applications ==== ==== Self-compiled applications ====
  
-Binary applications, compiled on Alma Linux 8, may still  work on Alma Linux 9. We strongly encourage you to recompile these applications. Applications built with the OS compilers can be recompiled on Alma Linux 9 directly. Applications that have been built using compiler modules from the ''2023.01'' software stack should be recompiled using a compiler from ''EESSI/2025.06''+Binary applications, compiled on Alma Linux 8, may still  work on Alma Linux 9. We strongly encourage you to recompile these applications. Applications built with the OS compilers can be recompiled on Alma Linux 9 directly. Applications that have been built using compiler modules from the ''2023.01'' software stack should be recompiled using a compiler from EESSI (e.g. ''EESSI/2025.06'')Note that compiling applications with compilers from EESSI require you to load the ''buildenv'' module for the corresponding compiler toolchain, e.g. for ''foss/2025b'' you would need to load ''buildenv/default-foss-2025b''. This is a wrapper module ensuring that the compilers insert the path to dependencies into your binaries. Compiling without this module could lead to the following kind of error when running your executable: 
 +<code> 
 +error while loading shared libraries: libsomelibrary.so: cannot open shared object file: No such file or directory 
 +</code>
 ==== Personal Python and R libraries ==== ==== Personal Python and R libraries ====