-
Notifications
You must be signed in to change notification settings - Fork 144
Conference call notes 20170927
Kenneth Hoste edited this page Sep 27, 2017
·
2 revisions
(back to Conference calls)
Notes on the 86th EasyBuild conference call, Wednesday September 27th 2017 (5pm - 5.30pm CEST)
Alphabetical list of attendees (4):
- Alan O'Cais (JSC, Germany)
- Kenneth Hoste (HPC-UGent, Belgium)
- Davide Vanzo (Vanderbilt University)
- Bart Oldeman (McGill University, Canada)
- outlook to EasyBuild v3.4.1 or v3.5.0
- how to handle changing checksums for tarballs downloaded from github.com/.../.../archive?
- Q&A
- ETA: next week or week after...
- bug fixes
- fix issue with long $TMPDIR & OpenMPI 2.x: https://github.com/easybuilders/easybuild-framework/pull/2311
- skip sanity check under
--module-only --rebuild
(just like with--module-only --force
): https://github.com/easybuilders/easybuild-framework/pull/2307 - clean up before building OpenFOAM: https://github.com/easybuilders/easybuild-easyblocks/pull/780 + https://github.com/easybuilders/easybuild-easyblocks/pull/1258
- fix broken MXNet easyblock: https://github.com/easybuilders/easybuild-easyblocks/pull/1257
- due to changed upstream tarballs & bug fix for R extensions sanity check in EasyBuild v3.4.0
- symlinks for
cc
& co for GCC: https://github.com/easybuilders/easybuild-easyblocks/pull/1256 - allow
gcc -print-multiarch
to fail inicc
easyblock: https://github.com/easybuilders/easybuild-easyblocks/pull/1249 - make sure right GCC is active when installing
icc
&ifort
: https://github.com/easybuilders/easybuild-easyconfigs/pull/5133, https://github.com/easybuilders/easybuild-easyconfigs/pull/5134 -
rdma-core-devel
as alternative tolibibverbs-devel
: https://github.com/easybuilders/easybuild-easyconfigs/pull/5132 - fix known issues with Boost 1.64.0: https://github.com/easybuilders/easybuild-easyconfigs/pull/5148
- fix broken checksums for tarballs downloaded from
github.com/.../.../archive
: https://github.com/easybuilders/easybuild-easyconfigs/pull/5162
- minor enhancements:
- stable
--trace
: https://github.com/easybuilders/easybuild-framework/pull/2306- also: better
--trace
output for Python packages: https://github.com/easybuilders/easybuild-easyblocks/pull/1248
- also: better
- support for
--force-download
&--ignore-checksums
: https://github.com/easybuilders/easybuild-framework/pull/2313 -
giolf
toolchain: https://github.com/easybuilders/easybuild-framework/pull/2310/files - these may warrant v3.5.0 rather than v3.4.1...
- stable
- cfr. https://github.com/easybuilders/easybuild-easyconfigs/issues/5151
- known broken checksums fixed in https://github.com/easybuilders/easybuild-easyconfigs/pull/5162
- impact was fairly minor since only some easyconfigs include checksums
- best way to deal with it in the future?
- just update checksums again if it occurs again? easy via
--inject-checksums --force-download
... - mention use of
--force-download
in error message on failing checksum? - trust that GitHub fixes it in the future...
- just update checksums again if it occurs again? easy via
- Davide: feedback on
--trace
- highlight each step somehow?
- or maybe blank line before each step?
- highlight each step somehow?
- Alan: update on SystemMPI PRs?
- Kenneth: should go in before EasyBuild v3.4.1
-
SystemMPI
easyblock: https://github.com/easybuilders/easybuild-easyblocks/pull/1106 - easyconfigs: https://github.com/easybuilders/easybuild-easyconfigs/pull/4136
- Bart:
userInGroup
check isn't working for us- should be made optional (PR in the works)
- cfr. https://github.com/easybuilders/easybuild-framework/pull/2274#issuecomment-332299641