Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
habrok:software_environment:toolchains [2023/03/21 13:03] adminhabrok:software_environment:toolchains [2023/03/22 10:14] (current) – [Short version] fokke
Line 1: Line 1:
-{{indexmenu_n>2}}+{{indexmenu_n>3}}
 ====== Advanced: Toolchains  ====== ====== Advanced: Toolchains  ======
  
 ===== Short version ===== ===== Short version =====
  
-Do not mix up toolchain versions (2016a vs 2018a) or toolchain names (foss vs intel). It will load incompatible versions of compilers/libraries, and will most likely break applications.+Do not mix up toolchain versions (2021b vs 2022a) or toolchain names (foss vs intel). It will load incompatible versions of compilers/libraries, and will most likely break applications.
  
 This is very easy to do if you rely on default modules since these change depending on what the newest installed version is. Software is sometimes not updated synchronously, so you may run into an issue where loading defaults for ''module load Python'' and ''module load TensorFlow'' will result in a broken environment. Please specify version numbers when loading software. This is very easy to do if you rely on default modules since these change depending on what the newest installed version is. Software is sometimes not updated synchronously, so you may run into an issue where loading defaults for ''module load Python'' and ''module load TensorFlow'' will result in a broken environment. Please specify version numbers when loading software.