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

It's be nice to split MPI Install phase into multiple phases #902

Open
gpaulsen opened this issue Feb 27, 2020 · 1 comment
Open

It's be nice to split MPI Install phase into multiple phases #902

gpaulsen opened this issue Feb 27, 2020 · 1 comment

Comments

@gpaulsen
Copy link
Member

It'd be nice to split the MPI Install phase into multiple phases.
For example, it'd be nice to have an MPI configure phase, which would allow for capturing detailed (and summary) configure output.
And then an MPI build phase (if desired, often this is less interesting)
And then is Install phase at all interesting? Probably not.

In this particular use-case I'm trying to gather some more information about how the MPI product was configured across different organizations runs across time, looking for specific features either configured in or out. (for example which components).

@mallove
Copy link

mallove commented Feb 27, 2020

It'd be nice to split the MPI Install phase into multiple phases.
For example, it'd be nice to have an MPI configure phase, which would allow for capturing detailed (and summary) configure output.
And then an MPI build phase (if desired, often this is less interesting)
And then is Install phase at all interesting? Probably not.

In this particular use-case I'm trying to gather some more information about how the MPI product was configured across different organizations runs across time, looking for specific features either configured in or out. (for example which components).

Hi Geoff -- I believe this can currently be accomplished through configuration, e.g., the Autotools plugin has a configure_options parameter, which can be queried via the MTT reporter. So, e.g., this report turns up MPI installations configured with-ofi=/opt/amazon (in the configure_options string).

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

No branches or pull requests

2 participants