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

minor speedup in runtests all #5751

Merged
merged 1 commit into from
Feb 11, 2014
Merged

minor speedup in runtests all #5751

merged 1 commit into from
Feb 11, 2014

Conversation

amitmurthy
Copy link
Contributor

As suggested split linalg into 2. Moved parallel last.

This decreased julia runtests.jl all from 120 seconds to 90 seconds on my machine.

julia runtests.jl linalg is equivalent to julia runtests.jl linalg1 linalg2

Moved the test of parallel last - but this is currently mostly ineffective since it just ends up waiting for the linalg workers to finish - need a better way to detect and thus not distribute work to already busy workers - will start a discussion on this feature separately.

@amitmurthy
Copy link
Contributor Author

cc: @jiahao , @andreasnoackjensen

@jiahao
Copy link
Member

jiahao commented Feb 10, 2014

Yes, this was essentially what I had in mind in #5735.

@amitmurthy
Copy link
Contributor Author

If there are no objections, I'll merge this in a day or two.

@JeffBezanson
Copy link
Sponsor Member

This is great. Cutting off 30 seconds is not minor at all.

amitmurthy added a commit that referenced this pull request Feb 11, 2014
@amitmurthy amitmurthy merged commit e2853a7 into JuliaLang:master Feb 11, 2014
@amitmurthy
Copy link
Contributor Author

Merged this irrespective of any final strategy adopted in #5735 since the number of linalg tests are quite large and will anyway benefit from a split.

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.

3 participants