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

Rewrite of the build system and working docker image creation #4

Merged
merged 36 commits into from
Dec 31, 2024

Conversation

satfra
Copy link
Owner

@satfra satfra commented Dec 31, 2024

Changes

  • All dependencies which are not required by deal.ii (and deal.ii itself) are now handled using CPM.cmake, allowing for an easier setup. deal.ii is not included by CPM.cmake, as it takes very long to compile. Having it pre-built with the library is preferrable.
  • Some fixes to the CUDA setup. There were issues with certain configurations, where device library functions could not be found when linking. This has been mitigated
  • Fixed the docker image script.

Franz R. Sattler added 30 commits December 22, 2024 15:42
Signed-off-by: Franz R. Sattler <[email protected]>
… build directories.

Signed-off-by: Franz R. Sattler <[email protected]>
…dependencies, which is much more reliable and re-locateable than the previous setup.

Signed-off-by: Franz R. Sattler <[email protected]>
fix: tests were missing the catch2 setup
Signed-off-by: Franz R. Sattler <[email protected]>
fix: actually remove the platform introspection for deal.ii
fix: disable by default lto for deal.ii
Franz R. Sattler added 6 commits December 31, 2024 15:10
Signed-off-by: Franz R. Sattler <[email protected]>
fix: problem with __device__ code in interpolators. fixed by moving them to the .hh file.

Signed-off-by: Franz R. Sattler <[email protected]>
@satfra satfra merged commit 38309b3 into main Dec 31, 2024
2 checks passed
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.

1 participant