easybuild.toolchains.gomklc module

EasyBuild support for gimkl compiler toolchain (includes GCC, Open MPI, CUDA Intel Math Kernel Library (MKL) and Intel FFTW wrappers).

Authors:

  • Stijn De Weirdt (Ghent University)
  • Kenneth Hoste (Ghent University)
  • Bart Oldeman (Compute Canada)
  • Maxime Boissonneault (Compute Canada)
class easybuild.toolchains.gomklc.Gomklc(*args, **kwargs)

Bases: easybuild.toolchains.gompic.Gompic, easybuild.toolchains.linalg.intelmkl.IntelMKL, easybuild.toolchains.fft.intelfftw.IntelFFTW

Compiler toolchain with GCC, Open MPI, Intel Math Kernel Library (MKL) and Intel FFTW wrappers and Cuda.

NAME = 'gomklc'
SUBTOOLCHAIN = ['gompic', 'gmklc']