Skip to content

Commit 6f86f79

Browse files
authored
no longer experimental
1 parent 22ec0b2 commit 6f86f79

5 files changed

+10
-603
lines changed

docs/easystack-files.md

-4
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
This documentation covers aspects of specifying a software stack to
44
install with Easybuild with *easystack files*.
55

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-
106
!!! note
117
Some breaking changes were made to the experimental easystack support in EasyBuild v4.7.0.
128

docs/experimental-features.md

+2-10
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,15 @@
11
# Experimental features {: #experimental_features }
22

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.
64

75
An experimental feature indicates to users that these features may
86
change significantly in a future release and should be used only for
97
testing, not (yet) for production usage.
108

119
Currently enabled experimental features include:
1210

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
1612
[Generating container recipes & images][containers])
17-
- support for using easystack files (see
18-
[Easystack files][easystack])
1913
- support for trying to update versions of the dependencies of an
2014
easyconfig based on what is available in the robot path (see
2115
[Output of `eb --help`][basic_usage_help])
22-
- support for installing extensions in parallel (see
23-
[Installing extensions in parallel][installing_extensions_in_parallel])

docs/installing-extensions-in-parallel.md

+6-9
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
1-
# Installing extensions in parallel *(experimental!)* {: #installing_extensions_in_parallel }
1+
# Installing extensions in parallel {: #installing_extensions_in_parallel }
22

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.
77

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.**
118

129
## Configuration {: #installing_extensions_in_parallel_configuration }
1310

@@ -42,7 +39,7 @@ easyblock.
4239

4340
## Caveats and Known issues {: #installing_extensions_in_parallel_caveats_known_issues }
4441

45-
*(last update: EasyBuild v4.5.0)*
42+
*(last update: EasyBuild v5.0.0)*
4643

4744
There are a couple of caveats and known issues with installing
4845
extensions in parallel, which we hope to resolve in future EasyBuild

0 commit comments

Comments
 (0)