Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for BLIS+libFLAME toolchain #3505

Merged
merged 3 commits into from
Nov 27, 2020

Conversation

SebastianAchilles
Copy link
Member

This pull request adds support for a toolchain using GNU with OpenMPI, BLIS, libFLAME, ScaLAPACK and FFTW.

I am not sure if the name gobff is the best. I tried to be in line with the other naming of toolchains, like goblf.

Comment on lines 54 to 55
ver = LooseVersion(found_version)
if ver > LooseVersion('2.1'):
Copy link
Contributor

Choose a reason for hiding this comment

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

no need to create a variable if it's only used once, so reduce to
if LooseVersion(found_version) > LooseVersion('2.1'):

Copy link
Member Author

Choose a reason for hiding this comment

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

Thanks for the comment! I changed it.

Copy link
Contributor

@akesandgren akesandgren left a comment

Choose a reason for hiding this comment

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

LGTM

@akesandgren akesandgren added this to the 4.x milestone Nov 27, 2020
@akesandgren
Copy link
Contributor

Going in, thanks @SebastianAchilles!

@akesandgren akesandgren merged commit 9db3089 into easybuilders:develop Nov 27, 2020
@akesandgren
Copy link
Contributor

Now we just need some easyconfigs to go with it... or are they already there?

@SebastianAchilles
Copy link
Member Author

Yes, I create a PR for the easyconfigs:
easybuilders/easybuild-easyconfigs#11761

@boegel boegel modified the milestones: 4.x, 4.3.2 (next release) Nov 27, 2020
@boegel boegel changed the title Add Support for BLIS+libFLAME toolchain Add support for BLIS+libFLAME toolchain Jun 5, 2021
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