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

v4.1.x: Enable AVX support with Intel compilers #8373

Merged
merged 1 commit into from
Jan 15, 2021

Conversation

bosilca
Copy link
Member

@bosilca bosilca commented Jan 13, 2021

backporting #8372 for 4.1

Also refs #8334

icc does not define the __AVX*__ macros if the corresponding -m architecture
flag was not provided. Thus, make sure we always provide it for icc (not not
necessarily for gcc).

Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
@jsquyres jsquyres marked this pull request as draft January 13, 2021 14:32
@jsquyres
Copy link
Member

Moved PR to draft state, simply to prevent us from merging this before the corresponding master PR (#8372) is merged.

@jsquyres jsquyres added this to the v4.1.1 milestone Jan 13, 2021
@jsquyres jsquyres changed the title Enable AVX support with Intel compilers v4.1.x: Enable AVX support with Intel compilers Jan 13, 2021
@rajachan
Copy link
Member

Do you want to drop the restriction commit from this PR so the icc fix can go in?

@rajachan rajachan marked this pull request as ready for review January 15, 2021 21:40
@rajachan rajachan merged commit a13edf7 into open-mpi:v4.1.x Jan 15, 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