aboutsummaryrefslogtreecommitdiff
path: root/rumba/prototypes/ouroboros.py
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2017-12-27 14:09:34 +0100
committerSander Vrijders <sander.vrijders@ugent.be>2017-12-27 14:09:34 +0100
commitd6159432e8fc333a2466b8836ba34db55ed3bb82 (patch)
tree0543766bd00126b13004ddb9130c03aa58085a65 /rumba/prototypes/ouroboros.py
parent861af45aac734d6ef92b0eaae3d6bcbe62aa94e2 (diff)
parentc2d961d0ac69db088913efd4bf2e0810fbc08b6e (diff)
downloadrumba-d6159432e8fc333a2466b8836ba34db55ed3bb82.tar.gz
rumba-d6159432e8fc333a2466b8836ba34db55ed3bb82.zip
Merge branch 'master' into testing
Diffstat (limited to 'rumba/prototypes/ouroboros.py')
-rw-r--r--rumba/prototypes/ouroboros.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rumba/prototypes/ouroboros.py b/rumba/prototypes/ouroboros.py
index 6d5d184..17a91df 100644
--- a/rumba/prototypes/ouroboros.py
+++ b/rumba/prototypes/ouroboros.py
@@ -86,7 +86,7 @@ class Experiment(mod.Experiment):
for ipcp in node.ipcps:
cmds2 = list()
if ipcp.dif_bootstrapper:
- cmd = "irm i b n " + ipcp.name + " autobind"
+ cmd = "irm i b n " + ipcp.name
else:
cmd = "irm i c n " + ipcp.name
@@ -99,7 +99,7 @@ class Experiment(mod.Experiment):
elif isinstance(ipcp.dif, mod.NormalDIF):
cmd += " type normal"
if ipcp.dif_bootstrapper:
- cmd += " layer " + ipcp.dif.name
+ cmd += " layer " + ipcp.dif.name + " autobind"
cmd2 = "irm r n " + ipcp.name
for dif_b in node.dif_registrations[ipcp.dif]:
cmd2 += " layer " + dif_b.name