Hi All,
Is there a way in Easybuild to specify a customized modulefile name/version
in a easyconfig file.

The

options = {'modulename' : etc }

only changes the module basename? and not the version number?

The version number for the Intel compilers provided by the easyconfig files
do not look correct to me.

The version number used is the Intel Package or product number not the
actual compiler/or library version
number.
e.g icc-2013.5.192.eb, the version specified is 2013.5.192, but in this
Intel package the actual compiler
version number is 13.1.3 (You can verify this with icc -v).
If I specify version='13.1.3' in a easyconfig file, I run into problems
because internally easybuild uses the
Intel package version number (e.g 2013.5.192) and for example the
sanity_check_step fails.

For the Intel compilers and libraries I would like to use the actual
version numbers and not the Intel
package version number, what is the easiest way to do that in easybuild?
(i.e I would like the icc module
name to be icc/13.1.3 and not icc/2013.5.192).

Thanks,
Cormac.

Reply via email to