Hi Gizo,
On 10/06/16 15:01, [email protected] wrote:
Hi,
which EB config file should be used to install the Intel Parallel Studio,
cluster edition ?
The file intel-2016a depends on four separate Intel components each for Intel
composer edition.
cat ../i/intel/intel-2016a.eb
('icc', compver, gccsuff),
('ifort', compver, gccsuff),
('impi', '5.1.2.150', '', ('iccifort', '%s%s' % (compver, gccsuff))),
('imkl', '11.3.1.150', '', ('iimpi', '8.1.5%s' % gccsuff)),
cat ..i/icc/icc-2016.1.150-GCC-4.9.3-2.25.eb
..
sources =
['parallel_studio_xe_%(version_major)s_composer_edition_for_cpp_update%(version_minor)s.tgz']
..
I have a single tarball parallel_studio_xe_2016_update3.tgz containing all of
the Intel components.
Is there a proper EB configuration ready for use? If not should the easyblock
IntelBase be used ?
You may be able to use the tarball for Intel Parallel Studio as a
drop-in replacement for each of these, although it will result in very
fat installations.
See also https://lists.ugent.be/wws/arc/easybuild/2016-04/msg00049.html
and the follow-ups in that thread.
You should be able to trim the installations if you provide a custom
list of components, like we do for the recent compiler versions, cfr.
https://github.com/hpcugent/easybuild-easyconfigs/blob/master/easybuild/easyconfigs/i/icc/icc-2016.3.210-GCC-5.3.0-2.26.eb#L27
regards,
Kenneth