Recent changes to the software environment: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
(Created page with "Installation of software packages within the Compute Canada software environment is always performed using scripts. We use multiple tools, including [https://easybuild.io/ Eas...")
 
No edit summary
Line 1: Line 1:
Installation of software packages within the Compute Canada software environment is always performed using scripts. We use multiple tools, including [https://easybuild.io/ EasyBuild], [https://overlays.gentoo.org/ Gentoo Overlays] (starting in 2020), and [https://github.com/NixOS/nixpkgs NixOS] (formerly). This software environment can be [[Accessing CVMFS|used on any compute in the world]] thanks to [https://cvmfs.readthedocs.io/en/stable/ CVMFS].  
Installation of software packages within the Compute Canada software environment is always performed using scripts. We use multiple tools, including [https://easybuild.io/ EasyBuild], [https://overlays.gentoo.org/ Gentoo Overlays] (starting in 2020), and [https://github.com/NixOS/nixpkgs NixOS] (formerly). This software environment can be [[Accessing CVMFS|used on any compute in the world]] thanks to [https://cvmfs.readthedocs.io/en/stable/ CVMFS].  


We also track all changes or new installation made on the software environment through [[Git]], and you can see a list of recent changes here:  
We also track all changes or new installation made on the software environment through [[Git]], and you can see a list of recent changes in the links below.
 
Changes to software installed as modules:
* [https://github.com/ComputeCanada/easybuild-easyconfigs-installed-avx2/commits/main Changes to the core modules and modules installed for the AVX2 CPU architecture]
* [https://github.com/ComputeCanada/easybuild-easyconfigs-installed-avx2/commits/main Changes to the core modules and modules installed for the AVX2 CPU architecture]
* [https://github.com/ComputeCanada/easybuild-easyconfigs-installed-avx512/commits/main Changes to the modules installed for the AVX512 CPU architecture]
* [https://github.com/ComputeCanada/easybuild-easyconfigs-installed-avx512/commits/main Changes to the modules installed for the AVX512 CPU architecture]
* [https://github.com/ComputeCanada/easybuild-easyconfigs-installed-avx/commits/main Changes to the modules installed for the AVX CPU architecture]
* [https://github.com/ComputeCanada/easybuild-easyconfigs-installed-avx/commits/main Changes to the modules installed for the AVX CPU architecture]
* [https://github.com/ComputeCanada/easybuild-easyconfigs-installed-sse3/commits/main Changes to the modules installed for the SSE3 CPU architecture]
* [https://github.com/ComputeCanada/easybuild-easyconfigs-installed-sse3/commits/main Changes to the modules installed for the SSE3 CPU architecture]
Other changes:
* [https://github.com/ComputeCanada/software-stack-config/commits/main Changes to the primary configuration files]
* [https://github.com/ComputeCanada/software-stack-config/commits/main Changes to the primary configuration files]
* [https://github.com/ComputeCanada/software-stack-custom/commits/main Changes to custom modules and scripts]
* [https://github.com/ComputeCanada/software-stack-custom/commits/main Changes to custom modules and scripts]
* [https://github.com/ComputeCanada/gentoo-overlay/commits/main Changes to the core of the Gentoo layer, for the module <tt>StdEnv/2020</tt>]
* [https://github.com/ComputeCanada/gentoo-overlay/commits/main Changes to the core of the Gentoo layer, for the module <tt>StdEnv/2020</tt>]
* [https://github.com/ComputeCanada/nixpkgs/commits/computecanada-16.09 Changes to the core of the Nix layer, for the modules <tt>StdEnv/2016.4</tt> and <tt>StdEnv/2018.3</tt>]
* [https://github.com/ComputeCanada/nixpkgs/commits/computecanada-16.09 Changes to the core of the Nix layer, for the modules <tt>StdEnv/2016.4</tt> and <tt>StdEnv/2018.3</tt>]

Revision as of 16:23, 19 May 2021

Installation of software packages within the Compute Canada software environment is always performed using scripts. We use multiple tools, including EasyBuild, Gentoo Overlays (starting in 2020), and NixOS (formerly). This software environment can be used on any compute in the world thanks to CVMFS.

We also track all changes or new installation made on the software environment through Git, and you can see a list of recent changes in the links below.

Changes to software installed as modules:

Other changes: