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

Do not bind process in MacOS #476

Merged
merged 2 commits into from
Oct 8, 2024
Merged

Do not bind process in MacOS #476

merged 2 commits into from
Oct 8, 2024

Conversation

faridyagubbayli
Copy link
Collaborator

Closes #470

Changes here avoid attempting to bind threads in MacOS, as it is not supported in this operating system.

The example still does not run. However, changes solve problem described in #470

Copy link

codecov bot commented Sep 24, 2024

Codecov Report

Attention: Patch coverage is 0% with 7 lines in your changes missing coverage. Please review.

Project coverage is 72.03%. Comparing base (781e4d1) to head (eae37f4).
Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
kwave/options/simulation_execution_options.py 0.00% 7 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #476      +/-   ##
==========================================
- Coverage   72.09%   72.03%   -0.06%     
==========================================
  Files          46       46              
  Lines        6747     6752       +5     
  Branches     1496     1499       +3     
==========================================
  Hits         4864     4864              
- Misses       1326     1331       +5     
  Partials      557      557              
Flag Coverage Δ
3.10 72.24% <0.00%> (-0.06%) ⬇️
3.11 72.24% <0.00%> (-0.06%) ⬇️
3.12 72.24% <0.00%> (-0.06%) ⬇️
3.9 72.01% <0.00%> (-0.06%) ⬇️
macos-latest 71.97% <0.00%> (-0.06%) ⬇️
ubuntu-latest 72.00% <0.00%> (-0.06%) ⬇️
windows-latest 72.02% <0.00%> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@waltsims
Copy link
Owner

waltsims commented Oct 7, 2024

So this solves the libomp affinity support but not the fft planning?

@faridyagubbayli
Copy link
Collaborator Author

So this solves the libomp affinity support but not the fft planning?

Yes, solved the affinity problem only.

@waltsims waltsims merged commit 9bf2cfe into master Oct 8, 2024
103 of 104 checks passed
@waltsims waltsims deleted the 470-do-not-bind-in-macos branch October 8, 2024 20:32
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.

[BUG] Axis-symmetric simulation not supported on Darwin
2 participants