Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Merge requests
!218
Eb 2018 hands on
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Eb 2018 hands on
eb-2018-hands-on
into
master
Overview
0
Commits
18
Pipelines
0
Changes
10
Merged
Eb 2018 hands on
Lukáš Krupčík
requested to merge
eb-2018-hands-on
into
master
Oct 23, 2018
Overview
0
Commits
18
Pipelines
0
Changes
10
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
cbb9a844
18 commits,
Oct 23, 2018
10 files
+
901
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
docs.it4i/EasyBuild-Hands-on-2018/Introduction.md
0 → 100644
+
35
−
0
View file @ cbb9a844
Edit in single-file editor
Open in Web IDE
# Introduction
Please, use
**only**
training account (DD-18-36-
\*
)
## Setting Up for Building
Set up an environment to use your own modules. (
[
EasyBuild#modulepath
](
https://docs.it4i.cz/software/tools/easybuild/#modulepath
)
)
### Variant A
For temporary setup.
```
console
module use $
HOME/.local/easybuild/modules/all/
```
### Variant B
Modify your .bash_profile for permanent setup and reload environment (logout, login)
```
console
cat ~/.bash_profile
#
.bash_profile
#
Get the aliases and functions
if [ -f ~/.bashrc ];
then
. ~/.bashrc
fi
#
User specific environment and startup programs
module use $
HOME/.local/easybuild/modules/all/
PATH=$
PATH:
$HOME
/bin
export PATH
```
Loading