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

Use Cython parallel #10

Open
maedoc opened this issue Feb 14, 2017 · 2 comments · Fixed by #49 · May be fixed by #65
Open

Use Cython parallel #10

maedoc opened this issue Feb 14, 2017 · 2 comments · Fixed by #49 · May be fixed by #65
Assignees
Milestone

Comments

@maedoc
Copy link
Member

maedoc commented Feb 14, 2017

Speeding this up should be fairly easy with Cython's support for OpenMP. It's worth trying and testing the results are identical.

@jannessm
Copy link

+1

@liadomide liadomide added this to the GSOC2020 milestone Jun 29, 2020
@ayan-b ayan-b self-assigned this Jul 20, 2020
ayan-b added a commit to ayan-b/tvb-geodesic that referenced this issue Jul 29, 2020
@ayan-b
Copy link
Member

ayan-b commented Aug 3, 2020

Using Ubuntu 18.04, g++ 7.5.0, Python 3.6:

Time taken for running all the tests -

  • Without OpenMP: 8 passed in 78.77s (0:01:18)
  • With OpenMP: 8 passed in 30.70s

The same is not observed in Travis (linux and macOS) because I think the bulk of the time is taken by the other operations, like asserting, file I/O etc.

ayan-b added a commit to ayan-b/tvb-geodesic that referenced this issue Aug 3, 2020
ayan-b added a commit to ayan-b/tvb-geodesic that referenced this issue Aug 3, 2020
ayan-b added a commit to ayan-b/tvb-geodesic that referenced this issue Aug 5, 2020
ayan-b added a commit to ayan-b/tvb-geodesic that referenced this issue Aug 17, 2020
ayan-b added a commit to ayan-b/tvb-geodesic that referenced this issue Aug 17, 2020
ayan-b added a commit to ayan-b/tvb-geodesic that referenced this issue Aug 17, 2020
@ayan-b ayan-b linked a pull request Aug 26, 2020 that will close this issue
ayan-b added a commit that referenced this issue Aug 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants