From 5357949608d64ef2ab4b3aea7b0cdc29b2cca857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= <lukas.krupcik@vsb.cz> Date: Tue, 21 Feb 2017 11:50:55 +0100 Subject: [PATCH] add eb tutorial --- docs.it4i/software/eb.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs.it4i/software/eb.md b/docs.it4i/software/eb.md index 764c807fc..3f63256a9 100644 --- a/docs.it4i/software/eb.md +++ b/docs.it4i/software/eb.md @@ -16,7 +16,7 @@ EasyBuild relies on two main concepts Detailed documentations is available [here](http://easybuild.readthedocs.io/en/latest/]. -### Toolchains +## Toolchains A toolchain corresponds to a compiler and a set of libraries which are commonly used to build a software. The two main toolchains frequently used on the IT4Innovations clusters are the **foss** and **intel**. @@ -25,7 +25,7 @@ A toolchain corresponds to a compiler and a set of libraries which are commonly Additional details are available on [here](https://github.com/hpcugent/easybuild/wiki/Compiler-toolchains). -### EasyConfig File +## EasyConfig File An EasyConfig file is a simple text file that describes the build process of a software. For most software that uses standard procedure (like configure, make and make install), this file is very simple. Many EasyConfig files are already provided with EasyBuild. -- GitLab