easybuild.toolchains.foss module¶
EasyBuild support for foss compiler toolchain (includes GCC, OpenMPI, OpenBLAS, LAPACK, ScaLAPACK and FFTW).
Authors:
- Kenneth Hoste (Ghent University)
-
class
easybuild.toolchains.foss.Foss(*args, **kwargs)¶ Bases:
easybuild.toolchains.gompi.Gompi,easybuild.toolchains.linalg.openblas.OpenBLAS,easybuild.toolchains.linalg.flexiblas.FlexiBLAS,easybuild.toolchains.linalg.scalapack.ScaLAPACK,easybuild.toolchains.fft.fftw.FftwCompiler toolchain with GCC, OpenMPI, OpenBLAS, ScaLAPACK and FFTW.
-
NAME= 'foss'¶
-
SUBTOOLCHAIN= ['gompi', 'golf', 'gfbf']¶
List of shared libraries (names, file names, paths) which are not allowed to be linked in any installed binary/library.
-
is_deprecated()¶ Return whether or not this toolchain is deprecated.
-