Skip to content

Commit ac11c11

Browse files
authored
no longer experimental
1 parent 3c6605e commit ac11c11

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

docs/easybuild-v5/deprecated-functionality.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,18 @@ The following checksum types are deprecated and should no longer be used: `md5`,
110110

111111
## `EnvironmentModulesC` or `EnvironmentModulesTcl` modules tools {: #modules-tools }
112112

113-
*(more info soon)*
113+
The use of the older [Environment Modules](https://modules.readthedocs.io/) versions is deprecated.
114+
This corresponds to setting the module tool in EasyBuild to either `EnvironmentModulesC` or
115+
`EnvironmentModulesTcl`.
116+
117+
Those using Environment Modules should use at least version 4.3 or newer.
114118

115119
---
116120

117121
## GC3Pie as job backend {: #gc3pie-job-backend }
118122

119-
*(more info soon)*
123+
The use of the GC3Pie job backend is deprecated. Those generating jobs from EasyBuild should use one
124+
of the other available backends instead, such as Slurm or PBS Python.
120125

121126
---
122127

docs/easybuild-v5/enhancements.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,14 +63,16 @@ If you would like to see other types of easyconfigs added as templates, please
6363

6464
## Mark support for installing extensions in parallel as stable (no longer experimental) {: #parallel-extensions-install-stable }
6565

66-
*(more info soon)*
66+
The support for [installing extensions in parallel][installing_extensions_in_parallel]
67+
no longer requires the use of the `--experimental` option.
6768

6869
---
6970

7071

7172
## Mark easystack support as stable (no longer experimental) {: #easystack-stable }
7273

73-
*(more info soon)*
74+
[Easystack files][easystack] are now considered stable and no longer require the use
75+
of the `--experimental` option.
7476

7577
---
7678

docs/easystack-files.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This documentation covers aspects of specifying a software stack to
44
install with Easybuild with *easystack files*.
55

66
!!! note
7-
Some breaking changes were made to the experimental easystack support in EasyBuild v4.7.0.
7+
Some breaking changes were made to the easystack support in EasyBuild v4.7.0.
88

99
Easystack files must now use the `easyconfigs` top-level key to list *easyconfig filenames*,
1010
as opposed to the `software` top-level key and separate subkeys like `version`, `versionsuffix` and
@@ -21,7 +21,7 @@ specify to EasyBuild what to install.
2121
To build software with *Easystack*, type:
2222

2323
``` shell
24-
eb --easystack example.yaml --experimental
24+
eb --easystack example.yaml
2525
```
2626

2727
where `example.yaml` is the file with specifications that you just
@@ -136,7 +136,7 @@ easyconfigs:
136136
and you run with
137137

138138
``` shell
139-
eb --experimental --easystack my_easystack.yaml --dry-run
139+
eb --easystack my_easystack.yaml --dry-run
140140
```
141141

142142
this will have the same effect as running
@@ -163,7 +163,7 @@ they take priority over the the ones on the command line, if the same configurat
163163
For example, running:
164164

165165
``` shell
166-
eb --experimental --easystack my_easystack.yaml --disable-debug
166+
eb --easystack my_easystack.yaml --disable-debug
167167
```
168168

169169
will effectively cause `PyTorch-1.12.0-foss-2022a-CUDA-11.7.0.eb` to be installed with debug logging enabled,

docs/installing-extensions-in-parallel.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,6 @@ in the background, to exploit the availability of multiple cores.
1111
To let EasyBuild install extensions in parallel, the
1212
`parallel-extensions-install` configuration option must be enabled.
1313

14-
In addition, since the support for installing extensions in parallel is
15-
an experimental feature, the `experimental` configuration option must be
16-
also be enabled (see also [Experimental features][experimental_features]).
17-
1814
How many extension installations should be started (at maximum) at the
1915
same time is controlled by the `parallel` configuration option.
2016

@@ -45,9 +41,6 @@ There are a couple of caveats and known issues with installing
4541
extensions in parallel, which we hope to resolve in future EasyBuild
4642
releases.
4743

48-
This is also why the support for installing extensions in parallel is
49-
currently marked as an experimental feature.
50-
5144
### Only works for R extensions {: #installing_extensions_in_parallel_caveats_known_issues_only_r }
5245

5346
The support for installing extensions in parallel currently only works

0 commit comments

Comments
 (0)