| Hello EasyBuilders, I’m having difficulty with creating a new toolchain based on BLIS and libFLAME, for AMD machines (our new JUWELS-BOOSTER). When I try so, I get this: == FAILED: Installation ended unsuccessfully (build directory: /dev/shm/strube1/SciPyStack/2020-gcccoreblis/gcccoreblis-9.3.0-2.2-amd-amd-Python-3.8.5): build failed (first 300 chars): List of toolchain dependency modules and toolchain definition do not match (found ['GCCcore/.9.3.0', 'BLIS/.2.2-amd', 'FLAME/2.2-amd'] vs expected {'LAPACK', 'GCCcore', 'FLAME', 'BLIS'}) (took 7 sec) With the files attached. Any hints? |
## # Copyright 2020 Forschungszentrum Juelich GmbH # # This file is triple-licensed under GPLv2 (see below), MIT, and # BSD three-clause licenses. # # This file is part of EasyBuild, # originally created by the HPC team of Ghent University (http://ugent.be/hpc/en), # with support of Ghent University (http://ugent.be/hpc), # the Flemish Supercomputer Centre (VSC) (https://www.vscentrum.be), # Flemish Research Foundation (FWO) (http://www.fwo.be/en) # and the Department of Economy, Science and Innovation (EWI) (http://www.ewi-vlaanderen.be/en). # # https://github.com/easybuilders/easybuild # # EasyBuild is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation v2. # # EasyBuild is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with EasyBuild. If not, see <http://www.gnu.org/licenses/>. ## """ EasyBuild support for gpsblis compiler toolchain (includes GCCcore and BLIS-amd). """
from easybuild.toolchains.gcccore import GCCcore
from easybuild.toolchains.linalg.blis import Blis
from easybuild.toolchains.linalg.flame import Flame
# from easybuild.toolchains.fft.intelfftw import IntelFFTW
class Gcccoreblis(GCCcore, Blis, Flame):
"""Compiler toolchain with GCCcore and Blis."""
NAME = 'gcccoreblis'
SUBTOOLCHAIN = GCCcore.NAME
BLIS-2.2-GCCcore-9.3.0-amd.eb
Description: Binary data
FLAME-2.2-GCCcore-9.3.0-amd.eb
Description: Binary data
SciPy-Stack-2020-gcccoreblis-9.3.0-2.2-amd-Python-3.8.5.eb
Description: Binary data
signature.asc
Description: Message signed with OpenPGP

