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 ?

Thank you,

Best,
Gizo

Reply via email to