Skip to content

Conversation

chrisgorgo
Copy link
Member

So you could specify that some nodes need more RAM or CPUs.

@satra
Copy link
Member

satra commented Dec 7, 2012

nodes have an attribute plugin_args that allows precisely this:

https://github.com/nipy/nipype/blob/master/nipype/pipeline/engine.py#L975

if 'qsub_args' in plugin_args:
self._qsub_args = plugin_args['qsub_args']
super(PBSGraphPlugin, self).__init__(**kwargs)
"""
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PBS inherits from SGE. SGE init will call super

@satra
Copy link
Member

satra commented Dec 8, 2012

looks good to me

chrisgorgo added a commit that referenced this pull request Dec 8, 2012
Respect custom execution parameters in graph based models.
@chrisgorgo chrisgorgo merged commit f058c31 into nipy:master Dec 8, 2012
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.

2 participants