easybuild.toolchains.intel module¶
EasyBuild support for intel compiler toolchain (includes Intel compilers (icc, ifort), Intel MPI, Intel Math Kernel Library (MKL), and Intel FFTW wrappers).
Authors:
- Stijn De Weirdt (Ghent University)
- Kenneth Hoste (Ghent University)
-
class
easybuild.toolchains.intel.Intel(*args, **kwargs)¶ Bases:
easybuild.toolchains.iimpi.Iimpi,easybuild.toolchains.linalg.intelmkl.IntelMKL,easybuild.toolchains.fft.intelfftw.IntelFFTWCompiler toolchain with Intel compilers (icc/ifort), Intel MPI, Intel Math Kernel Library (MKL) and Intel FFTW wrappers.
-
NAME= 'intel'¶
-
SUBTOOLCHAIN= ['iimpi', 'iimkl']¶
-
is_deprecated()¶ Return whether or not this toolchain is deprecated.
-