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

Eliminate compile warning from Intel. #792

Merged
merged 1 commit into from
Apr 3, 2020

Conversation

KineticTheory
Copy link
Collaborator

@KineticTheory KineticTheory commented Apr 3, 2020

Background

  • The Intel compiler generates warnings about disabling IPO when linking to Qt run time libraries. To eliminate the warning, disable IPO when linking to Qt run time libraries.

Purpose of Pull Request

Status

+ The Intel compiler generates warnings about disabling IPO when linking to Qt
  run time libraries.  To eliminate the warning, disable IPO when linking to Qt
  run time libraries.
@KineticTheory KineticTheory added this to the Draco-7_7_0 milestone Apr 3, 2020
@KineticTheory KineticTheory self-assigned this Apr 3, 2020
@codecov
Copy link

codecov bot commented Apr 3, 2020

Codecov Report

Merging #792 into develop will not change coverage by %.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           develop    #792   +/-   ##
=======================================
  Coverage     94.0%   94.0%           
=======================================
  Files          367     367           
  Lines        17229   17229           
=======================================
  Hits         16197   16197           
  Misses        1032    1032           

@KineticTheory
Copy link
Collaborator Author

@alexrlongne Can you merge this one too? It fixed the warnings reported on snow and tt.

@alexrlongne alexrlongne merged commit cd8f995 into lanl:develop Apr 3, 2020
@KineticTheory KineticTheory deleted the fix-intel-ipo-warning branch April 3, 2020 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants