On 06/10/2016 08:01 AM, [email protected] wrote:
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 ?
I am not aware of an easyconfig that will build from the bundle above.
If you login to the Intel site, you should be able to download:
parallel_studio_xe_2016_composer_edition_for_cpp_update1.tgz
parallel_studio_xe_2016_composer_edition_for_fortran_update1.tgz
l_mpi_p_5.1.2.150.tgz
l_mkl_11.3.1.150.tgz
and then build icc/ifort/impi/imkl/iccifort/iimpi/intel from that.
jack