You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: init/modules/EESSI/2023.06.lua
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ More information
10
10
whatis("Description: The European Environment for Scientific Software Installations (EESSI, pronounced as easy) is a collaboration between different European partners in HPC community. The goal of this project is to build a common stack of scientific software installations for HPC systems and beyond, including laptops, personal workstations and cloud infrastructure.")
11
11
whatis("URL: https://www.eessi.io/docs/")
12
12
conflict("EESSI")
13
+
-- this is a version-agnostic module file, works for EESSI/2023.06, EESSI/2025.06, etc.
13
14
localeessi_version=myModuleVersion()
14
15
localeessi_repo="/cvmfs/software.eessi.io"
15
16
if (subprocess("uname -m"):gsub("\n$","") =="riscv64") then
0 commit comments