Skip to content

Conference call notes 20231108

Kenneth Hoste edited this page Nov 7, 2023 · 4 revisions

(back to Conference calls)

Notes on the 233rd EasyBuild conference call, Wednesday 8 Nov 2023 (09:00 UTC)

Attendees

List of attendees (XXX):

  • Kenneth Hoste (HPC-UGent, Belgium)

  • Jasper Grimm (University of York, UK)

  • Adam Huffman (Big Data Institute, Oxford, UK)

  • Kurt Lust (UAntwerpen, Belgium + LUMI User Support Team)

  • Mikael Öhman (Chalmers University of Technology, Sweden)

  • Bart Oldeman (Digital Research Alliance of Canada)

  • Jörg Saßmannshausen (Imperial College London, UK)

  • Alexandre Strube (JSC, Geermany)

Agenda

  • overview of recent developments
  • Q&A

Recent developments

  • latest EasyBuild release: 4.8.2 (29 Oct 2023)
    • ETA for next EasyBuild release: early/mid Dec'23?
    • ETA for EasyBuild 5.0 release: first release of 2024?
      • started doing short sprint meetings, each Monday at 10:00 CEST to set next 5 goals to tackle that week
  • recent changes
    • docs (merged PRs)
      • ...
    • framework (merged PRs)
      • bug fixes
        • ...
      • enhancements
        • add support for %(sysroot)s template value (PR #4359)
      • changes
        • ...
      • EasyBuild 5.0 (to 5.0.x branch)
        • ...
    • easyblocks (merged PRs)
      • bug fixes
        • fix --sanity-check-only and --module-only for UCX plugins (PR #3007)
          • nice example of how to make easyblocks compatible with --sanity-check-only and --module-only
        • fix the blas/lapack name passed to meson when building recent scipy versions (>= 1.9.0) on top of Intel MKL (PR #3024)
      • enhancements
        • ...
      • updates
        • update WRF easyblock to correctly determine wrf_subdir for version >= 4.5.1 (PR #2997)
        • update sanity check in wxPython easyblock for version 4.2.0 (PR #3023)
      • changes
        • ...
      • new easyblocks
        • ...
      • EasyBuild 5.0 (to 5.0.x branch)
        • ...
    • easyconfigs (merged PRs)
      • over XXX easyconfig PRs were merged since last conf call
      • bug fixes
        • ...
      • enhancements
        • also run easyconfigs test suite with Python 3.11 (PR #18009)
      • (noteworthy) new software
        • ...
      • noteworthy software updates
        • ...
      • changes
        • rename CVS to ConcurrentVersionsSystem PR #18985
      • EasyBuild 5.0 (to 5.0.x branch)
        • ...
  • work-in-progress
    • docs (open PRs + issues)
    • framework (open PRs + issues)
      • reported bugs / bug fixes
        • add optimal optimization flags for Intel compilers on AMD CPUs (issue #3793)
          • for AMD Genoa, we don't want to use -mavx2 since then we won't get AVX-512 instructions
      • enhancements
        • ...
      • changes
        • ...
      • EasyBuild 5.0 (to 5.0.x branch)
        • change run_shell_cmd to store command output in temporary file(s) by default + pass RunShellCmdResult instance to RunShellCmdError RunShellCmdError (PR #4356)
    • easyblocks (open PRs + issues)
      • bug reports/fixes
        • fix extension filter for Perl packages (PR #2699)
          • easyconfigs PR #18789 is a big step towards merging this, but there are other easyconfigs that needs to be tested first, like XML-LibXML, worker, GD, ...
      • enhancements
        • ...
      • updates
        • ...
      • new easyblocks
        • new custom easyblocks for Spparks and Stitch (PR #2948)
        • add generic CargoPythonBundle easyblock (PR #2964)
        • add new easyblock for HPCC and adapt HPL easyblock (PR #3009)
        • new easyblock for PALM (PR #3020)
      • changes
        • Install only SuiteSparse libraries with make install (PR #3004)
      • EasyBuild 5.0 (to 5.0.x branch)
        • enable download_dep_fail, use_pip, sanity_pip_check by default in PythonPackage easyblock (PR #3022)
    • easyconfigs (open PRs + issues)
      • bug fixes/reports
        • ...
      • enhancements
    • add test for duplicate PYTHONPATH in modextrapaths (PR #19061)
      • new software
        • ...
      • noteworthy software updates
        • PETSc 3.19.4 w/ foss/2023a (PR #18608)
        • PyTorch v1.13.1 w/ foss/2022b + CUDA 11.7.0 (PR #18853)
        • PyTorch v1.13.1 w/ foss/2022b + CUDA 12.0.0 (PR #18806)
        • PyTorch v2.0.1 w/ foss/2022b (PR #19067)
      • changes
        • ...
      • EasyBuild 5.0 (to 5.0.x branch)
        • ...

2023b update of common toolchains

  • 2023b toolchains should be included in EasyBuild 4.9.0 release
    • candidate toolchains are merged, ready for more extensive testing of "big" apps
  • most significant change is jump to GCC 13.x
  • foss/2023.09 (PR #18886) - candidate for foss/2023b
    • GCC 13.2.0 + binutils 2.40
    • OpenMPI 4.1.6 (+ UCX 1.15.0, PMIx 4.2.6, libfabric 1.19.0)
    • FlexiBLAS 3.3.1 (+ OpenBLAS 0.3.24)
    • FFTW 3.3.10
    • ScaLAPACK 2.1.0
  • intel/2023.07 (PR #18439) - candidate for intel/2023b
    • GCC 13.2.0 + binutils 2.40
    • intel-compilers 2023.2.1
    • impi 2021.10.0
    • imkl 2023.2.0
  • testing
    • OSU-Micro-Benchmarks (foss in PR #18893)
    • SciPy-bundle (numpy, scipy)
    • GROMACS (C++)
    • OpenFOAM (C++)
      • requires ParaView, Qt5, etc.
      • should we keep building on top of ParaView (only needed for paraFoam utility)?
        • installing paraFoam stand-alone is a PITA
        • paraFoam isn't actually used when running OpenFOAM simulations
    • CP2K (Fortran)
    • check if Qt6 can be used

Q&A

  • ...
Clone this wiki locally