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

take over #111 to dealii-9.0 #114

Merged
merged 2 commits into from
Apr 12, 2019
Merged

take over #111 to dealii-9.0 #114

merged 2 commits into from
Apr 12, 2019

Conversation

tjhei
Copy link
Member

@tjhei tjhei commented Apr 8, 2019

Introduce a new settings to allow native optimizations. This currently
affects PETSc and deal.II (basically setting march=native).

Introduce a new settings to allow native optimizations. This currently
affects PETSc and deal.II (basically setting march=native).
Copy link
Contributor

@koecher koecher left a comment

Choose a reason for hiding this comment

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

thanks for implementing this, please resolve the small issues.


if [ "${NATIVE_OPTIMIZATIONS}" = "true" ]; then
CONFOPTS="${CONFOPTS} \
-D CMAKE_CXX_FLAGS='-march=native'
Copy link
Contributor

Choose a reason for hiding this comment

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

put a backslash to the end of this line or move up the quote from line 34 to ensure that other bash versions are fine with that

COPTFLAGS='-O3 -march=native -mtune=native'
CXXOPTFLAGS='-O3 -march=native -mtune=native'
FOPTFLAGS='-O3 -march=native -mtune=native'
"
Copy link
Contributor

Choose a reason for hiding this comment

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

put backslashes to the end of line, as above

@tjhei
Copy link
Member Author

tjhei commented Apr 11, 2019

updated.

@koecher koecher merged commit 270c869 into dealii:dealii-9.0 Apr 12, 2019
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