Skip to content
Snippets Groups Projects
Commit 6a2af3dc authored by Cristian Galperti's avatar Cristian Galperti
Browse files

1010 node0203 thread 0506 wrappers added, 1010 passing ctrld

parent 019cd46e
No related branches found
No related tags found
No related merge requests found
......@@ -255,8 +255,8 @@ classdef SCDclass_expcode
obj.activenodes=[1 2 6 7 8];
obj.activecpus=[ {1}; ...
{1:4}; ...
{1:4}; ...
{1:6}; ...
{1:6}; ...
{1}; ...
{1}; ...
{1:4}; ...
......@@ -1008,7 +1008,7 @@ classdef SCDclass_expcode
warning('SCDclass_expcode:setupwrappers','not supported node%02d cpu',inode);
end
case {2,3,4,6,7}
if(obj.wrapperlist{ii}{2}>=1 && obj.wrapperlist{ii}{2}<=4)
if(obj.wrapperlist{ii}{2}>=1 && obj.wrapperlist{ii}{2}<=max(obj.activecpus{inode}))
obj.nodes(inode).varalgo(obj.wrapperlist{ii}{2})=obj.wrapperlist{ii}{3};
obj.nodes(inode).wrapdatadicts{obj.wrapperlist{ii}{2}}=obj.wrapperlist{ii}{5};
else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment