-
Notifications
You must be signed in to change notification settings - Fork 144
Conference call notes 20210707
Simon Branford edited this page Jul 7, 2021
·
4 revisions
(back to Conference calls)
Notes on the 176th EasyBuild conference call, Wednesday Jul7 7th 2021 (08:00 UTC)
Alphabetical list of attendees (?):
- Sebastian Achilles (Jülich Supercomputing Centre, Germany)
- Simon Branford (Univ. of Birmingham, UK)
- Alex Domingo (Vrije Universiteit Brussel, Belgium)
- Alexander Grund (TU Dresden, Germany)
- Kenneth Hoste (HPC-UGent, Belgium)
- Adam Huffman (Big Data Institute, Oxford, UK)
- Kurt Lust (Univ. of Antwerp, Belgium + LUMI User Support Team)
- Sam Moors (Vrije Universiteit Brussel, Belgium)
- Alan O'Cais (Jülich Supercomputing Centre, Germany)
- Mikael Öhman (Chalmers University of Technology, Sweden)
- Bart Oldeman (Compute Canada)
- Jörg Saßmannshausen (NIHR Biomedical Research Centre, UK)
- Åke Sandgren (Umeå University, Sweden)
- Davide Vanzo (Microsoft)
- EasyBuild 4.4.1
- overview of recent developments
- Q&A
- last release: EasyBuild v4.4.1 (July 6)
- Release Notes: https://docs.easybuild.io/en/latest/Release_notes.html
- ETA next release: TBD
- recent changes
-
framework
-
bug fixes
- avoid checking msg attribute of GitCommandError (PR #3756)
- Consider sources provided as dict in EasyBlock.check_checksums_for (PR #3758)
- minor fixes to output of test reports when using multiple PRs (PR #3741)
- don't make changes to software installation directory when using --sanity-check-only (PR #3761)
- honor specified easyblock for extensions (PR #3762)
- Error out when passing a list to run_cmd* to avoid running wrong command unintended, unless shell=True is used (PR #3737)
- minor fixes to output of test reports when using multiple PRs (PR #3741)
- enhancements
-
changes
- (none)
-
bug fixes
-
easyblocks
-
bug fixes
- always add distinct_host_configuration=false to build command for TensorFlow (PR #2459)
- always strip output from "gcc -print-multiarch" in intel-compilers easyblock (PR #2489)
- enhance GCC easyblock to make sure that system GCC provides LTO support, and disable LTO when building MPFR if not (PR #2498)
- rework the dependency handling of OpenMPI to use explicit configure options to disable features if required dependency is not provided (PR #2500)
- correctly check whether --with-ucx is used as OpenMPI configure option (taking into account --with-ucx=no) (PR #2501)
- Fix CPU-only runtime for dpcpp-generated executables in custom easyblock for intel-compilers (PR #2457)
- Don't overwrite all of exts_default_options in TensorFlow easyblock (PR #2494)
- Enhance sitecustomize.py script installed by Python easyblock to fix support for virtualenv (PR #2483)
- change Bundle easyblock to also collect altroot and altversion in the module step so they are set when running --module-only (PR #2485)
- don't use list value for command to detect installed Python packages in TensorFlow easyblock (PR #2469)
- enhancements
- new easyblocks
- add custom easyblock for building UCX plugins (PR #2491)
-
changes
- (none)
-
bug fixes
- easyconfigs
-
documentation
- (none)
-
framework
- to merge/fix/tackle soon
-
framework
-
reported bugs / bug fixes
- (nothing major?)
-
enhancements
- support additional features in easystack files
- support for filtering via labels (PR #3620)
- avoid using a priority in
prepend_module_path
(Lmod) to avoid costly module calls (PR #3636) - add support for installing extensions in parallel (WIP) (PR #3667)
- finding modules with multiple modulepaths and HMNS (issue #3703)
- add support for NVHPC-based toolchains (PR #3736)
- add
--review-pr-max
and--review-pr-filter
options to limit easyconfigs shown in multi-diff (WIP) (PR #3754)
- support additional features in easystack files
-
changes
- also enable static analysis for Python 2.7 (PR #3725)
- catches accidentally overwriting local variables in list comprehensions (like
--from-pr --include-easyblocks-from-pr
bug)
- catches accidentally overwriting local variables in list comprehensions (like
- add per-extension timing (PR #3734)
- raise error for patches without
.patch
extension and no destination given (WIP) PR #3738)
- also enable static analysis for Python 2.7 (PR #3725)
-
reported bugs / bug fixes
-
easyblocks
-
bug fixes
- treat files/directories of unpacked sources equally in
PackedBinary
(PR #2306) -
--module-only
doesn't always work as expected- we need a better way of catching this in tests
- problem is that you typically need an actual installation to catch these problems, so can't be done in easyconfigs or easyblocks test suite run in CI
- test installations done on
generoso
viaboegelbot
could be enhanced to catch problems with--module-only
?
- explicitly use only OpenBLAS for PyTorch if MKL is not used (PR #2448)
- fixed sanity check for later versions of molpro (PR #2499)
- Handle failure of running nvidia-smi in TensorFlow tests (PR #2506)
- treat files/directories of unpacked sources equally in
-
enhancements
- enhance test and install step of
CMakePythonPackage
easyblock (PR #2318) - add support for installing R extensions in parallel (WIP) (PR #2408)
- allow for Perl modules being part of other, already installed Perl modules (PR #2386)
- including FlexiBLAS as the default BLAS in foss will require easyblock changes (issue #2421)
- should set
BLA_VENDOR
inCMakeMake
easyblock if BLAS is in the toolchain (PR #2420) - enable make check and sanity check exec for OpenMPI (PR #2444)
- enhance Java easyblock to define %(jdkarch)s template (PR #2472)
- enhance test and install step of
-
changes
- (nothing major)
- new software
-
bug fixes
-
easyconfigs
-
bug fixes
- (nothing major)
-
enhancements
- (nothing major)
-
new software
- (nothing major?)
-
software updates
- SciPy-bundle with
intel/2021a
(PR #12964)- need to look into handful of failing tests...
- SciPy-bundle with
-
bug fixes
-
framework
- TODO:
fosscuda/2021a
- collapsing
foss
andfosscuda
toolchains - see https://github.com/easybuilders/easybuild-easyconfigs/issues/12484
- UCX-CUDA merged easyconfigs PR #13260
- gcc (10.3) / nvcc fix ([easyconfigs PR #13310](https://github.com/easybuilders/easybuild-easyconfigs/pull/13310
- collapsing
- ???