-
-
Notifications
You must be signed in to change notification settings - Fork 41
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
⚡️ Update memory and threading estimates #1428
Merged
sgiavasis
merged 94 commits into
develop_v1.8_convergence
from
convergence/memory-estimates
Jan 30, 2021
Merged
⚡️ Update memory and threading estimates #1428
sgiavasis
merged 94 commits into
develop_v1.8_convergence
from
convergence/memory-estimates
Jan 30, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git-svn-id: https://nipy.svn.sourceforge.net/svnroot/nipy/nipype/trunk@2 ead46cd0-7350-4e37-8683-fc4c6f79bf00
git-svn-id: https://nipy.svn.sourceforge.net/svnroot/nipy/nipype/trunk@3 ead46cd0-7350-4e37-8683-fc4c6f79bf00
git-svn-id: https://nipy.svn.sourceforge.net/svnroot/nipy/nipype/trunk@4 ead46cd0-7350-4e37-8683-fc4c6f79bf00
Re-basing code with nipype master branch
…untime Bunch object only for runtime stats storage instead of using results dictionary, renamed ResourceMultiProc to MultiProc for backwards-compatiblity
New interfaces update into sgiavasis/nipype
Debug runtime prof
3dAllineate out_matrix output file handling fix
* exclude nodes without timing information from Gantt chart * fall back on "id" or empty string if no "name" in node
Ref https://miykael.github.io/nipype_tutorial/notebooks/basic_mapnodes.html Co-authored-by: Michael Notter <michaelnotter@hotmail.com>
Long-awaited improvement 🔥 |
shnizzedy
pushed a commit
that referenced
this pull request
Nov 5, 2021
⚡️ Update memory and threading estimates
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes
Related to #1404 by @shnizzedy (possibly resolves)
Description
Technical details
Resource estimates and limits
Node
andMapNode
subclasses of the Nipype classes to set new global defaults:C-PAC/CPAC/pipeline/nipype_pipeline_engine/engine.py
Lines 46 to 62 in d7cd96e
mem_gb
in one place:C-PAC/CPAC/pipeline/nipype_pipeline_engine/engine.py
Line 10 in d7cd96e
Node
andMapNode
:C-PAC/CPAC/pipeline/nipype_pipeline_engine/__init__.py
Lines 6 to 16 in d7cd96e
C-PAC/CPAC/pipeline/cpac_pipeline.py
Line 18 in d7cd96e
C-PAC/CPAC/pipeline/cpac_pipeline.py
Line 18 in 0583f19
Reporting resource usage
CPAC.utils.monitoring
from a single-file submodule to a full directory submodulecallback.log
against that node's estimated memory usage and requested thread limit:C-PAC/CPAC/utils/monitoring/draw_gantt_chart.py
Lines 490 to 522 in d7cd96e
Tests
C-PAC/CPAC/pipeline/nipype_pipeline_engine/engine.py
Lines 30 to 31 in d7cd96e
Checklist
Update index.md
).develop_v1.8_convergence
branch of the repository.visible errors.
Developer Certificate of Origin
Developer Certificate of Origin