-
Notifications
You must be signed in to change notification settings - Fork 145
Conference call notes 20160427
Kenneth Hoste edited this page Apr 27, 2016
·
5 revisions
(back to Conference calls)
Notes on the 50th EasyBuild conference call, Wednesday April 27th 2016 (5pm - 5.30pm CEST)
Alphabetical list of attendees (5):
- Damian Alvarez Mallon (JSC, Germany)
- Kenneth Hoste (HPC-UGent)
- Adam Huffman (Francis Crick Institute, UK)
- Alan O'Cais (JSC, Germany)
- David Ramírez (HPCsia, Spain)
- Robert Schmidt (OHRI, Canada)
- Gizo Navana
- ongoing switch from Jenkins to Travis as infrastructure for testing
- 'module use' PR (https://github.com/hpcugent/easybuild-framework/pull/1735)
- Q&A
-
follow-up for 'module use' PR: https://github.com/hpcugent/easybuild-framework/issues/1739
-
PGI support: https://github.com/hpcugent/easybuild/issues/211
- Damian: using PGI (+MVAPICH2 2.2b GDR) has worked out quite well (HDF5, netCDF (serial + parallel), ...)
- problem with building GMP with PGI, requires
precise
- use
strict
instead?
- use
- problem with building GMP with PGI, requires
- Damian: using PGI (+MVAPICH2 2.2b GDR) has worked out quite well (HDF5, netCDF (serial + parallel), ...)
-
Adam: PRs for older versions?
-
Damian: build deps are not loaded when installing extensions?!
-
ld.gold
was being picked up from system during installation of Perl modules
-
-
Fotis:
module use
gets undone when new bash shell is started on some systemsmodule use /foo
echo $MODULEPATH
bash
echo $MODULEPATH
-
Fotis: defining $MODULEPATH based on group membership?
- Alan: yes, via profile script
- Fotis: relying on
id
? - performance issues when 'module use/unuse' is used...
-
use of
group
easyconfig parameter, what's the need for theos.setgid
call inuse_group
function?- group ownership is also correct without the
os.setgid
call?
- group ownership is also correct without the
-
--subdir-user-modules
doesn't work as intended? no documentation available?