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

Imkl #234

Merged
merged 3 commits into from Aug 7, 2013
Merged

Imkl #234

merged 3 commits into from Aug 7, 2013

Conversation

JensTimmerman
Copy link
Contributor

added mvapich2 support for imkl

@@ -186,6 +186,8 @@ def post_install_step(self):
extramakeopts = 'mpi=mpich2'
elif get_software_root('OpenMPI'):
extramakeopts = 'mpi=openmpi'
elif get_software_root('MVAPICH2'):
extramakeopts = 'mpi=mpich2'
Copy link
Member

Choose a reason for hiding this comment

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

I don't like the fact that two clauses lead to using mpich2.

Refactoring is proposed in JensTimmerman#8.

refactor to avoid duplication
boegel added a commit that referenced this pull request Aug 7, 2013
@boegel boegel merged commit 1b13923 into easybuilders:develop Aug 7, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants