EasyBuild: Difference between revisions

From Alliance Doc
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
[https://easybuild.io/ EasyBuild] is a tool for building, installing, and maintaining software on high-performance computing systems.  
[https://easybuild.io/ EasyBuild] is a tool for building, installing, and maintaining software on high-performance computing systems.  
We use it to build almost everything in Compute Canada's software repository, [[CVMFS]].
We use it to build almost everything in Compute Canada's software repository, [[CVMFS]].
= EasyBuild and modules =
...MORE NEEDED...
== EBROOT environment variables ==
...MORE NEEDED...


= Using EasyBuild in your own account =
= Using EasyBuild in your own account =
Line 23: Line 31:
...MORE NEEDED...
...MORE NEEDED...


= EBROOT... environment variables =
= Additional resources =


...MORE NEEDED...
* WestGrid webinar slides [https://westgrid.github.io/trainingMaterials/getting-started/#building-software-with-easybuild "Building software on Compute Canada clusters using EasyBuild"]

Revision as of 18:38, 8 December 2021


This article is a draft

This is not a complete article: This is a draft, a work in progress that is intended to be published into an article, which may or may not be ready for inclusion in the main wiki. It should not necessarily be considered factual or authoritative.




EasyBuild is a tool for building, installing, and maintaining software on high-performance computing systems. We use it to build almost everything in Compute Canada's software repository, CVMFS.

EasyBuild and modules

...MORE NEEDED...

EBROOT environment variables

...MORE NEEDED...

Using EasyBuild in your own account

You can use EasyBuild to install software in your own home or project directory space. You might do this if, for example, you want to customize a piece of 3rd-party software.

...MORE NEEDED...

Finding a recipe

A recipe is a text file containing instructions on how EasyBuild build a particular piece of software in a particular environment. Recipes use Python syntax. Writing a recipe from scratch is a lot of work, and will not be discussed here. Modifying a recipe for your particular situation is easier, and it is easier still to find a suitable recipe and use it unmodified.

...MORE NEEDED...

Choosing a toolchain

...MORE NEEDED...

Additional resources