-
Notifications
You must be signed in to change notification settings - Fork 145
Conference call notes 20131105
Kenneth Hoste edited this page Nov 5, 2013
·
5 revisions
Notes on the 1st EasyBuild conference call, Tuesday Nov. 5th 2013 (3pm -3.30pm)
- planned event
- link to Google Hangout: https://plus.google.com/116729781669672561222/posts/3LfHWAy7dDy
Alphabetical list of attendees:
- Yossi Baruch (Isragrid)
- Fotis Georgatos (Uni.lu)
- Andy Georges (UGent)
- Kenneth Hoste (UGent)
- Bernd Mohr (JSC)
- Alan O'Cais (JSC)
- George Tsouloupas (CyI)
Planned topics to be discussed:
- (short) progress on support for new easyconfig format (Kenneth)
- progress report on adding support for UNITE and the individual performance tools that are part of it (Bernd)
- current status of 'toolchain soup' (Ward)
- remaining time is for open questions on broad topics
Notes on topics discussed during the conference call (by Kenneth)
- pull request for adding initial support for new easyconfig format open, but still WIP (see framework#693, stdweird-framework#22)
- goal is to merge this in for EB v1.9.0
- will not provide support for usable easyconfig files in this format yet (most likely)
- (very) preliminary documentation available
- Q (Ward): You want to build something with a certain compiler but first you need to update several deps to the correct toolchain version, create new easyconfigs because they only exists for gcc and not ictce (or vice versa), ... Is this something the v2.0 format will solve?
-
--try-toolchain --robot
doesn't work as expected yet (see framework#474) - so, currently requires 'manual' work
- module for new toolchain and toolchain elements need to be provided first
- exhaustive listing of all easyconfig files that need to be rebuilt using other toolchain
- new easyconfig format should make this a lot less painful, but is no magic solution
- if easyconfig for
foo
does not have support for building with toolchainbar
, is will still need to be added somehow (either manually or via--try-toolchain
) - wiki page for pros/cons of minimal vs full toolchains: https://github.com/hpcugent/easybuild/wiki/Minimal-vs-full-toolchains