Commit 6f86f79 1 parent 22ec0b2 commit 6f86f79 Copy full SHA for 6f86f79
File tree 5 files changed +10
-603
lines changed
5 files changed +10
-603
lines changed Original file line number Diff line number Diff line change 3
3
This documentation covers aspects of specifying a software stack to
4
4
install with Easybuild with * easystack files* .
5
5
6
- ** Note: this is an**
7
- [ experimental feature] [ experimental_features ] . ** Some of the mentioned functionality may be subject to
8
- change or be prone to errors.**
9
-
10
6
!!! note
11
7
Some breaking changes were made to the experimental easystack support in EasyBuild v4.7.0.
12
8
Original file line number Diff line number Diff line change 1
1
# Experimental features {: #experimental_features }
2
2
3
- First introduced in EasyBuild v2.1.0 (see
4
- [ EasyBuild v2.1.0 Release Notes] [ release_notes_v2.1.0 ] ), experimental features can only be used by enabling the
5
- ` --experimental ` configuration option.
3
+ Experimental features can only be used by enabling the ` --experimental ` configuration option.
6
4
7
5
An experimental feature indicates to users that these features may
8
6
change significantly in a future release and should be used only for
9
7
testing, not (yet) for production usage.
10
8
11
9
Currently enabled experimental features include:
12
10
13
- - support for easyconfig files in YAML syntax (see
14
- [ Writing easyconfig files in YAML syntax] [ easyconfig_yeb_format ] )
15
- - support for generating container recipes & images (see
11
+ - support for generating container recipes & images (see
16
12
[ Generating container recipes & images] [ containers ] )
17
- - support for using easystack files (see
18
- [ Easystack files] [ easystack ] )
19
13
- support for trying to update versions of the dependencies of an
20
14
easyconfig based on what is available in the robot path (see
21
15
[ Output of ` eb --help ` ] [ basic_usage_help ] )
22
- - support for installing extensions in parallel (see
23
- [ Installing extensions in parallel] [ installing_extensions_in_parallel ] )
Original file line number Diff line number Diff line change 1
- # Installing extensions in parallel * (experimental!) * {: #installing_extensions_in_parallel }
1
+ # Installing extensions in parallel {: #installing_extensions_in_parallel }
2
2
3
- Since EasyBuild v4.5.0 (initial) support is available for installing
4
- extensions in parallel, that is to run the installation command for
5
- multiple extensions that are ready to install at the same time in the
6
- background, to exploit the availability of multiple cores.
3
+ Since EasyBuild v4.5.0 support is available for installing R libraries
4
+ ( extensions in an easyconfig) in parallel, that is to run the installation
5
+ command for multiple extensions that are ready to install at the same time
6
+ in the background, to exploit the availability of multiple cores.
7
7
8
- ** Note: this is an**
9
- [ experimental feature] [ experimental_features ] . ** Some of the mentioned functionality may be subject to
10
- change or be prone to errors.**
11
8
12
9
## Configuration {: #installing_extensions_in_parallel_configuration }
13
10
@@ -42,7 +39,7 @@ easyblock.
42
39
43
40
## Caveats and Known issues {: #installing_extensions_in_parallel_caveats_known_issues }
44
41
45
- * (last update: EasyBuild v4.5 .0)*
42
+ * (last update: EasyBuild v5.0 .0)*
46
43
47
44
There are a couple of caveats and known issues with installing
48
45
extensions in parallel, which we hope to resolve in future EasyBuild
You can’t perform that action at this time.
0 commit comments