easyconfigs-it4i/a/OAMD/OAMD-2021a.eb
Jakub Kropacek d94880541d new file: a/OAMD/OAMD-2021a.eb
new file:   d/DFTB+/DFTB+-21.1-intel-2020b-Python-3.8.6-karolina.eb
	new file:   h/HDF5/HDF5-1.10.6-OAMD-2021a-parallel.eb
	new file:   h/h5py/h5py-3.1.0-intel-2020b.eb
	modified:   m/MATLAB/MATLAB-2021a.eb
	new file:   o/OpenMPI/OpenMPI-4.0.6-NVHPC-21.9-CUDA-11.4.1-v2.eb
	new file:   q/QMCPACK/QMCPACK-3.11.0-AOCC-3.1.0-OpenMPI-4.1.1-Python-3.8.6.eb
	new file:   s/SciPy-bundle/SciPy-bundle-2020.11-AOCC-3.1.0.eb
	new file:   s/Szip/Szip-2.1.1-OAMD-2021a.eb
	new file:   z/zlib/zlib-1.2.11-OAMD-2021a.eb
2021-10-19 15:45:45 +02:00

25 lines
523 B
Plaintext

# IT4Innovations
# LK 2021
easyblock = 'Toolchain'
name = 'OAMD'
version = '2021a'
homepage = '(none)'
description = """AMD Compiler Collection (aocc) based local_compiler toolchain, including
OpenMPI for MPI support, AOCL."""
toolchain = SYSTEM
local_gccver = '10.2.0'
dependencies = [
('GCC', local_gccver),
('OpenMPI', '4.1.1', '-AOCL-3.0.1-AOCC-3.1.0', ('GCC', local_gccver)),
('AOCC', '3.1.0', '', ('GCCcore', local_gccver)),
('AOCL', '3.0.1', '-AOCC-3.1.0', True),
]
moduleclass = 'toolchain'