Skip to content

Infinite loop caused by 'idleprocs is redundant'  #4

@omk42

Description

@omk42

Hi, thank you for this work!

I am trying to run this code on a Matlab 2012A version on a Ubuntu 11.04 VM. While running the code in parallel, I get the following error. Do you have any workarounds for this issue? Appreciate your help.


[ds.sample.patches{dsidx},
ds.sample.feats{dsidx}]=sampleRandomPatchesbb(ds.sample.initInds(dsidx),20);:
278+2/280
Warning: The value of local variables may have been changed to match the
globals. Future versions of MATLAB will require that you declare
a variable to be global before you use that variable.

In dsprinterr at 1
In dsdistprocmgr>readslave_atomic at 451
In dsdistprocmgr>readslave at 332
In dsdistprocmgr at 125
In dsrundistributed at 109
In indoor67_main_singleclass at 215
idleprocs is redundant
file: '/home/omkar/elementdiscovery/dswork/dsdistprocmgr.m'
name: 'readslave_atomic'
line: 450

file: '/home/omkar/elementdiscovery/dswork/dsdistprocmgr.m'
name: 'readslave'
line: 332

file: '/home/omkar/elementdiscovery/dswork/dsdistprocmgr.m'
name: 'dsdistprocmgr'
line: 125

file: '/home/omkar/elementdiscovery/dswork/dsrundistributed.m'
name: 'dsrundistributed'
line: 109

file: '/home/omkar/elementdiscovery/indoor67_main_singleclass.m'
name: 'indoor67_main_singleclass'
line: 215

Matrix dimensions must agree.
file: '/home/omkar/elementdiscovery/dswork/dsdistprocmgr.m'
name: 'readslave_atomic'
line: 457

file: '/home/omkar/elementdiscovery/dswork/dsdistprocmgr.m'
name: 'readslave'
line: 332

file: '/home/omkar/elementdiscovery/dswork/dsdistprocmgr.m'
name: 'dsdistprocmgr'
line: 125

file: '/home/omkar/elementdiscovery/dswork/dsrundistributed.m'
name: 'dsrundistributed'
line: 109

file: '/home/omkar/elementdiscovery/indoor67_main_singleclass.m'
name: 'indoor67_main_singleclass'
line: 215

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions