Merge branch 'it4i-barbora'

This commit is contained in:
Lukáš Krupčík 2019-12-05 08:01:48 +01:00
commit a85d0f0129
5 changed files with 65 additions and 3 deletions

View File

@ -15,7 +15,7 @@ local_suff = '-GCC-8.3.0-2.32'
dependencies = [
('icc', local_compver, local_suff),
('ifort', local_compver, local_suff),
('impi', '2019.6.288', '', ('iccifort', '%s%s' % (local_compver, local_suff))),
('impi', '2018.5.288', '', ('iccifort', '%s%s' % (local_compver, local_suff))),
]
moduleclass = 'toolchain'

View File

@ -0,0 +1,31 @@
# IT4Innovations 2019
name = 'impi'
version = '2018.5.288'
homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
description = "Intel MPI Library, local_compatible with MPICH ABI"
toolchain = {'name': 'iccifort', 'version': '2019.5.281-GCC-8.3.0-2.32'}
source_urls = ['http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/14879/']
sources = ['l_mpi_%(version)s.tgz']
dontcreateinstalldir = 'True'
components = ['intel-mpi', 'intel-psxe', 'intel-imb']
# set up all the mpi commands to default to intel compilers
# set_mpi_wrappers_all = 'True'
modextravars = {
'I_MPI_CC': 'icc',
'I_MPI_CXX': 'icpc',
'I_MPI_F77': 'ifort',
'I_MPI_F90': 'ifort',
'I_MPI_FC': 'ifort',
'I_MPI_EXTRA_FILESYSTEM': 'enable',
'I_MPI_EXTRA_FILESYSTEM_LIST': 'lustre',
}
moduleclass = 'mpi'

View File

@ -0,0 +1,31 @@
# IT4Innovations 2019
name = 'impi'
version = '2019.6.154'
homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
description = "Intel MPI Library, local_compatible with MPICH ABI"
toolchain = {'name': 'iccifort', 'version': '2019.5.281-GCC-8.3.0-2.32'}
source_urls = ['http://registrationcenter-download.intel.com/akdlm/irc_nas/tec/14879/']
sources = ['l_mpi_%(version)s.tgz']
dontcreateinstalldir = 'True'
components = ['intel-mpi', 'intel-psxe', 'intel-imb']
# set up all the mpi commands to default to intel compilers
# set_mpi_wrappers_all = 'True'
modextravars = {
'I_MPI_CC': 'icc',
'I_MPI_CXX': 'icpc',
'I_MPI_F77': 'ifort',
'I_MPI_F90': 'ifort',
'I_MPI_FC': 'ifort',
'I_MPI_EXTRA_FILESYSTEM': 'enable',
'I_MPI_EXTRA_FILESYSTEM_LIST': 'lustre',
}
moduleclass = 'mpi'

View File

@ -1,7 +1,7 @@
# IT4Innovations 2019
name = 'impi'
version = '2019.6.288'
version = '2019.6.154'
homepage = 'http://software.intel.com/en-us/intel-mpi-library/'
description = "Intel MPI Library, local_compatible with MPICH ABI"

View File

@ -19,7 +19,7 @@ dependencies = [
('binutils', local_binutilsver, '-GCCcore-%s' % local_gccver),
('icc', local_compver, local_gccsuff),
('ifort', local_compver, local_gccsuff),
('impi', '2019.6.288', '', ('iccifort', '%s%s' % (local_compver, local_gccsuff))),
('impi', '2018.5.288', '', ('iccifort', '%s%s' % (local_compver, local_gccsuff))),
('imkl', local_compver, '', ('iimpi', version)),
]