-
Notifications
You must be signed in to change notification settings - Fork 145
Conference call notes 20221221
Kenneth Hoste edited this page Dec 21, 2022
·
6 revisions
(back to Conference calls)
Notes on the 212th EasyBuild conference call, Wednesday 21 December 2022 (16:00 UTC)
List of attendees (XXX):
-
Kenneth Hoste (HPC-UGent)
-
Simon Branford (Univ. of Birmingham, UK)
-
Alex Domingo (Vrije Universiteit Brussel, Belgium)
-
Jasper Grimm (University of York, UK)
-
Alain van Hoof (TU Eindhoven, Netherlands)
-
Lev Lafayette (Univ. of Melbourne, Australia)
-
Sebastien Moretti (SIB, Switzerland)
-
Jurij Pečar (EMBL, Germany)
-
Åke Sandgren (Umeå University, Sweden)
-
Jörg Saßmannshausen (Imperial College London, UK)
-
Abdoul Wahid Mainassara (LuxProvide, Luxembourg)
- overview of recent developments + outlook to next EasyBuild release
- update on porting of EasyBuild docs to MarkDown
- 2022b update for common toolchains
- Q&A
- release timeline
- latest release: EasyBuild v4.6.2 (21 Oct 2022)
- ETA next release (EasyBuild v4.7.0): ASAP
- recent changes
-
framework
-
bug fixes
- ...
-
enhancements
- ...
-
changes
- ...
-
docs
- ...
-
bug fixes
-
easyblocks
-
bug fixes
- ...
-
enhancements
- ...
-
updates
- ...
-
changes
- ...
- new software
- ...
-
bug fixes
-
easyconfigs
- ~XXX easyconfig PRs were merged since last conf call
-
bug fixes
- ...
-
enhancements
- ...
-
(noteworthy) new software
- see also overview at https://github.com/easybuilders/easybuild-easyconfigs/issues?q=is%3Amerged+label%3Anew
- ...
-
noteworthy software updates
- ...
- changes
- ...
-
framework
- work in progress
-
framework
-
reported bugs / bug fixes
- ...
-
enhancements
- add
easybuild.tools.LooseVersion
(sincedistutils
is deprecated in Python 3.10) (PR #3794) - add support for using
--output-format=md
(MarkDown) (PR #4117) - add support for
--filter-rpath-sanity-libs
to skip RPATH sanity check for designated libraries (PR #4119) - add
sanity_check_load_module
method toEasyBlock
to provide control over when module is loaded during sanity check step (PR #4125) - add
checksums.json
support for Github integration (PR #4133)
- add
- changes
-
reported bugs / bug fixes
-
easyblocks
- bug reports/fixes
- load module early during
PythonPackage
's sanity check step viasanity_check_load_module
(PR #2828)- to fix
--sanity-check-only
not working for software installed withPythonPackage
(see issue #2745)
- to fix
- load module early during
- enhancements
-
updates
- ...
- new software
- ...
-
changes
- ...
- bug reports/fixes
- easyconfigs
-
framework
- See https://github.com/easybuilders/easybuild-docs (preview @ https://easybuilders.github.io/easybuild-docs)
- status
- ...
- WIP framework PR #4117 to add support for
--output-format=md
(used for auto-generated documentation) - API docs are WIP @ https://github.com/easybuilders/easybuild-docs/pull/79
- no changes compared to candidate toolchains (
foss/2022.10
,intel/2022.11
) -
foss/2022b
(PR #16961)- GCC 12.2.0 + binutils 2.39
- UCX 1.13.1 + libfabric 1.16.1 + OpenMPI v4.1.4
- OpenBLAS 0.3.21 + FlexiBLAS 3.2.1
- FFTW 3.3.10 (current latest)
- ScaLAPACK 2.2.0 (current latest)
-
intel/2022b
(PR #16962)- base: GCC 12.2.0 + binutils 2.39
- Intel C/C++/Fortran compilers 2022.2.1 (classic + oneAPI)
- Intel MPI 2021.7.1
- Intel MKL 2022.2.1
- limited testing, only trouble with things unrelated to updated toolchain components
- excessive long-running tests for netCDF on
generoso
(PR #16834) - changed install procedure for
scipy
>= v1.9 (PR #16912)- now using Meson to configure build
- correctly specifying BLAS/LAPACK library to use is not straightforward (cfr. draft easyblocks PR #2848)
- excessive long-running tests for netCDF on
- merged PRs
- auto-enable use of oneAPI C/C++ compilers for intel-compilers >= 2022.2.0 (PR #4135)
- opt-out for C/C++ possible via
oneapi_c_cxx
toolchain option - opt-in for Fortrab possible via
oneapi_fortran
toolchain option
- opt-out for C/C++ possible via
- (PR #4143)
- Perl 5.36.0 w/
GCCcore/12.2.0
(done, see PR #16204) - Python 3.10.8 w/
GCCcore/12.2.0
(done, see PR #16632)-
setuptools
was downgraded to 63.4.3 (PR #16915)
-
- X11 v20221110 w/
GCCcore/12.2.0
(done, see PR #16664) - Qt5 v5.15.7 with
GCCcore/12.2.0
(PR #16810)
- auto-enable use of oneAPI C/C++ compilers for intel-compilers >= 2022.2.0 (PR #4135)
- PRs to be merged
- make iimkl toolchain aware of intel-compilers (PR #4146)
- mpi4py is being split off from SciPy-bundle (cfr. PR #16912)
- ...