Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# This file is an EasyBuild reciPY as per https://github.com/easybuilders/easybuild

name = 'CUDA'
version = '10.1.105'
nv_version = '418.39'

homepage = 'https://developer.nvidia.com/cuda-toolkit'
description = """CUDA (formerly Compute Unified Device Architecture) is a parallel
computing platform and programming model created by NVIDIA and implemented by the
graphics processing units (GPUs) that they produce. CUDA gives developers access
to the virtual instruction set and memory of the parallel computational elements in CUDA GPUs."""

toolchain = {'name': 'iccifort', 'version': '2019.1.144-GCC-8.2.0-2.31.1'}

source_urls = ['https://developer.nvidia.com/compute/%(namelower)s/%(version_major_minor)s/Prod/local_installers/']
sources = ['%%(namelower)s_%%(version)s_%s_linux.run' % nv_version]
checksums = ['33ac60685a3e29538db5094259ea85c15906cbd0f74368733f4111eab6187c8f']

moduleclass = 'system'
24 changes: 24 additions & 0 deletions easybuild/easyconfigs/i/iccifortcuda/iccifortcuda-2019a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
easyblock = 'Toolchain'

name = 'iccifortcuda'
version = '2019a'

homepage = '(none)'
description = """Intel C, C++ & Fortran compilers with CUDA toolkit"""

toolchain = {'name': 'dummy', 'version': 'dummy'}

comp_name = 'iccifort'
comp_ver = '2019.1.144'
gccver = '8.2.0'
binutilsver = '2.31.1'
gccsuff = '-GCC-%s-%s' % (gccver, binutilsver)
cudacomp = (comp_name, '%s%s' % (comp_ver, gccsuff))

dependencies = [
('icc', comp_ver, gccsuff),
('ifort', comp_ver, gccsuff),
('CUDA', '10.1.105', '', cudacomp),
]

moduleclass = 'toolchain'
25 changes: 25 additions & 0 deletions easybuild/easyconfigs/i/iimpic/iimpic-2019a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# This is an easyconfig file for EasyBuild, see https://easybuilders.github.io/easybuild/
easyblock = "Toolchain"

name = 'iimpic'
version = '2019a'

homepage = 'https://software.intel.com/en-us/intel-cluster-toolkit-compiler/'
description = """Intel C/C++ and Fortran compilers, alongside Intel MPI and CUDA."""

toolchain = {'name': 'dummy', 'version': 'dummy'}

compver = '2019.1.144'
gccver = '8.2.0'
binutilsver = '2.31.1'
gccsuff = '-GCC-%s-%s' % (gccver, binutilsver)
intelver = '%s%s' % (compver, gccsuff)

dependencies = [
('icc', compver, gccsuff),
('ifort', compver, gccsuff),
('CUDA', '10.1.105', '', ('iccifort', intelver)),
('impi', '2018.4.274', '', ('iccifortcuda', version)),
]

moduleclass = 'toolchain'
37 changes: 37 additions & 0 deletions easybuild/easyconfigs/i/imkl/imkl-2019.1.144-iimpic-2019a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name = 'imkl'
version = '2019.1.144'

homepage = 'https://software.intel.com/en-us/intel-mkl/'
description = """Intel Math Kernel Library is a library of highly optimized,
extensively threaded math routines for science, engineering, and financial
applications that require maximum performance. Core math functions include
BLAS, LAPACK, ScaLAPACK, Sparse Solvers, Fast Fourier Transforms, Vector Math, and more."""

toolchain = {'name': 'iimpic', 'version': '2019a'}

source_urls = ['https://registrationcenter-download.intel.com/akdlm/irc_nas/tec/14895/']
sources = ['l_mkl_%(version)s.tgz']
checksums = ['5205a460a9c685f7a442868367389b2d0c25e1455346bc6a37c5b8ff90a20fbb']

dontcreateinstalldir = 'True'

components = ['intel-mkl']

license_file = HOME + '/licenses/intel/license.lic'

interfaces = True

postinstallcmds = [
# extract the examples
'tar xvzf %(installdir)s/mkl/examples/examples_cluster_c.tgz -C %(installdir)s/mkl/examples/',
'tar xvzf %(installdir)s/mkl/examples/examples_cluster_f.tgz -C %(installdir)s/mkl/examples/',
'tar xvzf %(installdir)s/mkl/examples/examples_core_c.tgz -C %(installdir)s/mkl/examples/',
'tar xvzf %(installdir)s/mkl/examples/examples_core_f.tgz -C %(installdir)s/mkl/examples/',
'tar xvzf %(installdir)s/mkl/examples/examples_f95.tgz -C %(installdir)s/mkl/examples/',
]

modextravars = {
'MKL_EXAMPLES': '%(installdir)s/mkl/examples/',
}

moduleclass = 'numlib'
29 changes: 29 additions & 0 deletions easybuild/easyconfigs/i/impi/impi-2018.4.274-iccifortcuda-2019a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name = 'impi'
version = '2018.4.274'

homepage = 'https://software.intel.com/en-us/intel-mpi-library/'
description = "Intel MPI Library, compatible with MPICH ABI"

toolchain = {'name': 'iccifortcuda', 'version': '2019a'}

source_urls = ['https://registrationcenter-download.intel.com/akdlm/irc_nas/tec/13651/']
sources = ['l_mpi_%(version)s.tgz']
checksums = ['a1114b3eb4149c2f108964b83cad02150d619e50032059d119ac4ffc9d5dd8e0']

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'

postinstallcmds = [
'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpich.so',
'ln -s %(installdir)s/lib64/libmpigc4.so %(installdir)s/lib64/libmpichcxx.so',
'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libfmpich.so',
'ln -s %(installdir)s/lib64/libmpigf.so %(installdir)s/lib64/libmpichf90.so',
'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libmpl.so',
'ln -s %(installdir)s/lib64/libmpi.so %(installdir)s/lib64/libopa.so'
]

moduleclass = 'mpi'
28 changes: 28 additions & 0 deletions easybuild/easyconfigs/i/intelcuda/intelcuda-2019a.eb
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
easyblock = 'Toolchain'

name = 'intelcuda'
version = '2019a'

homepage = '(none)'
description = """Intel Cluster Toolkit Compiler Edition provides Intel C/C++ and Fortran compilers,
Intel MPI & Intel MKL, with CUDA toolkit"""

toolchain = {'name': 'dummy', 'version': 'dummy'}

compver = '2019.1.144'
gccver = '8.2.0'
binutilsver = '2.31.1'
gccsuff = '-GCC-%s-%s' % (gccver, binutilsver)
intelver = '%s%s' % (compver, gccsuff)

dependencies = [
('GCCcore', gccver),
('binutils', binutilsver, '-GCCcore-%s' % gccver),
('icc', compver, gccsuff),
('ifort', compver, gccsuff),
('CUDA', '10.1.105', '', ('iccifort', intelver)),
('impi', '2018.4.274', '', ('iccifortcuda', version)),
('imkl', compver, '', ('iimpic', version)),
]

moduleclass = 'toolchain'