-
Notifications
You must be signed in to change notification settings - Fork 144
Conference call notes 20230816
Kenneth Hoste edited this page Aug 16, 2023
·
14 revisions
(back to Conference calls)
Notes on the 227th EasyBuild conference call, Wednesday 16 Aug 2023 (08:00 UTC)
List of attendees (XXX):
-
Kenneth Hoste (HPC-UGent, Belgium)
-
Kurt Lust (UAntwerpen, Belgium + LUMI User Support Team)
-
Sam Moors (Vrije Universiteit Brussel, Belgium)
-
Jörg Saßmannshausen (Imperial College London, UK)
-
Thomas Hayward-Schneider (Max Planck Institute for Plasma Physics, Germany)
-
Sebastian Achilles (JSC, Germany)
-
Kraig Theriault (Astellas)
-
Xavier Besseron (Univ. of Luxembourg)
- overview of recent developments
- Q&A
- recent changes
-
docs (merged PRs)
- ...
-
framework (merged PRs)
-
bug fixes
- fix
test_add_and_remove_module_path
by replacing string comparison of paths by checking whether they point to the same path (since symlinks may cause trouble) (PR #4312) - use
sys.executable
to obtain path topython
command, rather than assuming that python command is available in$PATH
(PR #4309) - ignore request for external module (meta)data when no modules tool is active (PR #4308)
- enhance
Toolchain.get_flag
to handle lists (PR #4319)
- fix
-
enhancements
- add
build_and_install_loop
hooks to run before and after the install loop for individual easyconfigs (PR #4304) - implement hooks for failure scenarios:
crash_hook
,cancel_hook
,fail_hook
(PR #4315)- remove
crash
hook (since it doesn't work) (PR #4325)
- remove
- add postiter hook to the list of steps so the corresponding hook can be used (PR #4316)
- add
build_info_msg
easyconfig parameter to print message during installation of an easyconfig (PR #4324) - add
run_shell_cmd
hook (PR #4323)
- add
-
changes
- ...
-
EasyBuild 5.0 (to
5.0.x
branch)- initial implementation of
run
function to replacerun_cmd
+run_cmd_qa
(PR #4284) - copy
load_source
function fromeasybuild.tools.py2vs3.py3
toeasybuild.tools.filetools
so it can be used ineasybuild.tools.hooks
(PR #4306) - disable trace output for commands run in
get_source_tarball_from_git
(PR #4310) - fix broken github tests in options
test.framework.options
by disabling trace output indownload_repo
andfetch_files_from_pr
functions (PR #4311) - fix for
test_get_source_tarball_from_git
broken by trace output (PR #4310) - fix broken github tests in options
test.framework.options
by disabling trace output indownload_repo
andfetch_files_from_pr functions
(PR #4311) - implement
fail_on_error
/in_dry_run
/output_file
options + enable caching for run function, and switch fromrun_cmd
torun
function in systemtools (PR #4314) - implement support in
run
function for splitting stdout and stderr output (split_stderr
) + passing down environment to use, and switch torun
function for running module commands (PR #4321) - also include command used + working directory in return value of
run
function (PR #4322)
- initial implementation of
-
bug fixes
-
easyblocks (merged PRs)
-
bug fixes
- don't add MATLAB libraries to
$LD_LIBRARY_PATH
(PR #2981, fixes issue #2965) - conditionally add
-Wno-unused-command-line-argument
to$CFLAGS
to fix error when installing imkl-FFTW with RPATH (PR #2975)
- don't add MATLAB libraries to
-
enhancements
- add support to
PerlModule
easyblock to customize prefix option used in installation command viaprefix_opt
(PR #2979)
- add support to
-
updates
- update OpenMPI easyblock to fix sanity check for Clang-based compilers (PR #2774)
- update Clang easyblock for versions >= 16 + run tests only for final stage of bootstrap build (PR #2929)
- update LLVM easyblock for LLVM v16: symlink
third-party
tothird-party-<version>.src
(PR #2970) - update scipy easyblock for scipy >= 1.11.0 (PR #2971) + don't run scipy test suite in parallel for scipy >= 1.11 (PR #2980)
- update sanity check for Mesa >= 22.3 (PR #2973)
- update sanity check for OpenFOAM 11 (PR #2978)
-
changes
- ...
- new easyblocks
- add custom easyblock for sympy to fix issue in test step when tmpdir is a symlink (PR #2949)
-
EasyBuild 5.0 (to
5.0.x
branch)- ...
-
bug fixes
-
easyconfigs (merged PRs)
- ~100 easyconfig PRs were merged since last conf call
-
bug fixes
- add/fix patches for PyTorch 1.13.1 w/
foss/2022a
(PR #18371) - add patch to fix CUDA race condition problem for Score-P v8.0 (PR #18411)
- fix source URL for PyTables v3.5.2 (PR #18429)
- add missing patches for PyTorch 1.12.0 w/ foss/2022a (PR #18430)
- fix installation of Python bindings for Arrow by adding
--no-build-isolation
to pip install command (PR #18440 + PR #18441) - add patch for LIBSVM 3.30 to pass $CFLAGS + $LDFLAGS and run tests (PR #18454)
- copy missing
default_files
directory for PICRUSt2 (PR #18459) - add patch for Automake 1.16.5 to fix help2man error (PR #18468)
- add patch to fix quantization failure in PyTorch 1.11.0 on POWER (PR #18489)
- add missing patches for PyTorch 1.12.0 w/
foss/2022a
+ CUDA 11.7.0 (PR #18491) - add patches to fix PyTorch 1.13.1 w/
foss/2022a
on POWER + fix flakytest_jit_legacy
test (PR #18500)
- add/fix patches for PyTorch 1.13.1 w/
-
enhancements
- ...
-
(noteworthy) new software
- Boost.Python-NumPy v1.79.0 (PR #18505)
-
noteworthy software updates
- see also https://github.com/easybuilders/easybuild-easyconfigs/pulls?q=is%3Apr+is%3Amerged+label%3Aupdate+
- SciPy-bundle with
gfbf/2023a
(PR #18442) - QIIME2 v2023.5.1 w/
foss/2022a
(PR #18407) - Mesa v23.1.4 w/
GCCcore/12.3.0
(PR #18449) - OpenFOAM v11 w/
foss/2022a
(PR #18475) - Clang v16.0.4 w/
GCCcore/12.2.0
(PR #17921) - HDF5 v1.14.0 + netCDF v4.9.2 w/
{gompi,iimpi}/2023a
(PR #18523)
- changes
-
docs (merged PRs)
- work in progress
-
docs (open PRs + issues)
- project board to perform yearly review cycle of all documentation pages: https://github.com/orgs/easybuilders/projects/17/views/1
- ...
-
framework (open PRs + issues)
-
reported bugs / bug fixes
- improve error when checksum dict has no entry for a file (PR #4150)
- fix error message when
checksums
is set to[None]
(PR #4261) - remove use of Python3
FileExistsError
inmkdir
function (PR #4328)- this basically means that EasyBuild is hard broken with Python 2 in
develop
branch - we didn't catch this in CI because we're no longer testing with Python 2 (cfr. PR #4267)
- looking into resuming running tests with Python 2 via CentOS 7.9 container...
- this basically means that EasyBuild is hard broken with Python 2 in
- add
usedforsecurity=False
to usage ofmd5
for FIPS mode (PR #4317) - avoid hardcoding
/bin/bash
(PR #4320)
- enhancements
-
changes
- ...
-
EasyBuild 5.0 (to
5.0.x
branch)- implement support in '
run
' function for running command in different working directory + switch torun
function in filetools (PR #4327) - work-in-progress (no PRs yet)
- improved error reporting by
run
function (now just raisessubprocess.CalledProcessError
) - sync with
develop
after introduction ofrun_shell_cmd
hook inrun_cmd
- rename
run
torun_shell_cmd
- should
shell
option forrun
function be renamed touse_bash
?
- improved error reporting by
- implement support in '
-
reported bugs / bug fixes
-
easyblocks (open PRs + issues)
- bug reports/fixes
- enhance PythonPackage easyblock to deal with posix_local installation scheme used by Python in recent Debian/Ubuntu versions (PR #2977)
- fix for: Python packages are being installed to
local/lib/python*/dist-packages
due to tweaks tosysconfig.py
in OS (Ubuntu)(issue #2976)
- fix for: Python packages are being installed to
- enhance PythonPackage easyblock to deal with posix_local installation scheme used by Python in recent Debian/Ubuntu versions (PR #2977)
- enhancements
-
updates
- update CP2K easyblock for compatibility with CP2K v2023.1 release (GCC only) + fix GPU support (PR #2918)
- update MXNet easyblock + don't try to install R extension by default (PR #2955)
- update TensorFlow easyblock for v2.13 since LMDB is no longer a dependency (PR #2982)
- enhance PyTorch easyblock to print individual failed tests (PR #2983)
- new easyblocks
- add generic
CargoPythonBundle
easyblock (PR #2964)
- add generic
-
changes
- ...
-
EasyBuild 5.0 (to
5.0.x
branch)- ...
- bug reports/fixes
-
easyconfigs (open PRs + issues)
- bug fixes/reports
- fix spelling of BOOL values in CMake configopts (PR #18484)
- add alternative checksum for Extrae v4.0.4 (PR #18564)
- add patches to fix PyTorch-1.12.1 w/ foss/2021a + CUDA v11.3.1 on POWER (PR #18492)
- add patches to fix PyTorch 1.12 (CPU-only) w/ foss/2022a on POWER (PR #18490)
- add patches to fix PyTorch-1.12.1 w/ foss/2022a + CUDA v11.7.0 on POWER (PR #18494)
- add patches to fix PyTorch-1.12.1 w/ foss/2021b + CUDA v11.5.2 on POWER (PR #18493)
- enhancements
-
new software
- ...
- noteworthy software updates
- changes
- ...
- bug fixes/reports
-
docs (open PRs + issues)
- ...