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

Fix SP precision builds #120

Merged
merged 15 commits into from
Jun 10, 2024
Merged

Fix SP precision builds #120

merged 15 commits into from
Jun 10, 2024

Conversation

greole
Copy link
Collaborator

@greole greole commented May 9, 2024

This PR improves build for SP precission.

Additional changes:

  • If building with -DOGL_USE_EXTERNAL_GINKGO=ON no backend needs to be specified
  • Add full_ci label for integration tests on AWS.

@greole greole force-pushed the fix/sp_scalar_build branch from 5be7722 to 351012c Compare May 14, 2024 08:05
@greole greole added the full_ci label May 14, 2024
@greole greole force-pushed the fix/sp_scalar_build branch from 90522c8 to 07410be Compare May 14, 2024 19:34
@greole greole force-pushed the fix/sp_scalar_build branch from 94d0439 to 2f3c804 Compare June 10, 2024 07:10
@greole greole requested a review from chihta-wang June 10, 2024 07:16
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)
Copy link
Collaborator

@chihta-wang chihta-wang Jun 10, 2024

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

Copy link
Collaborator Author

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)
Copy link
Collaborator

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 Show resolved Hide resolved
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)
Copy link
Collaborator Author

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 Show resolved Hide resolved
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)
Copy link
Collaborator

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)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Suggested change
- 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)

CHANGELOG.md Outdated Show resolved Hide resolved
@greole greole merged commit e0e9d80 into dev Jun 10, 2024
20 of 23 checks passed
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.

Compiling against single precision OpenFOAM leads to undefined symbol errors
2 participants