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

resolved 2009: add support for specx #2092

Merged
merged 6 commits into from
May 22, 2023

Conversation

prudhomm
Copy link
Member

@prudhomm prudhomm commented May 2, 2023

  • Have you checked to ensure there aren't other open Pull Requests for the same change?
  • Have you added an explanation of what your changes do and why you'd like us to include them?
  • Have you written new tests for your changes?
  • Have you successfully run the Feel++ testsuite with your changes locally?
  • Have you written Doxygen comments in your contribution ?

Add support for specx #2009

Enable specx option to build and install the Feel++ library component. Add submodule for the specx runtime. The specx library is now available for use with Feel++.

/cc @lemoinep @vincentchabannes @berenger-eu
@prudhomm prudhomm self-assigned this May 2, 2023
@prudhomm prudhomm linked an issue May 2, 2023 that may be closed by this pull request
vincentchabannes and others added 5 commits May 3, 2023 15:10
feat: add support for specx #2009

This commit adds support for building feelpp with specx, allowing users to use statistical performance models to schedule the computation of their problems. The specx CMakePresets.json configuration file is also included in this commit.

Additionally, the file benchmarks/feelpp/99-specx.cpp is added, which showcases an example implementation that computes the area of a Simplex mesh. The implementation utilizes the SpRuntime library from specx and custom `divide_work` function to parallelize the area computation. The benchmarks/feelpp/99-taskflow.cpp file has been removed as it is no longer needed.

/cc @berenger-eu @vincentchabannes @lemoinep
@vincentchabannes vincentchabannes merged commit 448c428 into develop May 22, 2023
1 check passed
@vincentchabannes vincentchabannes deleted the 2009-add-support-for-specx branch May 22, 2023 07:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

add support for specx
3 participants