Skip to content

add attribute check for toolchainopts documentation#1839

Merged
boegel merged 3 commits intoeasybuilders:developfrom
Caylo:document-toolchain-opts
Jul 8, 2016
Merged

add attribute check for toolchainopts documentation#1839
boegel merged 3 commits intoeasybuilders:developfrom
Caylo:document-toolchain-opts

Conversation

@Caylo
Copy link
Copy Markdown
Contributor

@Caylo Caylo commented Jul 8, 2016

fixes a bug in #1830 for toolchains without MPI options

Comment thread easybuild/tools/docs.py Outdated

options = [tc.COMPILER_SHARED_OPTS, tc.COMPILER_UNIQUE_OPTS, tc.MPI_SHARED_OPTS, tc.MPI_UNIQUE_OPTS]
mpishared = []
mpiunique = []
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

this won't work, since you use these values in .update(..), so they should be {} instead?

@boegel boegel added this to the v2.8.2 milestone Jul 8, 2016
Comment thread easybuild/tools/docs.py Outdated
options = [tc.COMPILER_SHARED_OPTS, tc.COMPILER_UNIQUE_OPTS, tc.MPI_SHARED_OPTS, tc.MPI_UNIQUE_OPTS]

mpishared = []
mpiunique = []
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

@Caylo these's are longer used, so please remove?

@boegel
Copy link
Copy Markdown
Member

boegel commented Jul 8, 2016

Thanks @Caylo!

@boegel boegel merged commit 4f80d1d into easybuilders:develop Jul 8, 2016
boegel added a commit to boegel/easybuild-framework that referenced this pull request Jul 8, 2016
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.

2 participants