-
Notifications
You must be signed in to change notification settings - Fork 144
Conference call notes 20230412
Kenneth Hoste edited this page Apr 12, 2023
·
2 revisions
(back to Conference calls)
Notes on the 220th EasyBuild conference call, Wednesday 12 April 2023 (15:00 UTC)
List of attendees (12):
- Sebastian Achilles (JSC, Germany)
- Alex Domingo (Vrije Universiteit Brussel, Belgium)
- Fotis Georgatos (HPE)
- Thomas Hayward-Schneider (Max Planck Institute for Plasma Physics, Germany)
- Kenneth Hoste (HPC-UGent, Belgium)
- Adam Huffman (Big Data Institute, Oxford, UK)
- Kurt Lust (UAntwerpen, Belgium + LUMI User Support Team)
- Sam Moors (Vrije Universiteit Brussel, Belgium)
- Mikael Öhman (Chalmers University of Technology, Sweden)
- Jurij Pečar (EMBL, Germany)
- Jörg Saßmannshausen (Imperial College London, UK)
- Jasper Grimm (University of York, UK)
- overview of recent developments + outlook to next release
- Q&A
- release timeline
- latest release: EasyBuild v4.7.1 (20 Mar 2023)
- ETA next release (EasyBuild v4.7.2?): Fri 21 April 2023
- EasyBuild User Survey
- 118 participants (new record, was 105 in previous survey)
- detailed overview of survey results will be available soon!
- recent changes
- docs
-
framework
-
bug fixes
- fix
--check-github
as gist url now includes username (PR #4231, fixes issue #4230) - switch to Ubuntu 22.04 in GitHub Actions workflow to run container tests (PR #4238)
- fix
-
enhancements
- extend (experimental) support for generating container images with Apptainer (PR #3975)
-
changes
- ...
-
EasyBuild 5.0 (to
5.0.x
branch)
-
bug fixes
-
easyblocks
-
bug fixes
- ...
- enhancements
-
updates
- ...
-
changes
- ...
- new software
- ...
-
EasyBuild 5.0 (to
5.0.x
branch)- bump version to
5.0.0.dev0
(PR #2917)
- bump version to
-
bug fixes
-
easyconfigs
- ~80 easyconfig PRs were merged since last conf call
-
bug fixes
- add patch for GPAW-22.8.0 with 2022a toolchain to make test tolerance a bit less strict (PR #17618)
- add alternative checksum for MONAI 1.0.1 (PR #17628)
- add missing dependencies and add patch for fix incorrect ids for BRAKER v2.1.6 (PR #17631)
- fix paths to Perl modules in MAKER v3.01.04 (PR #17629)
- explicitely disable mpi/python in Boost (intel-compilers/2021.4.0) (PR #17638)
-
enhancements
- add local::lib extension to Perl 5.34.0 (PR #17679)
- (noteworthy) new software
-
noteworthy software updates
-
intel/2023.03
(PR #17676) - OpenFOAM 10 w/
foss/2022a
(PR #17614) - SuiteSparse (PR #17625)
- peak memory usage of 125GB mitigated by disabling optimization report with
-qopt-report=0
- should this be done automatically by SuiteSparse easyblock?
- peak memory usage of 125GB mitigated by disabling optimization report with
- UCC-CUDA v1.1.0 w/
GCCcore/12.2.0
+ UCC patch for component paths (PR #17255)
-
- changes
- ...
- work in progress
-
docs
- project board to perform yearly review cycle of all documentation pages: https://github.com/orgs/easybuilders/projects/17/views/1
- adding a "
module
cheat sheet" (PR #132) - terminology page review: fix EasyBuild version, remove ancient paragraph (PR #133)
-
framework
-
reported bugs / bug fixes
- Python packages are being installed to
local/lib/python*/dist-packages
due to tweaks tosysconfig.py
in OS (issue #4128) - fix typo in condition guarding installation of GitHub token in CI workflow to run unit tests (PR #4216)
- to fix tests that require GitHub token are always skipped in CI due to silly typo in GitHub Actions workflow (issue #4214)
- work-in-progress because using
$GITHUB_TOKEN
that is provided by default doesn't seem to be working...
- Python packages are being installed to
-
enhancements
- fixes/enhancements w.r.t. checksums (PR #4159, PR #4150, PR #4164)
- enhance documentation of checksums easyconfig parameter (docs PR #853)
-
changes
- ...
-
EasyBuild 5.0 (to
5.0.x
branch)- remove support for Python 2 and 3.5 (PR #4229)
- EasyBuild 5.0 will require Python >= 3.6
- use of
easybuild.tools.py2vs3
is deprecated - we should create a docs page with detailed overview of (breaking) changes in EasyBuild 5.0, incl. overview of how to avoid relying on
py2vs3
- bump version to
5.0.0.dev0
(PR #4236)
- remove support for Python 2 and 3.5 (PR #4229)
-
reported bugs / bug fixes
-
easyblocks
- bug reports/fixes
- enhancements
- let MATLAB easyblock raise an error if the MATLAB installation key is not provided #2905 (PR #2905)
-
updates
- ...
- new software
-
changes
- ...
-
easyconfigs
- still over 800 open easyconfig PRs...
- bug fixes/reports
- add missing dependencies for funannotate (PR #17690)
- enhancements
- new software
- noteworthy software updates
- changes
- ...
-
docs