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

Make async_threads_module and fesom_C an OBJECT library #537

Merged
merged 3 commits into from
Dec 4, 2023

Conversation

wdeconinck
Copy link
Contributor

This PR responds to commit d887a60 by @dsidoren needed to recover performance. This was due to compile flags not being added to the Fortran module async_threads_module.
That revert currently disallows shared libraries as the callback function async_threads_execute_fcall needs to be available for the library async_threads_cpp when built as shared library.
The proposed solution is to build async_threads_cpp as object library and have the objects included in libfesom. The same is proposed for libfesom_C (which is only one file psolve.c).

@wdeconinck
Copy link
Contributor Author

ping @dsidoren @suvarchal

@suvarchal suvarchal merged commit fc90da7 into FESOM:production_DE Dec 4, 2023
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.

2 participants