Skip to content

Add fosscuda toolchain#2507

Merged
boegel merged 2 commits intoeasybuilders:developfrom
vanzod:fosscuda
May 23, 2018
Merged

Add fosscuda toolchain#2507
boegel merged 2 commits intoeasybuilders:developfrom
vanzod:fosscuda

Conversation

@vanzod
Copy link
Copy Markdown
Member

@vanzod vanzod commented May 23, 2018

Add the definition for the new fosscuda toolchain.
It is identical to goolfc but the underlying idea is to have it version-aligned with foss toolchain (when possible, depending on CUDA-GCC compatibility) equivalent to intelcuda.

@vanzod vanzod requested a review from boegel May 23, 2018 15:37
Comment thread easybuild/toolchains/fosscuda.py Outdated
"""Compiler toolchain with GCC+CUDA, OpenMPI, OpenBLAS, ScaLAPACK and FFTW."""
NAME = 'fosscuda'
SUBTOOLCHAIN = Gompic.NAME

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blank line at end of file

from easybuild.toolchains.linalg.openblas import OpenBLAS
from easybuild.toolchains.linalg.scalapack import ScaLAPACK

class Fosscuda(Gompic, OpenBLAS, ScaLAPACK, Fftw):
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expected 2 blank lines, found 1

@boegel boegel added this to the 3.6.1 milestone May 23, 2018
Copy link
Copy Markdown
Member

@boegel boegel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@boegel boegel merged commit 81d6e45 into easybuilders:develop May 23, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants