-
Notifications
You must be signed in to change notification settings - Fork 12
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
Fix SP precision builds #120
Conversation
5be7722
to
351012c
Compare
90522c8
to
07410be
Compare
Co-authored-by: Tobias Ribizel <[email protected]>
94d0439
to
2f3c804
Compare
CHANGELOG.md
Outdated
@@ -5,6 +5,8 @@ SPDX-License-Identifier: GPL-3.0-or-later | |||
--> | |||
|
|||
# 0.5.4 (unreleased) | |||
- Add support for SP scalars and determine label and scalar size from env variable [PR #120](https://github.com/hpsim/OGL/pull/120) | |||
- Notify user of a unsupported executor argument [PR #118](https://github.com/hpsim/OGL/pull/118) | |||
- Notify user of a unsupported executor argument [PR #] | |||
- Add a list of all OGL authors [PR #113](https://github.com/hpsim/OGL/pull/113) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should be: Add a list of all OGL authors PR #126
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But in generall I think this not even needed to add here, since it is not relevant for users.
CHANGELOG.md
Outdated
@@ -5,6 +5,8 @@ SPDX-License-Identifier: GPL-3.0-or-later | |||
--> | |||
|
|||
# 0.5.4 (unreleased) | |||
- Add support for SP scalars and determine label and scalar size from env variable [PR #120](https://github.com/hpsim/OGL/pull/120) | |||
- Notify user of a unsupported executor argument [PR #118](https://github.com/hpsim/OGL/pull/118) | |||
- Notify user of a unsupported executor argument [PR #] | |||
- Add a list of all OGL authors [PR #113](https://github.com/hpsim/OGL/pull/113) | |||
- Replace #ifdef include guard with #pragma once [PR #113](https://github.com/hpsim/OGL/pull/113) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Replace #ifdef include guard with #pragma once PR #126
CHANGELOG.md
Outdated
@@ -5,6 +5,8 @@ SPDX-License-Identifier: GPL-3.0-or-later | |||
--> | |||
|
|||
# 0.5.4 (unreleased) | |||
- Add support for SP scalars and determine label and scalar size from env variable [PR #120](https://github.com/hpsim/OGL/pull/120) | |||
- Notify user of a unsupported executor argument [PR #118](https://github.com/hpsim/OGL/pull/118) | |||
- Notify user of a unsupported executor argument [PR #] | |||
- Add a list of all OGL authors [PR #113](https://github.com/hpsim/OGL/pull/113) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
But in generall I think this not even needed to add here, since it is not relevant for users.
CHANGELOG.md
Outdated
- Add a list of all OGL authors [PR #113](https://github.com/hpsim/OGL/pull/113) | ||
- Replace #ifdef include guard with #pragma once [PR #113](https://github.com/hpsim/OGL/pull/113) | ||
- Add a list of all OGL authors [PR #126](https://github.com/hpsim/OGL/pull/126) | ||
- Replace #ifdef include guard with #pragma once [PR #126](https://github.com/hpsim/OGL/pull/126) | ||
- Switch to SPDX headers, fix formatting issue[PR #112](https://github.com/hpsim/OGL/pull/112) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Switch to SPDX headers, fix formatting issuePR #122
CHANGELOG.md
Outdated
- Add a list of all OGL authors [PR #113](https://github.com/hpsim/OGL/pull/113) | ||
- Replace #ifdef include guard with #pragma once [PR #113](https://github.com/hpsim/OGL/pull/113) | ||
- Add a list of all OGL authors [PR #126](https://github.com/hpsim/OGL/pull/126) | ||
- Replace #ifdef include guard with #pragma once [PR #126](https://github.com/hpsim/OGL/pull/126) | ||
- Switch to SPDX headers, fix formatting issue[PR #112](https://github.com/hpsim/OGL/pull/112) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Switch to SPDX headers, fix formatting issue[PR #112](https://github.com/hpsim/OGL/pull/112) | |
- Switch to SPDX headers, fix formatting issue[PR #122](https://github.com/hpsim/OGL/pull/112) |
This PR improves build for SP precission.
OGL_DP_LABELS
obsolete. This PR fixes Compiling against single precision OpenFOAM leads to undefined symbol errors #119.Additional changes:
-DOGL_USE_EXTERNAL_GINKGO=ON
no backend needs to be specified