-
Notifications
You must be signed in to change notification settings - Fork 144
Conference call notes 20220511
Kenneth Hoste edited this page May 11, 2022
·
7 revisions
(back to Conference calls)
Notes on the 197th EasyBuild conference call, Wednesday 11 May 2022 (15:00 UTC)
Alphabetical list of attendees (XXX):
-
Kenneth Hoste (HPC-UGent, Belgium)
-
Simon Branford (Univ. of Birmingham, UK)
-
Jasper Grimm (University of York, UK)
-
Adam Huffman (Big Data Institute, Oxford, UK)
-
Diana Iusan (Uppsala Univ., Sweden)
-
Tjerje Kvernes (University of Oslo, Norway)
-
Kurt Lust (Univ. of Antwerpen, Belgium + LUMI User Support Team)
-
Pavlin Mitev (Uppsala Univ., Sweden)
-
Sam Moors (Vrije Universiteit Brussel, Belgium)
-
Jurij Pečar (EMBL, Germany)
-
Jörg Saßmannshausen (Imperial College London, UK)
- overview of recent developments + outlook to next EasyBuild release
- progress on 2022a update of common toolchains
- Q&A
- release timeline
- latest release: EasyBuild v4.5.4 (31 March 2022)
- ETA next release: mid May 2022
- recent changes
-
framework
-
bug fixes
- ...
-
enhancements
- ...
-
changes
- change 'eb' command to import easybuild to check if it's working (PR #3995)
- makes
eb
command significantly more responsive, because testing import ofeasybuild.main
is quite expensive - just checking whether "
import easybuild
" works is way too generic though, usingeasybuild.framework
would better (fixed in PR #3998)
- makes
- change 'eb' command to import easybuild to check if it's working (PR #3995)
-
bug fixes
-
easyblocks
-
bug fixes
- ...
-
enhancements
- ...
-
updates
- ...
-
changes
- ...
- new software
- ...
-
bug fixes
-
easyconfigs
- ~75 easyconfig PRs merged since last overview (2022-03-30)
-
bug fixes
- use
x.py
to boostrap Rust so that build options are properly passed through (PR #15211) - add missing dependencies for SlamDunk (PR #15301)
- define $HHLIB as path to HH-suite installation directory, required by Perl scripts (PR #15324)
- remove pkg-config use from SeqLib configure patch (avoids problem due to faulty autoconf macro) (PR #15316)
- update source URLs for YAXT 0.9.x to fix download (PR #15323)
- use
-
enhancements
- ...
-
(noteworthy) new software
- see also overview at https://github.com/easybuilders/easybuild-easyconfigs/issues?q=is%3Amerged+label%3Anew
- ...
-
noteworthy software updates
- GTDB-Tk v2.0.0 (PR #15317)
- changes
-
framework
- to merge/fix/tackle soon
- framework
-
easyblocks
- bug reports/fixes
- fix extension filter for Perl packages (PR #2699)
- imkl pkgconfig files don't work (but can be fixed!) (issue #2700)
-
PythonPackage
code for make_module_extra looks suspicious (issue #2708) - remove system-compiled binutils dirs from $LDFLAGS in binutils easyblock (PR #2712)
- enhancements
-
updates
- update sanity check in OpenMPI easyblock to support OpenMPI v5.0.0 (PR #2709)
- new software
- ...
-
changes
- don't use gold linker by default for GCC >= 11.3 (PR #2711)
- in the future, we should also support easily using another linker (like the new
mold
, cfr. https://github.com/rui314/mold) - would make sense to support a toolchain option like
'use_linker': 'mold'
for this
- in the future, we should also support easily using another linker (like the new
- don't use gold linker by default for GCC >= 11.3 (PR #2711)
- bug reports/fixes
-
easyconfigs
- now over 600 open easyconfig PRs, we're way overdue a significant cleanup round...
- bug fixes
- fix installation with setuptools>=61 by explicitly declaring there are no Python packages (PR #15206)
- add missing BLIS backend for FlexiBLAS-3.0.4-GCC-10.3.0 (PR #15347)
- update source URL for isl in GCCcore easyconfigs (PR #15320)
- add hwloc dependency to recent tbb easyconfigs (PR #15294)
- fix RepeatMasker-4.1.2-p1 easyconfig by moving the database configure step to be after installation (PR #15280)
- enhancements
- ...
-
new software
- see https://github.com/easybuilders/easybuild-easyconfigs/labels/new
- MPItrampoline-based toolchain (WIP) (PR #14607)
- VisIt (PR #15109)
-
noteworthy software updates
- RoseTTAFold v1.0.0 (PR #13795)
- TensorFlow v2.7.1 (WIP) (PR #14990)
- failing tests are for new features of TensorFlow
- ignore these failing tests for now, report upstream
- hipSYCL v0.9.2 (PR #15074)
- Qt6 (PR #15096)
- AlphaFold v2.2.0 (PR #15129)
- failing
jax
tests on A100? - Sam: easy way out, just use older
jax
version that is still supported
- failing
- PyTorch v1.11.0 (PR #15137)
- CP2K v9.1 with
foss/2021a
(PR #15146) andintel/2021a
(PR #15147)- call for testing by others, and keep an eye on result of test suite...
- GCC 11.3.0 (PR #15311)
- changes
- ...
- see (
2022a
project](https://github.com/easybuilders/easybuild-easyconfigs/projects/4) in easyconfigs repo - GCC 11.3.0 as base (see merged PR #15311)
- with
ld.bfd
as default linker (rather thanld.gold
, which is no longer actively maintained) - see easyblocks PR #2711
- with
-
foss/2022a
:- GCC 11.3.0 (vs 11.2.0 in
foss/2021b
) - latest OpenMPI 4.x: v4.1.4 (PR #15426)
- latest FlexiBLAS/OpenBLAS(/BLIS) (see PR #15399)
- FlexiBLAS v3.1.3 (vs 3.0.4 in
foss/2021b
)- with OpenBLAS + BLIS backends
- OpenBLAS v0.3.20 (vs 0.3.18 in
foss/2021b
) - BLIS v0.9.0 (vs 0.8.1 in
foss/2021b
)
- FlexiBLAS v3.1.3 (vs 3.0.4 in
- FFTW: 3.3.10 (same as in
foss/2021b
) - ScaLAPACK: 2.2.0 (update from 2.1.0 vs
foss/2021b
)
- GCC 11.3.0 (vs 11.2.0 in
-
intel/2022a
- other software versions
- Perl 5.34.1
- Python 3.10.4
- LLVM 14.0.3
- Mesa 22.0.3
- software to test on top of candidate versions for
foss/2022a
andintel/2022a
:- SciPy-bundle, CP2K, OpenFOAM, ...
- ...