Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[FIX]eddy command and multithreading#3721

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
mauriliogenovese wants to merge2 commits intonipy:master
base:master
Choose a base branch
Loading
frommauriliogenovese:fix-eddy-parallel-and-gpu

Conversation

mauriliogenovese
Copy link
Contributor

@mauriliogenovesemauriliogenovese commentedMar 21, 2025
edited
Loading

I will send some PRs to improve/fix fsl cuda-capable tools with the new gpu support.
This one is about eddy:
eddy_openmp is an old command, new fls uses eddy_cpu
eddy_cuda is missing in some version, in those cases if user requests cuda, just use eddy

eddy_cpu does not enable multithread with OMP_NUM_THREADS variable but with --nthr argument

@codecovCodecov
Copy link

codecovbot commentedMar 21, 2025
edited
Loading

Codecov Report

Attention: Patch coverage is44.44444% with5 lines in your changes missing coverage. Please review.

Project coverage is 69.13%. Comparing base(2f85d92) to head(9348f49).

Files with missing linesPatch %Lines
nipype/interfaces/fsl/epi.py44.44%5 Missing⚠️
Additional details and impacted files
@@             Coverage Diff             @@##           master    #3721       +/-   ##===========================================+ Coverage    2.88%   69.13%   +66.24%===========================================  Files        1279     1278        -1       Lines       59413    59271      -142     ===========================================+ Hits         1717    40978    +39261+ Misses      57696    18293    -39403

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

🚀 New features to boost your workflow:
  • ❄️Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mauriliogenovese
Copy link
ContributorAuthor

the second commit fix this:
EddyInputError: The version compiled for GPU can only use 1 CPU thread (i.e. --nthr=1)

@mauriliogenovesemauriliogenovese changed the titlefix eddy command and multithreading[FIX]eddy command and multithreadingMar 23, 2025
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@mauriliogenovese

[8]ページ先頭

©2009-2025 Movatter.jp