Hi Carlos,
(you're subscribed with a different mail address to this list I think,
so adding you in CC to make sure you get this)
On 15/09/15 17:45, Carlos Fenoy wrote:
Hi All,
Is it possible to specify in the easyconfig multiple moduleclasses?
We would like to have one class per "department" but have some
applications in multiple departments.
Right now, no, not yet, but it makes a lot of sense to add it, see also
https://github.com/hpcugent/easybuild-framework/issues/209.
It should be fairly easy, I think, except that some module naming
schemes (e.g. HierarchicalMNS) now query the 'moduleclass' parameter,
and don't expect that it may be a list of values rather a single
class/string.
So, maybe it make sense to introduce 'moduleclasses', and deprecate
'moduleclass' to be dropped in the (possible distant) future.
Or 'moduleclass' could be kept around to represent the 'most prominent'
class, i.e. define it as moduleclasses[0] if moduleclasses is defined.
Same story as ever: someone should jump in and actually do the work...
How's your Python? ;-)
regards,
Kenneth